up Inquisit Language Reference

showScrollbars property

Whether to show horizontal and vertical scrollbars for HTML page.

Member of

<html>

Syntax

html.name.showScrollbars

Read/Write

Type

boolean

Remarks

A value of 1 indicates the button will be shown, 0 indicates it will not.

Examples

The following displays the value of showscrollbars in a text stimulus:

<text myText>
/ items= ("showScrollbars = <% html.myHtml.showScrollbars %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.