previousflexy:start="here" (Previous) (Next) flexy:ignore="yes"next

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

flexy:startchildren="here"

flexy:startchildren="here" – Start the output using its children.

Synopsis

Usage ( flexy:startchildren="here" )

Description

Tells the generator to start outputing using the children of this tag. This can be useful if you want to edit the template in a editor that expects a head/footer, normally adding this to body

The actual value of the tag is not relivant.

Example

Template with flexystartchildren

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

Compiled template

         
 
    <H1>This is an example</H1>
    <FORM NAME="input">
      <INPUT NAME="hello">
    </FORM>
previousflexy:start="here" (Previous) (Next) flexy:ignore="yes"next

Download Documentation Last updated: Sun, 18 Oct 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.