Is there anyway to disable the wb_id prefix. Trying to implement some JavaScript and renaming id`s accordingly, for example if I call something specialid in the properties, viewing the source changes it to wb_specialid
I don`t see why it should be adding things I didn't add to the code?
Disable wb_ id prefix
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 28
- Joined: Mon Jan 23, 2017 3:31 pm
- Location: UK
- Contact:
- Pablo
- Posts: 23799
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Disable wb_ id prefix
Sorry, it is not possible to change the prefix. This would affect many scripts, extensions, events and other functionality.
The element with wb_ prefix are usually a container to control the size and position of an element.
The element with wb_ prefix are usually a container to control the size and position of an element.
-
-
- Posts: 28
- Joined: Mon Jan 23, 2017 3:31 pm
- Location: UK
- Contact:
Re: Disable wb_ id prefix
ok, thank you.