Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16473 программиста и 1671 робот. Сейчас ищет 1621 программист ...

flexy:start="here"

Вернуться к: HTML_Template_Flexy

flexy:start="here"

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

Synopsis

Usage ( flexy:start="here" )

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>


Вернуться к: HTML_Template_Flexy

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware