You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

[ |../../index.htm#lansa/wamengb9_1565.htm]
You are here:

showOnFocus

When true, the picker will automatically display when the field gets the focus. If you set this property to false it is your responsibility to show the picker at a time of your choosing using JavaScript. For example, if the weblet has an id of "MyDatePicker" the following code would display the picker:
$("#MyDatePicker").scroller("show");
Default value
True
Valid values
True, False, or any valid XPath expression that returns a boolean value.
[ |../../index.htm#lansa/wamengb9_1565.htm]

  • No labels