kodi


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


kodi skin 수정)버튼 사용 함수

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    Button control

    The button control is used for creating push buttons in Kodi. You can choose the position, size, and look of the button, as well as choosing what action(s) should be performed when pushed.

    1 Example

    <control type="button" id="1">
          <description>My first button control</description>
          <left>80</left>
          <top>60</top>
          <width>250</width>
          <height>200</height>
          <visible>true</visible>
          <colordiffuse>FFFFFFFF</colordiffuse>
          <texturefocus colordiffuse="FFFFAAFF">myfocustexture.png</texturefocus>
          <texturenofocus colordiffuse="FFFFAAFF">mynormaltexture.png</texturenofocus>
          <label>29</label>
          <wrapmultiline>true</wrapmultiline>
          <font>font12</font>
          <textcolor>FFFFFFFF</textcolor>
          <focusedcolor>FFFFFFFF</focusedcolor>
          <disabledcolor>80FFFFFF</disabledcolor>
          <invalidcolor>FFFFFFFF</invalidcolor>
          <align></align>
          <aligny></aligny>
          <textoffsetx></textoffsetx>
          <textoffsety></textoffsety>
          <pulseonselect></pulseonselect>
          <onclick>ActivateWindow(MyVideos)</onclick>
          <onfocus></onfocus>
          <onunfocus></onunfocus>
          <onup>2</onup>
          <ondown>3</ondown>
          <onleft>1</onleft>
          <onright>1</onright>
    </control>
    

    2 Available tags

    In addition to the Default Control Tags the following tags are available. Note that each tag is lower case only. This is important, as xml tags are case-sensitive.

    TagDescription
    texturefocusSpecifies the image file which should be displayed when the button has focus. See here for additional information about textures.
    texturenofocusSpecifies the image file which should be displayed when the button does not have focus.
    labelThe label used on the button. It can be a link into strings.xml, or an actual text label.
    fontFont used for the button label. From fonts.xml.
    textcolorColor used for displaying the button label. In AARRGGBB hex format, or a name from the colour theme.
    focusedcolorColor used for the button label when the button has in focus. In AARRGGBB hex format or a name from the colour theme.
    disabledcolorColor used for the button label if the button is disabled. In AARRGGBB hex format or a name from the colour theme.
    invalidcolorColor used for the button if the user entered some invalid value. In AARRGGBB hex format or a name from the colour theme.
    shadowcolorSpecifies the color of the drop shadow on the text, in AARRGGBB format, or a name from the colour theme.
    angleThe angle the text should be rendered at, in degrees. A value of 0 is horizontal.
    alignLabel horizontal alignment on the button. Defaults to left, can also be center or right.
    alignyLabel vertical alignment on the button. Defaults to top, can also be center.
    textoffsetxAmount to offset the label from the left (or right) edge of the button when using left or right alignment.
    textoffsetyAmount to offset the label from the top edge of the button when using top alignment.
    textwidthWill truncate any text that's too long.
    onclickSpecifies the action to perform when the button is pressed. Should be a built in function. See here for more information. You may have more than one <onclick> tag, and they'll be executed in sequence.
    onfocusSpecifies the action to perform when the button is focused. Should be a built in function. The action is performed after any focus animations have completed. See here for more information.
    onunfocusSpecifies the action to perform when the button loses focus. Should be a built in function.
    wrapmultilineWill wrap the label across multiple lines if the label exceeds the control width.



    3 See also

    Development:

    ■ ▶ ☞ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다 ♠ . ☞ 본자료는 https://11q.kr 에 등록 된 자료 입니다♠.

    [이 게시물은 11qkr님에 의해 2021-06-12 11:32:22 12.Nas_2에서 이동 됨]
    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


    • 일간 조회수
        • 게시물이 없습니다.
    • 주간 조회수
        • 게시물이 없습니다.
    • 월간 조회수
        • 게시물이 없습니다.


    Total 485 / 3 Page
    [ kodi 활용) kodi 음악 라이브러리 설정 파일 삭제 완전 초기화 하기 및 한글 음악 파일명 수정… ] 댓글 1

    kodi 활용) kodi 음악 라이브러리 설정 파일 삭제 완전 초기화 하기 및 한글 음악 파일명 수정하기문제 발생시라이브러리 추가하여 재설정하니…

    [ kodi skin 한글폰트 적용방법) 초기 kodi 스킨을 설치후 한글 설정 방법 및 애용 한글폰트 여러개… ]

    kodi skin 한글폰트 적용방법) 초기 kodi 스킨을 설치후 한글 설정 방법 및 애용 한글폰트 여러개 추가 등 디폴트로 만들기일반적으로 k…

    [ 코디(Kodi) 애드온이 멈추거나 버퍼링에 걸리는 문제를 해결하는 방법 ]

    코디(Kodi) 애드온이 멈추거나 버퍼링에 걸리는 문제를 해결하는 방법멈추는 문제나 버퍼링 문제가 생기는 가장 일반적인 원인은 애드온 간의 충돌…

    [ kodi skin up수정) skin.aeonmq7.leia.mod-1.0.2.6_ko_11q.kr.zip … ]

    kodi skin up수정) skin.aeonmq7.leia.mod-1.0.2.6_ko_11q.kr.zip 한글화 방송진행정보,RSS 추가화려한…

    [ kodi활용 및 카오디오 한글제목 깨짐 음악파일 일괄 수정으로 가사 플레이 구조로 만들기 와 노래가사 ko… ]

    kodi활용 및 카오디오 한글제목 깨짐 음악파일 일괄 수정으로 가사 플레이 구조로 만들기 와 노래가사 kodi로 보고듣기http://11q.kr…

    [ kodi 내장 함수 목록 ]

    kodi 내장 함수 목록1.1 부가기능 내장함수기술버전Addon.Default.OpenSettings(extensionpoint)주어진 유형 (…

    [ kodi-v16H_only 영구버전 함초롬 폰트업) 간단 함초롬 폰트 변경 font hamchorom to… ] 댓글 23

    kodi-v16H_only 영구버전 함초롬 폰트업) 간단 함초롬 폰트 변경 font hamchorom to arial.ttf1.윈도우 버전 변경…

    [ kodi iptv channel 방송 안나오거나 보지 않은 채널 tvheadend에서 지우고 kodi 채… ]

    상기방송 114번을 지우고자 합니다>>> 첫열 켜짐 check 헤제 하세요 >> 코디의 방송 채널에서 나오지 않습니다…

    [ skin.eminence.2에 한글 폰트 일괄카피 cmd 파일 만들어 한번에 복사 적용 하기 및 한글 비교 ]

    skin.eminence.2에 한글 폰트 일괄카피 cmd 파일 만들어 한번에 복사 적용 하기 및 한글 비교폰트을 준비하여 skin.eminenc…

    [ kodi19 버벅임 메모리 캐시 Open Wizard Kodi Addon로 advancedsettings.… ] 댓글 3

    kodi19 버벅임 메모리 캐시 수정 ares wizard Matrix용 대용 Open Wizard Kodi Addon (유지 관리) 로 adv…

    [ 성공)시놀로지 NAS를 이용한 XBMC 메타데이타 라이브러리 공유 설정 ]

    ●1단계:성공)시놀로지 NAS를 이용한 XBMC 메타데이타 라이브러리 공유 설정출처:https://maciphone.tistory.com/227…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-27 01:55:23

    오늘의 홈 현황


    • 현재 접속자♨ 683 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 9 명
    • 오늘 방문자 973 명
    • 어제 방문자 2,422 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,398,002 명
    • 전체 게시물※ 8,658 개
    • 전체 댓글수※ 24,773 개
    • 전체 회원수 11,070 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑