Page 2 of 2

Re:

Posted: Thu Dec 02, 2010 4:40 pm
by JoeDaFlow
kerberos_20 wrote:* the HTML parser in the client knowns these standard and non-standard tags and attributes
* VOLUMN
* UNKNOWN
* UL
* U
* TT
* TR
* TITLE
* TEXTCODE
* TEXTAREA
* TD
* TABLE
* SUP
* SUB
* STRIKE
* SPIN
* SELECT
* RIGHT
* PRE
* P
* OPTION
* OL
* MULTIEDIT
* LI
* LEFT
* INPUT
* IMG
* I
* HTML
* H7
* H6
* H5
* H4
* H3
* H2
* H1
* FONT
* EXTEND
* EDIT
* COMMENT
* COMBOBOX
* CENTER
* BUTTON
* BR
* BODY
* BAR
* ADDRESS
* A
* SEL
* LIST
* VAR
* FORE
* READONL
* ROWS
* VALIGN
* FIXWIDTH
* BORDERCOLORLI
* BORDERCOLORDA
* BORDERCOLOR
* BORDER
* BGCOLOR
* BACKGROUND
* ALIGN
* VALU
* READONLY
* MULTIPLE
* SELECTED
* TYP
* TYPE
* MAXLENGTH
* CHECKED
* SRC
* Y
* X
* QUERYDELAY
* NOSCROLLBAR
* IMGSRC
* B
* FG
* SIZE
* FACE
* COLOR
* DEFFON
* DEFFIXEDFONT
* WIDTH
* VALUE
* TOOLTIP
* NAME
* MIN
* MAX
* HEIGHT
* DISABLED
* ALIGN
* MSG
* LINK
* HREF
* ACTION
Thank you, I've been searching for that.

Re: Tags Supported

Posted: Mon Jan 23, 2012 2:28 pm
by den01101
how to use the MAXLENGTH?

Re: Tags Supported

Posted: Tue Jan 24, 2012 4:25 pm
by nonom
den01101 wrote:how to use the MAXLENGTH?
The maximum number of characters allowed in the <input> tag element.

Code: Select all

<input ... maxlength="number" /> 
These aren't just tags elements, also attributes are listed.

Re: Tags Supported

Posted: Tue Jan 24, 2012 8:45 pm
by den01101
nonom wrote:
den01101 wrote:how to use the MAXLENGTH?
The maximum number of characters allowed in the <input> tag element.

Code: Select all

<input ... maxlength="number" /> 
These aren't just tags elements, also attributes are listed.
Сan't see the input field :cry:

Re: Tags Supported

Posted: Tue Jan 24, 2012 8:53 pm
by nonom
den01101 wrote:Сan't see the input field :cry:
Well Im always using <edit/> :D

Re: Tags Supported

Posted: Sat Feb 04, 2012 10:42 am
by wdas
strange

Re: Tags Supported

Posted: Fri Mar 23, 2012 6:39 pm
by Howler
There is two (2) types of input text.

<edit var="aName">

and <multiedit var="aName" width="100" height="100">

Also the as i know the edit tag can take "type=number" so the textbox will allow only numeric input