Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5202108
Hits Heute: 211
max. Hits (10.07.07): 6964
User Online: 36
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Web- Seiten mit HTML und JavaScript
Web- Seiten mit HTML und JavaScript

Manuals > PEAR > <FORM NAME="name" FLEXYOBJECT="name">

<FORM NAME="name" FLEXYOBJECT="name">

<FORM NAME="name" FLEXYOBJECT="name"> -- configures automatic form elements

Description

By default, all forms are filled in with PHP code to echo their value (using a mapping of object to form element name).

Tag meanings

  • NAME="formname" - if no flexyobject tag is used, the form name is used as the object name. A form element will use the variable eg. $t->formname->elementname

  • FLEXYOBJECT="objectname" - overrides the name tag so you can use different form and object names. A form element will use the variable eg. $t->formname->elementname If you set it to "" (blank), this resulting variable will be $t->elementname

  • FLEXYIGNORE - marks a form so no replacements occur.


Copyright 1998 - 2009 by I.S.U.M.