Search found 4 matches

by Dan Pahl
Tue Jan 14, 2025 7:57 pm
Forum: General Questions
Topic: WYSIWYG 17 extenstions
Replies: 1
Views: 251

WYSIWYG 17 extenstions

I upgraded WYSIWYG website builder 17 back in 2021 along with all of the extension packs available.
Recently, I had to rebuild my computer. I reload WB 17 but forgot about the extension packs.

I am back into the program and need them. I can't find them on what was salvagable from my old hard drive ...
by Dan Pahl
Thu Aug 11, 2022 6:13 pm
Forum: Off Topic Section
Topic: Programmatically setting a checkbox
Replies: 5
Views: 2624

Re: Programmatically setting a checkbox

Thanks.
One more question. I know i can add that code to the checkbox statement after I compiling it.
However, does WWB allow me to add it to the checkbox property box somewhere during design?
by Dan Pahl
Thu Aug 11, 2022 5:16 pm
Forum: Off Topic Section
Topic: Programmatically setting a checkbox
Replies: 5
Views: 2624

Re: Programmatically setting a checkbox

Thanks Pablo. I guess my real question is this:
At the top of my code, I get the checkbox value of ‘Alex’ from a data base. I need to set the checkbox value before the page loads.
I have looked at and implemented the javascript code you referenced. The only problem with that is it is executed when ...
by Dan Pahl
Thu Aug 11, 2022 12:04 am
Forum: Off Topic Section
Topic: Programmatically setting a checkbox
Replies: 5
Views: 2624

Programmatically setting a checkbox

I am working on a web page with just one form. In it I have several text boxes and many checkboxes. I am using PHP. I need to be able to programmatically set all the form values to have an edit web page. I have stripped my test page down to 1 editbox, 2 checkboxes and the submit button.

When I go ...