HTML_Template_Flexy | |
PEAR Manual | |
Usage (
<INPUT NAME="name">
)
fills in the form with values based on the form name and the tag name. If flexyignore is used, it is left alone (or if the body or form has a flexyignore tag it will be left alone).
Using an element to change a template.
|
template example
<BODY> <FORM name="XXXX" flexy:ignoreonly="yes"> <INPUT name="test" length="12"> </FORM> </BODY> |
compiled template
|
output from the Template
<BODY> <FORM name="XXXX"> ******<INPUT name="test" length="12" class="bold" value="Fred">!!!!!! </FORM> </BODY> |
HTML_Template_Flexy | |
PEAR Manual | |