Thank you, I've been searching for that.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
Tags Supported
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 30
- Joined: Tue Mar 02, 2010 8:53 pm
Re:
-
- Posts: 18
- Joined: Thu Mar 24, 2011 2:55 pm
- nonom
- L2j Veteran
- Posts: 649
- Joined: Wed Mar 11, 2009 10:34 pm
- Location: Magmeld
Re: Tags Supported
The maximum number of characters allowed in the <input>den01101 wrote:how to use the MAXLENGTH?
Code: Select all
<input ... maxlength="number" />
-
- Posts: 18
- Joined: Thu Mar 24, 2011 2:55 pm
Re: Tags Supported
Сan't see the input fieldnonom wrote:The maximum number of characters allowed in the <input>den01101 wrote:how to use the MAXLENGTH?tagelement.
These aren't justCode: Select all
<input ... maxlength="number" />
tagselements, also attributes are listed.
Sorry for my bad English
- nonom
- L2j Veteran
- Posts: 649
- Joined: Wed Mar 11, 2009 10:34 pm
- Location: Magmeld
Re: Tags Supported
Well Im always using <edit/>den01101 wrote:Сan't see the input field
-
- Posts: 32
- Joined: Thu Sep 23, 2010 9:10 am
Re: Tags Supported
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
<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