Disable wb_ id prefix

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
rasure
 
 
Posts: 28
Joined: Mon Jan 23, 2017 3:31 pm
Location: UK
Contact:

Disable wb_ id prefix

Post by rasure »

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?
User avatar
Pablo
 
Posts: 21580
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Disable wb_ id prefix

Post by Pablo »

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.
rasure
 
 
Posts: 28
Joined: Mon Jan 23, 2017 3:31 pm
Location: UK
Contact:

Re: Disable wb_ id prefix

Post by rasure »

ok, thank you.
Post Reply