Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Examples/SequenceBox"

(SequenceBox)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== SequenceBox ==
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
[[Image:Scount_Examples_SequenceBox.png]]
+
 
+
This form shows three examples of the use of a SequenceBox. The Grid Column Count in the mainBox is set to 1.  
+
 
+
* The first row shows the typical use of a sequence box with a from and to date field in it.
+
* The second row shows that the SequenceBox can be used to put a button right behind a field which is also very common in many applications.
+
* The third row shows that the SequenceBox can handle more fields. The SequenceBox just puts all fields behind each other.
+

Latest revision as of 05:11, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top