previousflexy:foreach="variable,key,value" (Previous) (Next) flexy:startchildren="here"next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

flexy:start="here"

flexy:start="here" – このタグおよびその子を使用して出力を開始する

Synopsis

使用法 ( flexy:start="here" )

Description

ジェネレータに対して、このタグを使用した出力の開始を指示します。 これは、ヘッダ/フッタがないとうまく表示できないエディタでテンプレートを編集する場合に有用です。 また、使用できるタグをページの上部にコメントとして表示することなども可能です。

このタグの実際の値には意味がありません。

Example

flexy:start を使用したテンプレート

   
<HTML>
  <HEAD></HEAD>
  <BODY>
    <H1>これは例です</H1>
    <FORM name="input" flexy:start="yes">
      <INPUT name="hello" flexy:ignore="yes">
    </FORM>
  </BODY>
</HTML>

コンパイルされたテンプレート

         
 
   <FORM NAME="input">
      <INPUT NAME="hello">
    </FORM>
previousflexy:foreach="variable,key,value" (Previous) (Next) flexy:startchildren="here"next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.