Development

ID #1030

How to make input tag ("<input ....>") with "disabled" or "readonly" attribute using your class in RedSYS ? $form = new form("MyForm"); $form -> startTag(); $form -> text("Fieldname"); $form -> endTag();

Please use method setReadOnlyFields() after startTag but before you call the methods for the form elements. The method takes an array of names as parameter.

Tags: -

Related entries:

Last update: 2008-07-14 08:39
Author: RedSYS Dev Team
Revision: 1.0

Change language
 

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You can comment on this entry