{{! // toolbar_tmpl.html // - Setting Toolbar Template // - 툴바 설정 컨텐츠에 공통으로 사용한다. // -- textbox, sslider, header, footer, grid .. // @update date: 2021.03.23 // @author GTGF, DANU // @update history: // - 2021.12.10 : 가이드 위치 이동 및 toolbarGuiderInfo 적용 by GTGF, DANU }} {{!BEGIN: Contents Toolbar}}
    {{!BEGIN: 설정 버튼}}
  • {{toolbarTitle}}
  • {{!END: 설정 버튼}} {{!-- {{!BEGIN: Textbox Buttons}} {{#ifCond toolbarId '==' 'textbox'}} {{!BEGIN: Add Button}}
  • {{!END: Add Button}} {{!BEGIN: Delete Button}}
  • {{!END: Delete Button}} {{/ifCond}} {{!END: Textbox Buttons}} --}} {{!BEGIN: Supereasy Guide}} {{#if toolbarGuideInfo.display}} {{!BEGIN: Guide}} {{#if toolbarGuideInfo.guide_url}}
  • {{/if}} {{!END: Guide}} {{!BEGIN: Video Guide}} {{#if toolbarGuideInfo.vguide_url}}
  • {{/if}} {{!END: Video Guide}} {{/if}} {{!END: Supereasy Guide}} {{!BEGIN: 헤더 고정 해제 버튼}} {{#ifCond toolbarId '==' 'header'}} {{#if isFixedHeader}}
  • {{/if}} {{/ifCond}} {{!END: 헤더 고정 해제 버튼}}
{{!END: Contents Toolbar}}