Child pages
  • SCROLLBAR

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table Cell (td)
Number

...

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 AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.
Enter additional information related to this 'class' inside the {div} macro with 'id=description'
Divcache
styleindexdisplay:none

...

iddescription

...

padding0px
width80px

...

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Constants Summary

...

true
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClient

servoy sSummary12%30%58%height: 30px;3Constants SummaryUsed to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.

...

Table Cell (td)
Number

...

Table Cell (td)
Number

...

Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.

...

Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.

...

Table Cell (td)
Number

...

Used to set the horizontal and vertical scroll bar policy so that both scrollbars are displayed

...

Table Cell (td)
Number

...

only when needed.

...

Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.

...

Table Cell (td)
Number

...

Table Cell (td)
Number

...

Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.

...

Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.

...

...

constant

...

servoy sDetail

...

padding0px
width100%

...

2100%height:30px

...

colspan1

...

2Constants Details

...

HORIZONTAL_SCROLLBAR_ALWAYS

...

name

...

HORIZONTAL_SCROLLBAR_ALWAYS

...

des

...

sIndent
Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed.

...

ret

...

Returns

...

sIndentclients

...

Supported Clients

sIndent

...

idsam

...

classlastDetailRow

...

SmartClient,WebClient,NGClientsam

Sample

...

classsIndent

...

Code Block
languagejavascript
var alwaysScrollbars = form.newField('my_table_text', JSField.TEXT_AREA, 230, 10, 100, 100);
alwaysScrollbars.scrollbars = SM_SCROLLBAR.HORIZONTAL_SCROLLBAR_ALWAYS | SM_SCROLLBAR.VERTICAL_SCROLLBAR_ALWAYS;
sIdentjavascriptlastDetailRowHORIZONTAL_SCROLLBAR_AS_NEEDED

...

name

...

HORIZONTAL_SCROLLBAR_AS_NEEDED

...

des

...

sIndent
Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed.

...

ret

...

Returns

...

sIndentclients

...

Supported Clients

sIndent

...

SmartClient,WebClient,NGClientsam

...

classlastDetailRow

...

Sample

...

classsIndent

...

Code Block
languagejavascript
var neededScrollbars = form.newField('my_table_text', JSField.TEXT_AREA, 120, 10, 100, 100);
neededScrollbars.scrollbars = SM_SCROLLBAR.HORIZONTAL_SCROLLBAR_AS_NEEDED | SM_SCROLLBAR.VERTICAL_SCROLLBAR_AS_NEEDED;
sIdentjavascriptlastDetailRowHORIZONTAL_SCROLLBAR_NEVER

...

name

...

HORIZONTAL_SCROLLBAR_NEVER

...

des

...

sIndent
Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed.

...

ret

...

Returns

...

sIndentclients

...

Supported Clients

sIndent

...

SmartClient,WebClient,NGClientsam

...

classlastDetailRow

...

Sample

...

classsIndent

...

Code Block
languagejavascript
var noScrollbars = form.newField('my_table_text', JSField.TEXT_AREA, 10, 10, 100, 100);
noScrollbars.scrollbars = SM_SCROLLBAR.HORIZONTAL_SCROLLBAR_NEVER | SM_SCROLLBAR.VERTICAL_SCROLLBAR_NEVER;
sIdentjavascriptlastDetailRowSCROLLBARS_WHEN_NEEDED

...

name

...

SCROLLBARS_WHEN_NEEDED

...

des

...

sIndent
Used to set the horizontal and vertical scroll bar policy so that both scrollbars are displayed

...


only when needed.

...

ret

...

Returns

...

sIndentclients

...

Supported Clients

sIndent

...

SmartClient,WebClient,NGClientsam

...

classlastDetailRow

...

Sample

...

classsIndent

...

Code Block
languagejavascript
var neededScrollbars = form.newField('my_table_text', JSField.TEXT_AREA, 120, 10, 100, 100);
// This is the default option, but if you really want you can set it explicitly.
neededScrollbars.scrollbars = SM_SCROLLBAR.SCROLLBARS_WHEN_NEEDED;
sIdentjavascriptlastDetailRowVERTICAL_SCROLLBAR_ALWAYS

...

name

...

VERTICAL_SCROLLBAR_ALWAYS

...

des

...

sIndent
Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed.

...

ret

...

Returns

...

sIndentclients

...

Supported Clients

sIndent

...

SmartClient,WebClient,NGClientsam

...

classlastDetailRow

...

Sample

...

classsIndent

...

Code Block
languagejavascript
var alwaysScrollbars = form.newField('my_table_text', JSField.TEXT_AREA, 230, 10, 100, 100);
alwaysScrollbars.scrollbars = SM_SCROLLBAR.HORIZONTAL_SCROLLBAR_ALWAYS | SM_SCROLLBAR.VERTICAL_SCROLLBAR_ALWAYS;
sIdentjavascriptlastDetailRowVERTICAL_SCROLLBAR_AS_NEEDED

...

name

...

VERTICAL_SCROLLBAR_AS_NEEDED

...

des

...

sIndent
Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed.

...

ret

...

Returns

...

sIndentclients

...

Supported Clients

sIndent

...

idsam

...

classlastDetailRow

...

SmartClient,WebClient,NGClientsam

Sample

...

classsIndent

...

Code Block
languagejavascript
var neededScrollbars = form.newField('my_table_text', JSField.TEXT_AREA, 120, 10, 100, 100);
neededScrollbars.scrollbars = SM_SCROLLBAR.HORIZONTAL_SCROLLBAR_AS_NEEDED | SM_SCROLLBAR.VERTICAL_SCROLLBAR_AS_NEEDED;
sIdentjavascriptlastDetailRowVERTICAL_SCROLLBAR_NEVER

...

name

...

VERTICAL_SCROLLBAR_NEVER

...

des

...

sIndent
Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed.

...

...

ret

...

Returns

...

sIndentclients

...

Supported Clients

sIndent

...

SmartClient,WebClient,NGClientsam

...

classlastDetailRow

...

Sample

...

classsIndent

...

Code Block
languagejavascript
var noScrollbars = form.newField('my_table_text', JSField.TEXT_AREA, 10, 10, 100, 100);
noScrollbars.scrollbars = SM_SCROLLBAR.HORIZONTAL_SCROLLBAR_NEVER | SM_SCROLLBAR.VERTICAL_SCROLLBAR_NEVER;
sIdentjavascriptlastDetailRow