Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

wwDatepicker issue

$
0
0
wwDatepicker issue
Web Connection 5.0
wwDatepicker issue
02/29/2012
04:04:15 PM
3G00YG2KK Show this entire thread in new window
Gratar Image based on email address
From:
To:
All 
Attachments:
None
When I run a form that has a wwDatePicker control on it, I get the following div code at the very end of my html:
<div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>

The styling on this causes it to be visible on the bottom of the page as a thin box with rounded borders. It disappears once I click the date control, but it's always there when the page first comes up.

I modified the following line in wwDatePicker.OnPreRender in webcontrolsjquery.prg:

lcStartScript = [jQuery('#] + this.UniqueId + [').datepicker(] + lcOption + [).attachDatepickerInputKeys();] + CRLF ; + [$('#ui-datepicker-div').hide();] + CRLF

This seemed to fix the problem without negative side effects.

--stein


Viewing all articles
Browse latest Browse all 10393

Trending Articles