Activate Browser Context Menu | Activates a context menu (right mouse button click) on the WebBrowserToolbar. The context menu is configured in the 'Global strings' on project level. |
Activated Image | The image that the component displays while the component is in 'activated' state. This applies only if the 'Use Status Image' property is 'true'. |
Add | The label for the 'add bookmark' command in the bookmark menu. If not specified the command will not appear. |
Alignment | Alignment of text or image inside the component's display area. |
Attached Scale | The ScaleValueInput that the button affects. |
Attached Table | The Table that provides the table cells that the table cell editor modifies. |
Automatic Start | Start to play automatically once the component is displayed. |
Background Color | Color of the background of the component's display area. Note: Has no effect if the 'Is Transparent' property is 'true'. |
Block Align Horizontal | Horizontal alignment of the dynamic grid in the parent panel (see attribute layoutType). |
Block Align Vertical | Vertical alignment of the dynamic grid in the parent panel (see attribute layoutType). |
Block Events | If false (default) the Rectangle component should trace only if clicked on the edges (lines). If true, rectangle component should add an entry for tracing of type rectangle. |
Bold | Use bold face, i.e. show text that the component displays with thick, heavy lines. |
Border Color | Color of the border surrounding the component. |
Border Width | Width of the border surrounding the component. |
Cancel | The label for the 'cancel' button in the bookmark management dialog. |
Cell Address Rel Width | Width ratio (in percent) between cell label area and total width of the TableCellEditor. |
Child Types | The node types of nodes accepted as child nodes. |
Closable | Displays a 'close' icon in the dialog header bar. Does not apply if the 'Dialog' attribute is 'UNDEFINED'. |
Column | The column of the table cell in the table's cell grid. Currently not visible or modifiable by the item author. |
Columns | Definition of the columns in a dynamic grid layout (see layoutType attribute). Use the auto layout configuration dialog to set this value properly. |
Column Values | The values to use for the additional display columns: The 'Text' attribute specifies the value for the first column. This attribute gives the values for all other columns. |
Command | The command that the component triggers when clicked. |
Context Menu | The commands available in the context menu (right mouse button click) on the tree node. |
Contribute Variable | Flag that activates the implicit variable mechanism for the component. The component needs an explicit User Defined Id for a full activation. |
Control Icon Size | The size of the circle (for RadioButton) or the box (for CheckBox) at runtime. For large sizes increase the 'Label Distance' property to avoid the circle/box to overlap the label. |
Cursor | The cursor that we should use while the mouse is hovering over the component. Use the set cursor dialog to set this value. |
Css Class Name | The CSS Class Name to be applied on the component at runtime. CSS Styles are defined in the Project's Global Properties - CSS Styles tab. |
Deactivated Image | The image that the component displays while the component is in 'deactivated' state. This applies only if the 'Use Status Image' property is 'true'. |
Default Column Values | The values to use for the additional display columns for nodes created at assessment run time. The 'Text' attribute specifies the value for the first column. This attribute gives the values for all other columns. |
Default Nb Of Decimal Places | The default number of decimal places for floating point values in table cells; 0 sets full precision. May be overruled by 'No Of Decimal Places' attribute of the cell. |
Delete | The label for the 'delete' column in the bookmark management dialog. |
Delete Event | A state machine event that is triggered when the node is about to be deleted. If an event is specified here the event is sent and the delete operation is cancelled. |
Dialog | The dialog mode of the page: DIALOG = pop up as dialog; MODAL_DIALOG = pop up as dialog and restrict interaction to the pop up; UNDEFINED = appear as main content. |
Dialog Heading | The title label of the bookmark management dialog. |
Drag Event | A state machine event that is triggered when the component starts to be dragged (in a drag-and-drop operation). |
Drag Source | Makes the component dragable in a drag-and-drop operation. |
Drop Event | A state machine event that is triggered when the component receives a dropped component (in a drag-and-drop operation). |
Drop Mode | The action performed at successful completion of a drag-and-drop operation. Specify this on the drag source component. COPY=copy value over; SWITCH=exchange values; MOVE=move value over, set my value to 0, for Panel as target moves dragged component to new position; NONE=no value changes (but events are triggered). Use MOVE for Panel as drop target. |
Drop Target | Makes the component receive a dropped component in a drag-and-drop operation. |
East Border Line Color | Color of the east cell border. |
East Border Line Width | Width of the east cell border. |
End Event | A state machine event that is triggered when the player reaches the end. |
Filter Leaves | Display only nodes that cannot have child nodes (due to their node type). |
Frame Select Group Number | The number of the select group defined by the Frame. Specifying this will assign the component to the specified select group. You may not set 'Is Single Select Member' to true in combination with this setting. |
Font Color | The color of the text that the component displays. This may be overruled by settings in 'Use Column Font' and 'Use Tree Font' attributes. |
Font Name | The font style used for the text that the component displays. This may be overruled by settings in 'Use Column Font' and 'Use Tree Font' attributes. |
Font Size | The size of the font used for the text that the component displays. This may be overruled by settings in 'Use Column Font' and 'Use Tree Font' attributes. |
From Second | Start of the display interval. |
Gap Column | The width of the gap between columns in the dynamic grid filling a panel (see attribute layoutType). |
Gap Row | The width of the gap between rows in the dynamic grid filling a panel (see attribute layoutType). |
Height | The height of the component. After changing the height of a TextField, ImageTextField or HTMLTextField use the rich text editor to adapt the text layout. |
Hide Columns | Don't show columns in the Tree component. (Columns will appear in the TreeView nevertheless.) |
Hide Controls | Hides the controls provided by the player implementation (start/stop/pause/progress/volume). |
Hide Leaves | Hides nodes that cannot have child nodes (due to their node type). |
Highlightable | Enables selection of text blocks at assessment run time. |
Horizontal | Use horizontal orientation. For Line the line appears horizontally, for ScaleValueInput the knob moves horizontally. |
Image Reference | The image that the component displays. This applies only if the 'Use Status Image' property is 'false'. |
Increment | The increment the button will apply to the attached ScaleValueInput at each click. Applies only if the 'Attached Scale' attribute is set. |
Input Source | The type of input source. Configure via the 'Configure Input Source' context menu dialog to find more details about it. |
Input Source Catch Focus | Catch focus on the page and grab all keyboard input for the calculation engine. Applies only if the InputSource is set to CALCULATION_ENGINE_RESULT. |
Input Validation Pattern | A regular expression restricting valid input text for the component. The system will reject invalid text input at assessment run time. An empty string as value imposes no restriction. |
Input Validation Event | A state machine event that is triggered when invalid text input is rejected at assessment run time due to a pattern in the Input Validation Pattern attribute. |
Is Frozen | Disables the component initially. Use the operators setFrozen/unsetFrozen to enable and disable the component at assessment run time. |
Is Hidden | Hides the component initially. Use the operators setHidden/unsetHidden to switch the hidden state of the component at assessment run time. |
Is Spreadsheet | The table is configured as 'spreadsheet' table. Currently not visible or modifiable by the item author. |
Is Tabbed | Display tabs in the web browser. |
Is Toggle | Activates a 'toggle' mode for the component like toggling between 'pushed/released' or 'selected/deselected'. Use the operators setSelected/unsetSelected to toggle between the states at assessment run time. |
Is Transparent | Makes the background of the component's display area transparent. |
Italic | Use italics, i.e. show text that the component displays with cursive styled letters. |
Label Distance | The distance between the control (i.e. the check box or radio button) and its label. |
Label Position | The position of the label in relation to the control (i.e. the check box or radio button) itself. |
Layout Type | Place children by their fixed coordinates or into a dynamic table grid |
Line Color | The color for the line or the lines of the rectangle. |
Line Width | The width of the line or the lines of the rectangle. |
Manage | The label of the 'name' column in the bookmark management dialog. |
Maximum Value | The maximum value for the spinner. |
Max Play | The maximum number of times the player can be started within a task. 0 specifies no limit. |
Max Record | The maximum number of recordings. 0 specifies no limit. |
Media Reference | The preferred internal media to play. Configure via the 'Link Audio/Video' command available in the component's context menu. |
Media Reference External | The preferred external media to play. Configure via the 'Link Audio/Video' command available in the component's context menu. |
Media Alternate Ref | The internal media to play if the preferred media cannot be played (due to incompatible format etc.). Configure via the 'Link Alternate Audio/Video' command available in the component's context menu. |
Media Alternate Ref External | The external media to play if the preferred media cannot be played (due to incompatible format etc.). Configure via the 'Link Alternate Audio/Video' command available in the component's context menu. |
Minimum Value | The minimum value for the spinner. |
Mouse Over | Text that is displayed while the mouse hovers over the component. |
Mouse Over Image | The image that the component displays while the mouse hovers over the component. This applies only if the 'Use Status Image' property is 'true'. |
Mouse Over Text Cell Address | Text that is displayed while the mouse hovers over the cell address part of the TableCellEditor. |
Mouse Over Text Cell Content | Text that is displayed while the mouse hovers over the cell value part of the TableCellEditor. |
Movable | Makes the column movable. |
Multiple Select Mode | Allows multiple selections of selectable components in the ImageMap. |
Multi Select | Allows multiple selections among the table cells in the table. Does not apply to 'spreadsheet' tables. |
Nb Of Decimal Places | The number of decimal places for floating point values in the table cell; 0 sets full precision. |
Node Type | The node type of the tree node. |
North Border Line Color | Color of the north cell border. |
North Border Line Width | Width of the north cell border. |
Ok | The label of the 'OK' button in the bookmark management dialog. |
Page Address | The internal or external address providing the content of the ExternalPageFrame. Configure via the 'Set Page Address' command in the context menu of the ExternalPageFrame. |
Page Increment | The increment/decrement that the page up/down keys will apply to the ScaleValueInput or SpinnerValueInput. |
Pause Event | A state machine event that is triggered when the player pauses. |
Pause Recording Event | A state machine event that is triggered when the player pauses the recording. |
Pressed Image | The image that the button displays while it is pressed. |
Raised Event | The state machine event that the component raises when it is selected. SingleLineInputField and InputField trigger the event when loosing focus. RadioButtonGroups do not raise this event: They inherit the setting to RadioButtons that don't set a Raised Event of their own. |
Raised Alternate Event | An alternate state machine event that a 'toggling' component (e.g. CheckBox, RadioButton) raises (instead of the Raised Event) when it is clicked while in 'selected' or 'pushed' state. SingleLineInputField and InputField trigger the event when they gain focus. If not given the Component will raise the Raised Event instead. |
Read Only | Makes the component 'read-only': An input fields does accept modifications to the text; a tree does not allow modifications on its tree nodes. |
Record Audio | Enables the recording functionality. |
Record Video | Enables the recording functionality. |
Resizable | Makes the column resizable. |
Rotation | Displays the component rotated by the angle given (0-360 degrees). |
Row | The row of the table cell in the table's cell grid. Currently not visible or modifiable by the item author. |
Rows | Definition of the rows in a dynamic grid layout (see layoutType attribute). Use the auto layout configuration dialog to set this value properly. |
Run Forward | Make the timer progress bar run forward. |
Selectable | For Table of Standard type: Make table cells selectable. For select group members: make the component selectable. |
Selected Background Color | The color of the component's background while the component is selected. |
Select Group Member Name | If defined, this attribute value will replace the (child) component User Defined Id for the FrameSelectGroups or RadioButtonGroups implicit variable evaluation. |
Show Remaining Seconds | Make the timer count down remaining seconds instead of accumulating elapsed seconds. |
Sortable | Make the column sortable, i.e. add a control to sort the tree nodes according to the column's values. |
South Border Line Color | Color of the south cell border. |
South Border Line Width | Width of the south cell border. |
Spell Checking | This attribute will turn the spell checking feature on/off. |
Start Collapsed | Initially show the tree or tree node with all (sub-)nodes collapsed. |
Start Event | A state machine event that is triggered when the player starts playing. |
Start Recording Event | A state machine event that is triggered when the player starts recording. |
Stop Event | A state machine event that is triggered when the player stops playing. |
Stop Recording Event | A state machine event that is triggered when the player stops recording. |
Step Increment | The increment/decrement that the cursor up/down keys will apply to the ScaleValueInput or SpinnerValueInput. |
Source Input Id | The internal ID of the input field that is used to couple it to a SimpleTextField. Configure this via the 'SetSourceInput' command in the component's context menu. |
Tab Closable | Specifies whether the tab is closable or not (default value is true). Applies to web browsers with 'Is Tabbed' attribute set to 'true' only. |
Tab Index | The HTML 'tabIndex' to assign to the component. This controls the sequential keyboard navigation (usually with the tab key). Use values -1 (to exclude the component) or 0 (after all explicitly ordered components) or 1, 2, ... (to explicitly specify the order). |
Tab Text | The title of the web browser tab used to show this page in the web browser. Applies to web browsers with 'Is Tabbed' attribute set to 'true' only. |
Tab Width | The width of the web browser tab in pixels (default value is 100). Applies to web browsers with 'Is Tabbed' attribute set to 'true' only. |
Text | The text that the component displays. For SingleLineInputField and InputField the initial content of the input field. |
Text Input Reference | The internal ID of the input field that is couple to the SimpleTextField as input source. Configure this via the 'SetTargetInput' command in the component's context menu. |
Text Wrap | Automatically wrap the label text for the component. |
Thumb Size | The size of the slider knob. |
Timer Event | The state machine timer event displayed by the Timer component. |
To Second | End of the display interval, -1 expands the interval to the end of the video. |
Transparency | The transparency percentage used to display the selected component: 0% fully opaque, 100% fully transparent. |
Tree | The tree that controls the component. |
Underlined | Underline the text that the component displays. |
Update On Single Click | If set to true, a single click will update the attached TreeView/TreeChildView (instead of a double click). |
Url Text | The URL to display in the web browser while this page is shown as embedded web child page. |
Use Audio | If set to false, mutes the audio while playing. |
Use Cell Font | Use the cell specific font instead of the default font specified by the table. |
Use Column Font | Use the column specific font settings for the column values. This overrules the font settings of the TreeNodeType and the Tree. |
Use Default Link Color | Use the project global color for the component (instead of its own color setting) as long as the component was never touched by the testee. Configure this via the 'Link Page' command in the component's context menu. |
User Defined Id | An ID assigned to the component by the item author and used to refer to the component in the rule files (conditional link, task initialization, hit/miss, state machine). |
Use Same Color For Visited Reference | Use the same color for the component whether it was ever touched by the testee or not. Configure this via the 'Link Page' command in the component's context menu. |
Use Standard Tooltip | Display the cell address while the mouse hovers over the table cells. Applies to 'spreadsheet' tables only. May be overruled by a cell specific 'Mouse Over' attribute. |
Use Status Images | Use the specific images depending on component state (Activated Image, Deactivated Image, Pressed Image, Mouse Over Image) instead of the standard image (Image Reference). |
Use Tree Font | Use the font settings of the Tree instead of the font settings in the TreeNodeType. This may be overruled by 'Use Column Font' setting in the TreeColumn. |
Value Display Type | The display type of the map based variable display: text, image, audio, video. This determines the column to use in the ValueMap assigned to the component. |
Value Map | The ValueMap providing display values for the component driven by the values of the attached state machine variable. |
Variable | The variable displayed (and controlled) by the component. |
Vertical Orientation | Show the progress bar in vertical orientation. |
Visible Item Count | Upper limit for the number of visible items in the ComboBox select list. If the ComboBox contains more items a scroll bar will appear. 0 specifies no limit. |
Visited Reference Color | The color to use for the component once it was touched by the testee. Configure this via the 'Link Page' command in the component's context menu. |
West Border Line Color | Color of the west cell border. |
West Border Line Width | Width of the west cell border. |
Width | The width of the component. After changing the height of a TextField, ImageTextField or HTMLTextField use the rich text editor to adapt the text layout. |
X | The horizontal position of the component (i.e. the offset of left border of the component relative to left border of the enclosing parent component). |
Y | The vertical position of the component (i.e. the offset of the upper border of the component relative to the upper border of the enclosing parent component). |