Page 1 of 1

Disable wb_ id prefix

Posted: Mon Aug 19, 2019 4:27 pm
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?

Re: Disable wb_ id prefix

Posted: Mon Aug 19, 2019 4:46 pm
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.

Re: Disable wb_ id prefix

Posted: Mon Aug 19, 2019 5:16 pm
by rasure
ok, thank you.