Page 1 of 2

Tags Supported

Posted: Tue Sep 18, 2007 3:17 pm
by elmarkivo
Hi, where i can find a list of html tags supported by l2j?

thx

Posted: Tue Sep 18, 2007 3:43 pm
by kerberos_20
* 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

Posted: Mon Dec 17, 2007 10:33 am
by DeathKnight
would be nice if we can get informations
about the not html tags to see ther functions

if there any way to include an external pic like:
<img src='http://blibla.de/blub.jpg'>

or an funktion to get external pages like a iframe

and one more can thw window high and whith be controlled?




sorry for bad english ^^

Posted: Tue Dec 18, 2007 10:17 am
by kerberos_20
DeathKnight wrote:would be nice if we can get informations
about the not html tags to see ther functions
ask NCZ0ft :)
DeathKnight wrote: if there any way to include an external pic like:
<img src='http://blibla.de/blub.jpg'>
http isnt supported, but you can use picture from local HDD
DeathKnight wrote: and one more can thw window high and whith be controlled?
no, but you can use tutorial html packet, its much better ;)

Re: Tags Supported

Posted: Thu Aug 14, 2008 12:47 pm
by DeathKnight
how about local pictures?
do i need to add the absolute path or relative from system directory?

and wich type of picture (bmp, jpg, png, dds)?

Re: Tags Supported

Posted: Thu Sep 11, 2008 4:44 am
by LeafaR
I'm trying to do the font size smaller, is this possible?

Code: Select all

<font size="1">text</font>
On this way doesnt work

Re: Tags Supported

Posted: Thu Sep 11, 2008 5:38 am
by Shaigan
DeathKnight wrote:how about local pictures?
do i need to add the absolute path or relative from system directory?

and wich type of picture (bmp, jpg, png, dds)?
Only images from the client is allowed to be displayed, giving the class of it.
Search on the l2jdp.com buffers, there are a lot of examples...
LeafaR wrote:I'm trying to do the font size smaller, is this possible?

Code: Select all

<font size="1">text</font>
On this way doesnt work
No way...

Re: Tags Supported

Posted: Sat Mar 28, 2009 9:44 am
by pelotazos
Hi guys I am trying to put a background image in a table but I get someone I could say?

Code: Select all

<table width=285 border=0 background="L2UI_CT1.Windows_DF_Drawer_Bg"><tr><tr>
THX

Re: Tags Supported

Posted: Mon Mar 30, 2009 2:53 pm
by Shaigan
No way... Only <img />, no "background" attribute in the <td></td>

Re: Tags Supported

Posted: Fri May 01, 2009 10:48 pm
by toastgodsupreme
This info should be included in the DP wiki. Couldn't find it on my searches.

Re: Tags Supported

Posted: Tue May 05, 2009 6:05 am
by poltomb
How about being stickied here?

Re: Tags Supported

Posted: Thu Sep 24, 2009 12:59 am
by Shaka
There are some onmouseover effect in Lineage 2?

This topic is of buttons, such as buttons:

Button_DF_Over
Button_DF_Click
Button_DF_Disable
Button_DF

current example of a button:

Code: Select all

<button value="my button" action="bypass -h npc_%objectId%_Chat 0" width=200 height=20 back="L2UI_ct1.Button_DF_Click" fore="L2UI_ct1.Button_DF">

Code: Select all

back="L2UI_ct1.Button_DF_Click" fore="L2UI_ct1.Button_DF"
There are some onmouseover effect in Lineage 2?

This topic is of buttons, such as buttons:

current example of a button:

onmouseover which is the effect?

lack the effect when you move your mouse over the button.

Button_DF_Over

anyone can help me?

Re: Tags Supported

Posted: Fri Sep 25, 2009 6:43 pm
by Bloodshed
maybe usefull for some people:
use for a combobox, example in enchant/attribute admin panel

Code: Select all

<combobox width=100 var=qbox list=option_1;option_2;option_3>

Re: Tags Supported

Posted: Sun Jun 27, 2010 10:34 am
by rychoo84
kerberos_20 wrote: * BR
* BODY
* BAR
* ADDRESS
* A
What's that BAR tag/attribute and what does it do?
BTW, is there any substitute for <HR> tag?

Re: Tags Supported

Posted: Wed Jun 30, 2010 7:15 pm
by drum84
Shaka wrote:There are some onmouseover effect in Lineage 2?

This topic is of buttons, such as buttons:

Button_DF_Over
Button_DF_Click
Button_DF_Disable
Button_DF

current example of a button:

Code: Select all

<button value="my button" action="bypass -h npc_%objectId%_Chat 0" width=200 height=20 back="L2UI_ct1.Button_DF_Click" fore="L2UI_ct1.Button_DF">

Code: Select all

back="L2UI_ct1.Button_DF_Click" fore="L2UI_ct1.Button_DF"
There are some onmouseover effect in Lineage 2?

This topic is of buttons, such as buttons:

current example of a button:

onmouseover which is the effect?

lack the effect when you move your mouse over the button.

Button_DF_Over

anyone can help me?

sry for grabbing old topic but noone answered yet and i got same problem.

i already tried:

Code: Select all

[color=#BF0040]mouseover[/color]="L2UI_ct1.Button_DF_Over"[color=#BF0040]over[/color]="L2UI_ct1.Button_DF_Over"[color=#BF0040]hover[/color]="L2UI_ct1.Button_DF_Over"[color=#BF0040]onmouseover[/color]="L2UI_ct1.Button_DF_Over"[color=#BF0040]mouse[/color]="L2UI_ct1.Button_DF_Over"
but nothing work. i might be wrong but there is something that work bcuz its working on login screen (start button), options dialog buttons(confirm, cancel, apply) or whereever in the H.U.D. too.

any idea?