<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                【基礎用法】 名稱:uiarclist 功能:文檔列表編輯,比uitext、uihtml、uiupload標簽多了一個typeid屬性,使用時結合html一起才能完成可視化布局,只針對具有可視化功能的模板。 語法: {eyou:uiarclist typeid='欄目ID' e-id='必須與上面的數字ID一致' e-page='必須與上面的文件模板名一致' id='field'} 這里嵌套模板標簽代碼 {/eyou:uiarclist} 參數: typeid='' 欄目ID e-id='' 每個模板文件里唯一的數字ID,必須與uihtml標簽外層的html元素標簽e-id保持一致 e-page='' 頁面分組,假設模板文件是index.htm,那么e-page的值是index id='' 可以任意指定循環里的變量名替代field,假設id='field1',模板調用如:{$field.value} 變成 {$field1.value} 底層字段: 無 【更多示例】 \-------------------------------示例1-------------------------------- 描述:在模板文件index.htm中調用uiarclist標簽,實現指定欄目下的文檔列表可視化切換的效果。 ? ? EyouCms企業建站系統 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:uiarclist typeid='2' e-id='500' e-page='index' id='field'} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:type type='self' empty='欄目不存在時,顯示這里的文案'} ? ? ? ? ? ? ? ? {$field.typename} ? ? ? ? ? ? ? ? {/eyou:type} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:arclist limit='0,5' titlelen='50'} ? ? ? ? ? ? ? ? {$field.title} ? ? ? ? ? ? ? ? {/eyou:arclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? {/eyou:uiarclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:ui open='off' /} ? ? \-------------------------------示例2-------------------------------- 描述:在模板文件lists\_article.htm中調用uiarclist標簽,實現指定欄目下的文檔列表可視化切換的效果。 ? ? EyouCms企業建站系統 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:uiarclist typeid='2' e-id='500' e-page='lists\_article' id='field'} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:type type='self' empty='欄目不存在時,顯示這里的文案'} ? ? ? ? ? ? ? ? {$field.typename} ? ? ? ? ? ? ? ? {/eyou:type} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:arclist limit='0,5' titlelen='50'} ? ? ? ? ? ? ? ? {$field.title} ? ? ? ? ? ? ? ? {/eyou:arclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? {/eyou:uiarclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:ui open='off' /} ? ? \-------------------------------示例3-------------------------------- 描述:在模板文件index.htm中,多處調用uiarclist標簽的寫法。 ? ? EyouCms企業建站系統 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:uiarclist typeid='2' e-id='500' e-page='index' id='field'} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:type type='self' empty='欄目不存在時,顯示這里的文案'} ? ? ? ? ? ? ? ? {$field.typename} ? ? ? ? ? ? ? ? {/eyou:type} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:arclist limit='0,5' titlelen='50'} ? ? ? ? ? ? ? ? {$field.title} ? ? ? ? ? ? ? ? {/eyou:arclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? {/eyou:uiarclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:uiarclist e-id='501' e-page='index' id='field'} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:type type='self' empty='欄目不存在時,顯示這里的文案'} ? ? ? ? ? ? ? ? {$field.typename} ? ? ? ? ? ? ? ? {/eyou:type} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:arclist limit='0,5' titlelen='50'} ? ? ? ? ? ? ? ? {$field.title} ? ? ? ? ? ? ? ? {/eyou:arclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? {/eyou:uiarclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:ui open='off' /} ? ? \-------------------------------示例4-------------------------------- 描述:在模板文件index.htm中,多處調用uiarclist標簽的寫法,只在html最外層元素指定一次e-page屬性值。 ? ? EyouCms企業建站系統 ? ? 可以不再指定e-page屬性值 --> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:uiarclist typeid='2' e-id='500' e-page='index' id='field'} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:type type='self' empty='欄目不存在時,顯示這里的文案'} ? ? ? ? ? ? ? ? {$field.typename} ? ? ? ? ? ? ? ? {/eyou:type} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:arclist limit='0,5' titlelen='50'} ? ? ? ? ? ? ? ? {$field.title} ? ? ? ? ? ? ? ? {/eyou:arclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? {/eyou:uiarclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:uiarclist typeid='2' e-id='501' e-page='index' id='field'} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:type type='self' empty='欄目不存在時,顯示這里的文案'} ? ? ? ? ? ? ? ? {$field.typename} ? ? ? ? ? ? ? ? {/eyou:type} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:arclist limit='0,5' titlelen='50'} ? ? ? ? ? ? ? ? {$field.title} ? ? ? ? ? ? ? ? {/eyou:arclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? {/eyou:uiarclist} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? {eyou:ui open='off' /} ? ?
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看