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

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

flexy:start="here"

flexy:start="here" – Start the output, using this tag and its children.

Synopsis

Usage ( flexy:start="here" )

Description

Tells the generator to start outputing using this tag. This can be useful if you want to edit the template in a editor that expects a head/footer, and you can list the available tags in the comments at the top of the page.

The actual value of the tag is not relivant.

Example

Template with flexy:start

   
<HTML>
  <HEAD></HEAD>
  <BODY>
    <H1>This is an example</H1>
    <FORM name="input" flexy:start="yes">
      <INPUT name="hello" flexy:ignore="yes">
    </FORM>
  </BODY>
</HTML>

Compiled template

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

Download Documentation Last updated: Tue, 02 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.