Child pages
  • UICONSTANTS

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{hiddendiv:style=display:none}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACTAUTO CHANGES FROMUPDATE THE PAGECONTENT ANDTHROUGH MERGETHE THEM BACK INTO SERVOY SOURCE{hiddenDOC GENERATOR{div}
{sub-sectiondiv:id=description|text=}{sub-sectiondiv}\\ 

{table:id=|class=servoy sSummary}{colgroup}{column:width=80px|padding=0px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Constants Summary{th}{tr}{tbody}{tr}{td}[String]{td}{td}[#COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN]
Property that can be set using application.{td}{tr}{tbody}{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}[String]{td}{td}[#LEAVE_FIELDS_READONLY_IN_FIND_MODE]
Property than can be set using application.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#TABLEVIEW_WC_DEFAULT_SCROLLABLE]
Property than can be set using application.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS]
Property than can be set using application.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#TOOLTIP_DISMISS_DELAY]
Property than can be set using application.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#TOOLTIP_INITIAL_DELAY]
Property than can be set using application.{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}{tbody}{tr}{td}[String]{td}{td}[#USE_SYSTEM_PRINT_DIALOG]
Property than can be set using application.{td}{tr}{tbody}{table}\\ 

{table:id=constant|class=servoy sDetail}{colgroup}{column:width=100%|padding=0px}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Constants Details{th}{tr}{tbody:id=COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN|class=node}{tr:id=name}{td}h6.COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN{td}{tr}{builder-show:permission=edit}{tr:id=desret}{td}{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_des|trigger=button|text=}{sub-section}{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_des|trigger=none|class=sIndent}Replace with description{sub-section*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
// make all COMBOBOX fields not show the pop-up when gaining focus
application.putClientProperty(APP_UI_PROPERTY.COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_snc|trigger=button|text=}{sub-section}{sub-section:, false);
// make one COMBOBOX field show the pop-up when gaining focus - overrides the application property set
forms.someForm.elements.comboboxElement.putClientProperty(APP_UI_PROPERTY.COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_snc|trigger=none|class=sIndent} Replace with version info{sub-section, true);
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{builder-show}{builder-show:permission=edittbody}{tbody:id=DATE_FORMATTERS_LENIENT}{tr:id=name}{td}h6.DATE_FORMATTERS_LENIENT{td}{tr}{tr:id=prsret}{td}*ParametersReturns*\\{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_prs|trigger=button|text=}{sub-section}{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_prs|trigger=none|class=sIndent}{sub-sectiondiv:class=sIndent}[String]{div}{td}{tr}{builder-show}{tr:id=retsam}{td}*ReturnsSample*\\{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_ret|trigger=button|text=}{sub-section}{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_ret|trigger=none|class=sIndent}[String]{sub-section}{div:class=sIndent}{code:language=javascript}
// make all date formatted fields (created after this line is executed) not use lenient mode
application.putClientProperty(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}{div}{td}{tr}{builder-showtr:permission=editclass=lastDetailRow}{td}{td}{tr:id=see}{td}*Also see*\\{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edittbody}{tbody:id=DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD}{tr:id=name}{td}h6.DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=linksam}{td}*External linksSample*\\{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_link|trigger=none}{sub-section{div:class=sIndent}{code:language=javascript}
// make all date formatted fields use roll instead of add
application.putClientProperty(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}{div}{td}{tr}{builder-showtr:class=lastDetailRow}{td}{td}{tr:id=sam}{tdtbody}*Sample*\\{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN_sam|trigger=none{tbody:id=LEAVE_FIELDS_READONLY_IN_FIND_MODE}{tr:id=name}{td}h6.LEAVE_FIELDS_READONLY_IN_FIND_MODE{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
// make all COMBOBOX fields not show the pop-up when gaining focus
application.putClientProperty(APP_UI_PROPERTY.COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN, false);
// make one COMBOBOX field show the pop-up when gaining focus - overrides the application property set
forms.someForm.elements.comboboxElement.putClientProperty(APP_UI_PROPERTY.COMBOBOX_SHOW_POPUP_ON_FOCUS_GAIN, true);
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}application.putClientProperty(APP_UI_PROPERTY.LEAVE_FIELDS_READONLY_IN_FIND_MODE, true)
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=DATETABLEVIEW_FORMATTERS_LENIENT|class=nodeWC_DEFAULT_SCROLLABLE}{tr:id=name}{td}h6.DATETABLEVIEW_WC_FORMATTERSDEFAULT_LENIENTSCROLLABLE{td}{tr}{builder-showtr:permission=edit}{tr:id=des}{td}{sub-section:DATE_FORMATTERS_LENIENT_des|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_LENIENT_des|trigger=none|class=sIndent}Replace with description{sub-sectionid=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_DEFAULT_SCROLLABLE, true)
{code}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snctr:class=lastDetailRow}{td}{td}*Since*\\{sub-section:DATE_FORMATTERS_LENIENT_snc|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_LENIENT_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{tr}{tbody}{tbody:id=TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS}{tr:id=name}{td}h6.TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS{td}{tr}{builder-show}{builder-show:permission=edit}{tr:tr:id=prsret}{td}*ParametersReturns*\\{sub-section:DATE_FORMATTERS_LENIENT_prs|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_LENIENT_prs|trigger=none|div:class=sIndent}{sub-section[String]{div}{td}{tr}{builder-show}{tr:id=retsam}{td}*ReturnsSample*\\{sub-section:DATE_FORMATTERS_LENIENT_ret|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_LENIENT_ret|trigger=none|class=sIndent}[String]{sub-sectiondiv:class=sIndent}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS, true)
{code}{div}{td}{tr}{builder-showtr:permissionclass=editlastDetailRow}{tr:id=seetd}{td}*Also see*\\{sub-section:DATE_FORMATTERS_LENIENT_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DATE_FORMATTERS_LENIENT_see|trigger=none}{sub-section}{div}{tr}{tbody}{tbody:id=TOOLTIP_DISMISS_DELAY}{tr:id=name}{td}h6.TOOLTIP_DISMISS_DELAY{td}{tr}{builder-show}{builder-show:permission=edit}{tr:tr:id=linkret}{td}*External linksReturns*\\{sub-section:DATE_FORMATTERS_LENIENT_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DATE_FORMATTERS_LENIENT_link|trigger=none}{sub-section}[String]{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:DATE_FORMATTERS_LENIENT_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DATE_FORMATTERS_LENIENT_sam|trigger=nonediv:class=sIndent}{code:language=javascript}
// make all date formatted fields (created after this line is executed) not use lenient mode
application.putClientProperty(APP_UI_PROPERTY.DATETOOLTIP_FORMATTERSDISMISS_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-sectionDELAY, 4000)
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=DATETOOLTIP_FORMATTERS_ROLL_INSTEAD_OF_ADD|class=node}{trINITIAL_DELAY}{tr:id=name}{td}h6.DATETOOLTIP_FORMATTERS_ROLL_INSTEAD_OF_ADDINITIAL_DELAY{td}{tr}{builder-show:permission=edit}{tr:id=desret}{td}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_des|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_des|trigger=none|class=sIndent}Replace with description{sub-section*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.TOOLTIP_INITIAL_DELAY, 2000)
{code}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_snc|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edittr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN}{tr:id=name}{td}h6.TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=prssam}{td}*ParametersSample*\\{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_prs|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_ret|trigger=button|text=}{sub-section}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_ret|trigger=none|div:class=sIndent}{code:language=javascript}
// make all TYPE-AHEAD fields not show the pop-up when gaining focus
application.putClientProperty(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}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY}{tr:id=name}{td}h6.TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{sub-sectiondiv}{td}{tr}{builder-show:permission=edit}{tr:id=seesam}{td}*Also seeSample*\\{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DATE_FORMATTERS_ROLL_INSTEAD_OF_ADD_sam|trigger=none}{code:language=javascript}
// make all date formatted fields use roll instead of add
application.putClientProperty(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}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=LEAVE_FIELDS_READONLY_IN_FIND_MODE|class=node}{tr:id=name}{td}h6.LEAVE_FIELDS_READONLY_IN_FIND_MODE{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_des|trigger=button|text=}{sub-section}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_snc|trigger=button|text=}{sub-section}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_prs|trigger=button|text=}{sub-section}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_ret|trigger=button|text=}{sub-section}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:LEAVE_FIELDS_READONLY_IN_FIND_MODE_sam|trigger=none}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.LEAVE_FIELDS_READONLY_IN_FIND_MODE, true)
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TABLEVIEW_WC_DEFAULT_SCROLLABLE|class=node}{tr:id=name}{td}h6.TABLEVIEW_WC_DEFAULT_SCROLLABLE{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_des|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_snc|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_prs|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_ret|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TABLEVIEW_WC_DEFAULT_SCROLLABLE_sam|trigger=none}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_DEFAULT_SCROLLABLE, true)
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS|class=node}{tr:id=name}{td}h6.TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_des|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_snc|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_prs|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_ret|trigger=button|text=}{sub-section}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS_sam|trigger=none}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS, true)
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TOOLTIP_DISMISS_DELAY|class=node}{tr:id=name}{td}h6.TOOLTIP_DISMISS_DELAY{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:TOOLTIP_DISMISS_DELAY_des|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_DISMISS_DELAY_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:TOOLTIP_DISMISS_DELAY_snc|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_DISMISS_DELAY_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:TOOLTIP_DISMISS_DELAY_prs|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_DISMISS_DELAY_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:TOOLTIP_DISMISS_DELAY_ret|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_DISMISS_DELAY_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:TOOLTIP_DISMISS_DELAY_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TOOLTIP_DISMISS_DELAY_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:TOOLTIP_DISMISS_DELAY_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TOOLTIP_DISMISS_DELAY_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:TOOLTIP_DISMISS_DELAY_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TOOLTIP_DISMISS_DELAY_sam|trigger=none}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.TOOLTIP_DISMISS_DELAY, 4000)
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TOOLTIP_INITIAL_DELAY|class=node}{tr:id=name}{td}h6.TOOLTIP_INITIAL_DELAY{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:TOOLTIP_INITIAL_DELAY_des|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_INITIAL_DELAY_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:TOOLTIP_INITIAL_DELAY_snc|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_INITIAL_DELAY_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:TOOLTIP_INITIAL_DELAY_prs|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_INITIAL_DELAY_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:TOOLTIP_INITIAL_DELAY_ret|trigger=button|text=}{sub-section}{sub-section:TOOLTIP_INITIAL_DELAY_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:TOOLTIP_INITIAL_DELAY_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TOOLTIP_INITIAL_DELAY_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:TOOLTIP_INITIAL_DELAY_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TOOLTIP_INITIAL_DELAY_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:TOOLTIP_INITIAL_DELAY_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TOOLTIP_INITIAL_DELAY_sam|trigger=none}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.TOOLTIP_INITIAL_DELAY, 2000)
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN|class=node}{tr:id=name}{td}h6.TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_des|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_snc|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_prs|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_ret|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TYPE_AHEAD_SHOW_POPUP_ON_FOCUS_GAIN_sam|trigger=none}{code:language=javascript}
// make all TYPE-AHEAD fields not show the pop-up when gaining focus
application.putClientProperty(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}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY|class=node}{tr:id=name}{td}h6.TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_des|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_snc|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_prs|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_ret|trigger=button|text=}{sub-section}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:TYPE_AHEAD_SHOW_POPUP_WHEN_EMPTY_sam|trigger=none}{code:language=javascript}
// make all TYPE-AHEAD fields not show the pop-up when there is empty content in the field
application.putClientProperty(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}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=USE_SYSTEM_PRINT_DIALOG|class=node}{tr:id=name}{td}h6.USE_SYSTEM_PRINT_DIALOG{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:USE_SYSTEM_PRINT_DIALOG_des|trigger=button|text=}{sub-section}{sub-section:USE_SYSTEM_PRINT_DIALOG_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:USE_SYSTEM_PRINT_DIALOG_snc|trigger=button|text=}{sub-section}{sub-section:USE_SYSTEM_PRINT_DIALOG_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:USE_SYSTEM_PRINT_DIALOG_prs|trigger=button|text=}{sub-section}{sub-section:USE_SYSTEM_PRINT_DIALOG_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:USE_SYSTEM_PRINT_DIALOG_ret|trigger=button|text=}{sub-section}{sub-section:USE_SYSTEM_PRINT_DIALOG_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:USE_SYSTEM_PRINT_DIALOG_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:USE_SYSTEM_PRINT_DIALOG_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:USE_SYSTEM_PRINT_DIALOG_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:USE_SYSTEM_PRINT_DIALOG_link|trigger=none}{sub-section}{div}{td}{tr}{builder-showdiv:class=sIndent}{code:language=javascript}
// make all TYPE-AHEAD fields not show the pop-up when there is empty content in the field
application.putClientProperty(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}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=USE_SYSTEM_PRINT_DIALOG}{tr:id=name}{td}h6.USE_SYSTEM_PRINT_DIALOG{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[String]{div}{td}{tr}{tr:id=sam}{td}*Sample*\\{sub-section:USE_SYSTEM_PRINT_DIALOG_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:USE_SYSTEM_PRINT_DIALOG_sam|trigger=none}{code:language=javascript}
application.putClientProperty(APP_UI_PROPERTY.USE_SYSTEM_PRINT_DIALOG, true)
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}