Search found 5 matches

by barsyr
Tue Jun 03, 2025 4:17 pm
Forum: General Questions
Topic: Form validation
Replies: 4
Views: 252

Re: Form validation

Hi,
Thanks for the response. It make sense. I'll get into it.
Regards Bart
by barsyr
Tue Jun 03, 2025 2:12 pm
Forum: General Questions
Topic: Form validation
Replies: 4
Views: 252

Re: Form validation

Ok, thanks for answering.
So do I understand correct that I need another validation then Bootstrap ?
Or how can this be achieved with WWB ?

Regards, Bart.
by barsyr
Tue Jun 03, 2025 9:49 am
Forum: General Questions
Topic: Form validation
Replies: 4
Views: 252

Form validation

Hello,

I have a question about form-validation.
I've set a layout-grid to act as a 'form' (properties of layoutgrid > form > General > enable form').
In the settings of enabled form, field action is empty.
I've added an event 'onsubmit' in events of the lay-outgrid: javascript: this.action=Create ...
by barsyr
Mon Jun 02, 2025 1:56 pm
Forum: General Questions
Topic: Dialog
Replies: 2
Views: 151

Re: Dialog

Super, thank you very much!
Exactly what I needed.
by barsyr
Mon Jun 02, 2025 11:19 am
Forum: General Questions
Topic: Dialog
Replies: 2
Views: 151

Dialog

Hello,
I'm using the dialog-component and set it to Type 'bootstrap'.
When you set it to 'jQuery UI', I can change the title in javascript:
$("#Dialog01").dialog('option', 'title', 'ChangedTitle');
But how can this be done if I set Type to 'bootstrap'.

I want to do this, because I want to change ...