Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
envision3d #1
Validate ExtensionUI Form
I have written a function to validate my extension UI form called
validateForm(form) which return a boolean. My problem is when I try to use the
function within the applyServerBehavior() function like so:
function applyServerBehavior(sbObj){
if (validateForm(this))
{
apply the sb stuff
}
return errStr;
}
What happens is that the validation works and warns of required fields, but
after the warnings the server behvaior is applied anyways. Is there a way
around this?
envision3d Guest
-
Using the validate form behavior
Hello All, I have a form that I recently add more fields, the problem I'm having is how do I include those fields in my validated form behavior?.... -
Validate form Behavior errors
Hi I have added the macromedia validate form behavior to this page and its giving a javascript error when you click submit. ... -
Validate 1st field on form
Hi I have a form that users fill in, thefirst field is a username, which must be unique. Currently only when I attempt the Insert into the DB... -
yaromat validate form
Can't really help, except to say it works on my xppro using dwmx - sorry :) Maybe uninstall and reinstall using the extension manager and see if... -
Validate form behavior
Make sure that your form is selected when you do the "Validate Form" behavio and that your "Show behaviors for..." option is set to at least...



Reply With Quote

