From 6e0fc2fd1181dac36fd605049ee3195099011c31 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Mon, 6 May 2002 18:46:59 +0000 Subject: [PATCH] Added SWFTEXTFIELD_HTML and SWFTEXTFIELD_HASLENGTH constants. # Can anyone add a description to SWFTEXTFIELD_HASLENGTH? git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81363 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ming/functions/swftextfield.xml | 34 +++++++++++++++-------- 1 file changed, 22 insertions(+), 12 deletions(-) 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,