close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

ToolKit Beta - DatePicker

Thread began 11/16/2010 2:18 pm by tom92909 | Last modified 11/27/2010 1:02 am by Russell Collins | 662 views | 5 replies |

tom92909Beta Tester

ToolKit Beta - DatePicker

My first impression with the end result is that it is VERY sexy.

I did find a logic issue, but overall the whole thing is super simple to get up and working.
I started with a blank php page. I clicked on the WA DatePicker icon and proceeded. I left the NAME field blank and filled in the rest. I let it create my form for me, and I called the form field "date". The following HTML code is what it generated... I saved the file and uploaded it to the server and found a blank input with no calendar. I then realized that the "id" needed to match. By simply adding "datepicker_1" to the input id, it all worked great.

I think either forcing a common id if the name is blank or a better more obvious explanation would be in order here.

html:
function closeDatePicker_datepicker_1() {
var tElm = $('#datepicker_1');
if (typeof datepicker_1_Spry != null && typeof datepicker_1_Spry != "undefined") {
datepicker_1_Spry.validate();
}
var docElm = document.getElementById("datepicker_1");
var tBlur = docElm.getAttribute("onBlur");
if (!tBlur) tBlur = docElm.getAttribute("onblur");
if (!tBlur) tBlur = docElm.getAttribute("ONBLUR");
if (tBlur) {
tBlur = tBlur.replace(/\bthis\b/g, "docElm");
eval(tBlur);
}
}
</script>
</head>

<body><form id="form1" name="form1" method="post" action="">date<input id="date" name="date" type="text" /></form>
</body>
</html>




Very nice product! I really like it.

Sign in to reply to this post

Anna Robinson

Thanks for the feedback. This bug is fixed (internally) and the fix will be in the next build.

Sign in to reply to this post

CraigRBeta Tester

theme names - wow! some creative thinking involved here.

link to 'how can i create a custom datepicker theme' produces an error, - as does the help link

Sign in to reply to this post

Matthew Meling

Hey Craig,

Documentation hasn't been added yet, but we're working hard on it, and it should be added soon.

Sign in to reply to this post

AlaskaTomBeta Tester

I guess I should have read here before testing :-)
I found the same thing as Tom. I tried having a text field selected before running the wizard, and if I clicked cancel when presented with the form element screen, it applied the ID to the element I had selected, but changed the name, to the name I had chosen in the wizard.

Will this next build pre populate the name field if a text field is selected when the wizard is run?

Alaska Tom

Sign in to reply to this post

Russell CollinsBeta Tester

Great

This is a really saleable app even by it's self !

Russ

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...