Difference between revisions of "Require Text Input"

From SAP Enable Now Wiki
(Created page with "==Scope== * '''Simulation''' project > '''Input Text''' macro > '''Settings for the Confirmation Button''' > '''Require Text Input''' property ==Pu...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Scope==
+
==Where to find it==
* '''[[Simulation]]''' project > '''[[Input Text (macro)|Input Text]]''' macro > '''Settings for the Confirmation Button''' > '''Require Text Input''' property
+
* '''[[Simulation]]''' content object > '''[[Input Text (macro)|Input Text]]''' macro > General category > '''{{PAGENAME}}''' property
  
 
==Purpose==
 
==Purpose==
This property is only available if the '''[[Confirm with Button]]''' property has been selected for the parent '''[[Input Text (macro)|Input Text]]''' macro. If the '''Require Text Input''' property is selected (which is generally the default setting) then the user must enter a value in the input field before clicking on the button, in [[Practice mode]]. If this property is deselected, then as soon as the user clicks in the input field, the text is automatically entered into the field (just as for [[Demo mode]]), and then processing continues with the next macro (the user does not have to click on the 'confirmation button').
+
If the '''Require Text Input''' property is selected (which is generally the default setting) then the user must enter a value in the input field before clicking on the button, in [[Practice mode]] and [[Test mode]]. If this property is deselected, then as soon as the user clicks in the input field, the text is automatically entered into the field (just as for [[Demo mode]]), and then processing continues with the next macro. Interestingly, because there is no '''[[Display Duration]]''' associated with [[Practice mode]] and [[Test mode]], the typing of the text will be animated for as long as it takes - whereas in [[Demo mode]] if the '''[[Display Duration]]''' expires before all the text has been entered, the remaining text is entered all at once at the end of the time limit.
 +
 
 +
In earlier releases, this property was only available if the '''[[Confirm with Button]]''' property has been selected for the parent '''[[Input Text (macro)|Input Text]]''' macro. If '''[[Confirm with Button]]''' is selected and {{PAGENAME}} is deselected then the user does not have to click on the 'confirmation button'.
  
 
==See Also==
 
==See Also==
* '''[[Simulation]]''' project > '''[[Input Text (macro)|Input Text]]''' macro > '''[[Confirm with Button]]''' property
+
* '''[[Simulation]]''' content object > '''[[Input Text (macro)|Input Text]]''' macro > '''[[Confirm with Button]]''' property
  
 
[[Category:Property]]
 
[[Category:Property]]

Latest revision as of 10:39, 6 December 2022

Where to find it

Purpose

If the Require Text Input property is selected (which is generally the default setting) then the user must enter a value in the input field before clicking on the button, in Practice mode and Test mode. If this property is deselected, then as soon as the user clicks in the input field, the text is automatically entered into the field (just as for Demo mode), and then processing continues with the next macro. Interestingly, because there is no Display Duration associated with Practice mode and Test mode, the typing of the text will be animated for as long as it takes - whereas in Demo mode if the Display Duration expires before all the text has been entered, the remaining text is entered all at once at the end of the time limit.

In earlier releases, this property was only available if the Confirm with Button property has been selected for the parent Input Text macro. If Confirm with Button is selected and Require Text Input is deselected then the user does not have to click on the 'confirmation button'.

See Also