Tags Supported

Find all FAQs, HOWTOs and guides here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
JoeDaFlow
Posts: 30
Joined: Tue Mar 02, 2010 8:53 pm

Re:

Post 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.
den01101
Posts: 18
Joined: Thu Mar 24, 2011 2:55 pm

Re: Tags Supported

Post by den01101 »

how to use the MAXLENGTH?
Sorry for my bad English
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: Tags Supported

Post 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.
Image
"There are three kinds of people in this world, those who can count and those who can't"
den01101
Posts: 18
Joined: Thu Mar 24, 2011 2:55 pm

Re: Tags Supported

Post 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:
Sorry for my bad English
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: Tags Supported

Post by nonom »

den01101 wrote:Сan't see the input field :cry:
Well Im always using <edit/> :D
Image
"There are three kinds of people in this world, those who can count and those who can't"
wdas
Posts: 16
Joined: Fri Jan 27, 2012 3:12 pm

Re: Tags Supported

Post by wdas »

strange
Howler
Posts: 32
Joined: Thu Sep 23, 2010 9:10 am

Re: Tags Supported

Post 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
Post Reply