I have some questions about HTML editing.
For example I have a GMShop and I want to change the layout from the buttons.
Where do I find out which value is a specific button layout?
HTML Editing
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 67
- Joined: Mon Oct 27, 2014 9:44 pm
Re: HTML Editing
Where can I see the layout of different button styles for html?
There are some like Interlude and some are green and stuff.
Where can I find these values.
For example this button with this value
Looks like this

There are some like Interlude and some are green and stuff.
Where can I find these values.
For example this button with this value
Code: Select all
back="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind" fore="L2UI_CT1.Button_DF.Gauge_DF_Attribute_Wind.Gauge_DF_Attribute_Wind_bg"

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: HTML Editing
More info here: viewforum.php?f=79
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 70
- Joined: Thu Jul 01, 2010 5:44 pm
- Location: Ukraine
Re: HTML Editing
Easy Way: there is a program called l2jdlg maker. With this program you can create or edit the html file.
But this program I do not particularly like it, I'll just take the keys and codes of pictures in folder - l2jdlg_maker\img\

1 - Before the name of the texture buttons to add a prefix like from what the client is taken chronicles texture, that is, from what file textures.
In our case, like so:
2 - L2UI_CT1.Button_DF - the usual form buttons
3 - L2UI_CT1.Button_DF_Down - view by pressing a button
Code finished buttons with these textures:


But this program I do not particularly like it, I'll just take the keys and codes of pictures in folder - l2jdlg_maker\img\

1 - Before the name of the texture buttons to add a prefix like from what the client is taken chronicles texture, that is, from what file textures.
In our case, like so:
2 - L2UI_CT1.Button_DF - the usual form buttons
3 - L2UI_CT1.Button_DF_Down - view by pressing a button
Code finished buttons with these textures:
In the same way I did for myself here such HTML. Sorry, that Russian) --<button value="Armor" action="bypass -h npc_%objectId%_multisell 0" width=90 height=16 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">


Sorry for my english...
- HappyLDE
- Posts: 123
- Joined: Tue Sep 10, 2013 6:22 pm
- Location: Belgium
- Contact:
Re: HTML Editing
Thanks dedmped!
Thank you for making L2JServer happen! 
"If you believe you will fail or succeed, in both ways you are right." - Henry Ford

"If you believe you will fail or succeed, in both ways you are right." - Henry Ford
-
- Posts: 19
- Joined: Sun Nov 07, 2010 5:46 pm
Re: HTML Editing
Use this link to get started :
and if you are interested use this program to make your own :