BBjInputD::setCalendarSize
Description
In BBj 4.00 and higher, this method sets the size of the popup calendar associated with this BBjInputD control.
Syntax
|
Return Value |
Method |
|
void |
setCalendarSize(number width, int height) |
Parameters
|
Variable |
Description |
|
width |
Specifies the width in pixels. |
|
height |
Specifies the height in pixels. |
Return Value
None.
Remarks
To revert to the standard calendar size, set the width and height to 0.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.