Tags Supported

Find all FAQs, HOWTOs and guides here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
elmarkivo
Posts: 34
Joined: Sun Mar 11, 2007 4:12 pm

Tags Supported

Post by elmarkivo »

Hi, where i can find a list of html tags supported by l2j?

thx
kerberos_20
L2j Veteran
L2j Veteran
Posts: 1011
Joined: Thu Apr 19, 2007 3:05 am
Location: czech republic

Post 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
Image
DeathKnight
Posts: 3
Joined: Tue Dec 11, 2007 7:11 pm

Post 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 ^^
kerberos_20
L2j Veteran
L2j Veteran
Posts: 1011
Joined: Thu Apr 19, 2007 3:05 am
Location: czech republic

Post 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 ;)
Image
DeathKnight
Posts: 3
Joined: Tue Dec 11, 2007 7:11 pm

Re: Tags Supported

Post 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)?
LeafaR
Posts: 13
Joined: Wed Dec 26, 2007 5:35 am

Re: Tags Supported

Post 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
Shaigan
Posts: 199
Joined: Thu Jan 11, 2007 4:03 pm
Location: France

Re: Tags Supported

Post 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...
Image Image
pelotazos
Posts: 58
Joined: Tue Jun 03, 2008 4:52 pm

Re: Tags Supported

Post 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
Shaigan
Posts: 199
Joined: Thu Jan 11, 2007 4:03 pm
Location: France

Re: Tags Supported

Post by Shaigan »

No way... Only <img />, no "background" attribute in the <td></td>
Image Image
toastgodsupreme
Posts: 750
Joined: Sun Dec 07, 2008 7:01 pm
Location: Poland

Re: Tags Supported

Post by toastgodsupreme »

This info should be included in the DP wiki. Couldn't find it on my searches.
User avatar
poltomb
L2j Veteran
L2j Veteran
Posts: 225
Joined: Wed Jul 13, 2005 7:13 am
Location: USA

Re: Tags Supported

Post by poltomb »

How about being stickied here?
User avatar
Shaka
Posts: 277
Joined: Wed Jun 13, 2007 7:43 pm
Location: VENEZUELA
Contact:

Re: Tags Supported

Post 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?
User avatar
Bloodshed
L2j Veteran
L2j Veteran
Posts: 816
Joined: Mon Jun 23, 2008 9:54 am
Location: Dorf Town

Re: Tags Supported

Post 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>
taking a break;
User avatar
rychoo84
Posts: 58
Joined: Fri Jan 01, 2010 11:26 am
Location: Breslau

Re: Tags Supported

Post 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?
User avatar
drum84
Posts: 13
Joined: Wed Jun 23, 2010 10:38 am
Location: the m00n

Re: Tags Supported

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