{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\ 

{table:class=servoy sSummery}{colgroup}{column:width=80px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Constants Summary{th}{tr}{tbody}{tr}{td}[String]{td}{td}[#DATE_FORMATTERS_LENIENT]
Property that can be set using application.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD]
Property that can be set using application.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#DIALOG_FULL_SCREEN]
Value that can be used to specify that a dialog should completely fill the screen.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN]
Property that can be set using application.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY]
Property that can be set using application.{td}{tr}{tbody}{table}\\ 

{table:class=servoy sDetail}{colgroup}{column:width=100%}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Constants Details{th}{tr}{tbody:id=0DA61D72-6457-4D38-9ACA-28EF30D8BD84}{tr:id=name}{td}h6.DATE_FORMATTERS_LENIENT{td}{tr}{tr:id=des}{td}{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_des|text=|trigger=button}{sub-section}{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_des|trigger=none|class=sIndent}Property that can be set using application.setUIProperty() or element.putClientProperty().

If set on application it will affect all date formatted fields. CAUTION: this property must be set on application before the fields are created (for example in solution onOpen handler). Changing it after fields were created will not affect these existing fields.
If set on an element it will affect only that date formatted element/field (with priority over the application property).
Value can be true/false/null.

If set to false, date formatted fields will not allow input of out-of-bounds values (like 62 minutes means 2 minutes and +1 hour).
DEFAULT: true.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_ret|text=|trigger=button}{sub-section}{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_see|text=|trigger=button}{sub-section}{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_see|text=|trigger=button}{sub-section}{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_sam|text=|trigger=button}{sub-section}{sub-section:0DA61D72-6457-4D38-9ACA-28EF30D8BD84_sam|class=sIndent|trigger=none}{code:language=javascript}
// make all date formatted fields (created after this line is executed) not use lenient mode
application.setUIProperty(APP_UI_PROPERTY.DATE_FORMATTERS_LENIENT, false);
// make one date formatted field use lenient mode - overrides the application property set
forms.someForm.elements.typeAheadElement.putClientProperty(APP_UI_PROPERTY.DATE_FORMATTERS_LENIENT, true);
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=95E83B24-007C-481E-B1C1-410126EBEC86}{tr:id=name}{td}h6.DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD{td}{tr}{tr:id=des}{td}{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_des|text=|trigger=button}{sub-section}{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_des|trigger=none|class=sIndent}Property that can be set using application.setUIProperty() or element.putClientProperty(). It is used only in Smart Client.

If set on application it will affect all date formatted fields. If set on an element it will affect only that date formatted element/field (with priority over the application property).
Value can be true/false/null.

If set to true, only selected part of the date will be affected when using up/down keys to cycle through values. (for example, pressing up when cursor is on minutes and minutes shows 59 will not result in hour change)
DEFAULT: false.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_ret|text=|trigger=button}{sub-section}{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_see|text=|trigger=button}{sub-section}{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_see|text=|trigger=button}{sub-section}{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_sam|text=|trigger=button}{sub-section}{sub-section:95E83B24-007C-481E-B1C1-410126EBEC86_sam|class=sIndent|trigger=none}{code:language=javascript}
// make all date formatted fields use roll instead of add
application.setUIProperty(APP_UI_PROPERTY.DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD, true);
// make one date formatted field use add instead of roll - overrides the application property set
forms.someForm.elements.typeAheadElement.putClientProperty(APP_UI_PROPERTY.DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD, false);
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=1CB2F437-0C1D-4B2C-91A4-D36E666AB60F}{tr:id=name}{td}h6.DIALOG_FULL_SCREEN{td}{tr}{tr:id=des}{td}{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_des|text=|trigger=button}{sub-section}{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_des|trigger=none|class=sIndent}Value that can be used to specify that a dialog should completely fill the screen.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_ret|text=|trigger=button}{sub-section}{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_see|text=|trigger=button}{sub-section}{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_see|text=|trigger=button}{sub-section}{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_sam|text=|trigger=button}{sub-section}{sub-section:1CB2F437-0C1D-4B2C-91A4-D36E666AB60F_sam|class=sIndent|trigger=none}{code:language=javascript}
application.showFormInDialog('customers',APP_UI_PROPERTY.DIALOG_FULL_SCREEN,APP_UI_PROPERTY.DIALOG_FULL_SCREEN,
     APP_UI_PROPERTY.DIALOG_FULL_SCREEN,APP_UI_PROPERTY.DIALOG_FULL_SCREEN,'My Title',true,true,'customers_dialog',true)
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=02201FC9-6459-4461-8B09-9338349C052F}{tr:id=name}{td}h6.TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN{td}{tr}{tr:id=des}{td}{sub-section:02201FC9-6459-4461-8B09-9338349C052F_des|text=|trigger=button}{sub-section}{sub-section:02201FC9-6459-4461-8B09-9338349C052F_des|trigger=none|class=sIndent}Property that can be set using application.setUIProperty() or element.putClientProperty().

If set on application it will affect all TYPE-AHEAD fields. If set on an element it will affect only that TYPE-AHEAD element/field (with priority over the application property).
Value can be true/false/null.

If set to true, the affected TYPE_AHEAD(s) will not show the pop-up when gaining focus.
DEFAULT: true.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:02201FC9-6459-4461-8B09-9338349C052F_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:02201FC9-6459-4461-8B09-9338349C052F_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:02201FC9-6459-4461-8B09-9338349C052F_ret|text=|trigger=button}{sub-section}{sub-section:02201FC9-6459-4461-8B09-9338349C052F_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:02201FC9-6459-4461-8B09-9338349C052F_see|text=|trigger=button}{sub-section}{sub-section:02201FC9-6459-4461-8B09-9338349C052F_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:02201FC9-6459-4461-8B09-9338349C052F_see|text=|trigger=button}{sub-section}{sub-section:02201FC9-6459-4461-8B09-9338349C052F_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:02201FC9-6459-4461-8B09-9338349C052F_sam|text=|trigger=button}{sub-section}{sub-section:02201FC9-6459-4461-8B09-9338349C052F_sam|class=sIndent|trigger=none}{code:language=javascript}
// make all TYPE-AHEAD fields not show the pop-up when gaining focus
application.setUIProperty(APP_UI_PROPERTY.TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN, false);
// make one TYPE-AHEAD field show the pop-up when gaining focus - overrides the application property set
forms.someForm.elements.typeAheadElement.putClientProperty(APP_UI_PROPERTY.TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN, true);
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=ABF7B756-BE22-4C47-8350-32071A77F4BC}{tr:id=name}{td}h6.TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY{td}{tr}{tr:id=des}{td}{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_des|text=|trigger=button}{sub-section}{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_des|trigger=none|class=sIndent}Property that can be set using application.setUIProperty() or element.putClientProperty().

If set on application it will affect all TYPE-AHEAD fields. If set on an element it will affect only that TYPE-AHEAD element/field (with priority over the application property).
Value can be true/false/null.

If set to true, the affected TYPE_AHEAD(s) will not show the pop-up when the field content is empty.
DEFAULT: true.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_ret|text=|trigger=button}{sub-section}{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_see|text=|trigger=button}{sub-section}{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_see|text=|trigger=button}{sub-section}{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_sam|text=|trigger=button}{sub-section}{sub-section:ABF7B756-BE22-4C47-8350-32071A77F4BC_sam|class=sIndent|trigger=none}{code:language=javascript}
// make all TYPE-AHEAD fields not show the pop-up when there is empty content in the field
application.setUIProperty(APP_UI_PROPERTY.TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY, false);
// make one TYPE-AHEAD field show the pop-up when there is empty content in the field - overrides the application property set
forms.someForm.elements.typeAheadElement.putClientProperty(APP_UI_PROPERTY.TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY, true);
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}