Hỏi cách xóa các nút trên editor toolbar

Thảo luận trong 'Style & Template Questions' bắt đầu bởi mrtb, 19/12/12.

1votes
5/5, 1 vote

  1. mrtb

    mrtb New Member

    Bài viết:
    44
    Likes :
    7
    Hiện mình dùng giao diện điện thoại thì thanh editor toolbar bị tràn ra ngoài, ảnh hưởng đến bố cục trang web, nên mình muốn bỏ các nút sau trên editor toolbar [​IMG]. Ai biết chỉ mình nhé.
    P/s: Chỉ giao diện mobile thôi nhé, giao diện chính vẫn bt.
     
    Đang tải...
  2. mrtb

    mrtb New Member

    Bài viết:
    44
    Likes :
    7
    Uppppp ai biết giúp mình.
     
  3. Dai VietPda

    Dai VietPda Verified User

    Bài viết:
    67
    Likes :
    46
    cho xem demo mình sẽ giúp bạn
     
  4. Coolboyhn

    Coolboyhn Member

    Bài viết:
    503
    Likes :
    138
    Thay toàn bộ Template bằng code sau:
    Mã:
    <xen:hook name="editor" params="{xen:array 'editorId={$editorId}'}">
    <div>
    	<xen:if is="{$showWysiwyg} AND false">
    		<textarea name="{$formCtrlNameHtml}" id="{$editorId}_html" class="textCtrl MessageEditor" style="display:none; {xen:if $height, 'height: {$height};'}">{$messageHtml}</textarea>
    		<noscript><textarea name="{$formCtrlName}" id="{$editorId}" class="textCtrl MessageEditor" style="{xen:if $height, 'height: {$height};'}">{$message}</textarea></noscript>
    	<xen:else />
    		<textarea name="{$formCtrlName}" id="{$editorId}" class="textCtrl MessageEditor" style="{xen:if $height, 'height: {$height};'}">{$message}</textarea>
    	</xen:if>
    	<input type="hidden" name="_xfRelativeResolver" value="{$requestPaths.fullUri}" />
    	
    	<xen:if is="{$showWysiwyg}">
    		<xen:include template="editor_js_setup" />
    	</xen:if>
    </div>
    </xen:hook>
    
    <xen:edithint template="editor_contents.css" />
    <xen:edithint template="editor_ui.css" />
    <xen:edithint template="form.css" />
     
    mrtb thích bài này.
  5. mrtb

    mrtb New Member

    Bài viết:
    44
    Likes :
    7
    Thanks, cách bác ok rồi :D
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...