sander Mon May 6 14:46:59 2002 EDT Modified files: /phpdoc/en/reference/ming/functions swftextfield.xml Log: Added SWFTEXTFIELD_HTML and SWFTEXTFIELD_HASLENGTH constants. # Can anyone add a description to SWFTEXTFIELD_HASLENGTH? Index: phpdoc/en/reference/ming/functions/swftextfield.xml diff -u phpdoc/en/reference/ming/functions/swftextfield.xml:1.2 phpdoc/en/reference/ming/functions/swftextfield.xml:1.3 --- phpdoc/en/reference/ming/functions/swftextfield.xml:1.2 Wed Apr 17 02:40:38 2002 +++ phpdoc/en/reference/ming/functions/swftextfield.xml Mon May 6 14:46:59 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --> <refentry id="function.swftextfield"> <refnamediv> @@ -25,17 +25,17 @@ <itemizedlist> <listitem> <simpara> - SWFTEXTFIELD_NOEDIT indicates that the field shouldn't be user-editable + SWFTEXTFIELD_DRAWBOX draws the outline of the textfield </simpara> </listitem> <listitem> <simpara> - SWFTEXTFIELD_PASSWORD obscures the data entry + SWFTEXTFIELD_HASLENGTH <!-- TODO: what does this constant mean? --> </simpara> </listitem> <listitem> <simpara> - SWFTEXTFIELD_DRAWBOX draws the outline of the textfield + SWFTEXTFIELD_HTML allows text markup using HTML-tags </simpara> </listitem> <listitem> @@ -45,12 +45,22 @@ </listitem> <listitem> <simpara> - SWFTEXTFIELD_WORDWRAP allows text to wrap + SWFTEXTFIELD_NOEDIT indicates that the field shouldn't be user-editable </simpara> </listitem> <listitem> <simpara> SWFTEXTFIELD_NOSELECT makes the field non-selectable + </simpara> + </listitem> + <listitem> + <simpara> + SWFTEXTFIELD_PASSWORD obscures the data entry + </simpara> + </listitem> + <listitem> + <simpara> + SWFTEXTFIELD_WORDWRAP allows text to wrap </simpara> </listitem> </itemizedlist>