Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Anchor
_Toc495050159
_Toc495050159
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]