diff --git a/reference/ming/functions/swftextfield.xml b/reference/ming/functions/swftextfield.xml index 3b97e24f18..b245cf50c5 100644 --- a/reference/ming/functions/swftextfield.xml +++ b/reference/ming/functions/swftextfield.xml @@ -1,5 +1,5 @@ - + @@ -23,21 +23,21 @@ The optional flags change the text field's behavior. It has the following possibles values : - - - SWFTEXTFIELD_NOEDIT indicates that the field shouldn't be user-editable - - - - - SWFTEXTFIELD_PASSWORD obscures the data entry - - SWFTEXTFIELD_DRAWBOX draws the outline of the textfield + + + SWFTEXTFIELD_HASLENGTH + + + + + SWFTEXTFIELD_HTML allows text markup using HTML-tags + + SWFTEXTFIELD_MULTILINE allows multiple lines @@ -45,7 +45,7 @@ - SWFTEXTFIELD_WORDWRAP allows text to wrap + SWFTEXTFIELD_NOEDIT indicates that the field shouldn't be user-editable @@ -53,6 +53,16 @@ SWFTEXTFIELD_NOSELECT makes the field non-selectable + + + SWFTEXTFIELD_PASSWORD obscures the data entry + + + + + SWFTEXTFIELD_WORDWRAP allows text to wrap + + Flags are combined with the bitwise OR operation. For example,