Random Code Question
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: 308
- Joined: Mon Aug 20, 2018 6:47 pm
Random Code Question
There's nothing behind this except curiosity. In the code, wwb adds w_ before sections, items, etc. Is this how the program works or an enabled setting?
- crispy68
-
- Posts: 3101
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Random Code Question
How it works. Sometimes certain objects need a wrapper and that is when the wb_ is added.
-
-
- Posts: 308
- Joined: Mon Aug 20, 2018 6:47 pm
Re: Random Code Question
Thanks!crispy68 wrote: Mon Jul 15, 2024 9:24 pm How it works. Sometimes certain objects need a wrapper and that is when the w_ is added.