up Inquisit Language Reference

showborders attribute

The showborders attribute specifies whether a visible border should appear around a stimulus.

Member of

<html>

Syntax

/ showborders = boolean

Parameters

boolean A boolean value of true or false.

Remarks

The default is true.

Examples

The following html page is presented on the screen with no surrounding border and no scroll bars:

<html instructions>
/ items=("instruct1.htm", "instruct2.htm", "instruct3.htm")
/ showborders = false
/ showscrollbars = false
</html>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.