Broadcast on Sort for Tables: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
m (1 revision(s))
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<font face="Arial">An option on table views enables a broadcast to be sent after the user sorts the table view by clicking on it and selecting "Sort"
An option on table views enables a broadcast to be sent after the user sorts the table view by clicking on it and selecting "Sort"


This lets the modeller know the user's preferred sort order for the table.


This lets the modeller know the user's preferred sort order for the table.
The broadcast is sent with _sort1, _sort2 etc set to the columns that were sorted over.


see [[Broadcast Tuple Reference]] for the current fields


The broadcast is sent with the following attributes:
Each attribute is the column number (starting at 1) or 0 if not set. If the reverse sort order was selected, the attribute is the -ve column number.
----




_sort1<br /> _sort2<br /> _sort3<br /> _sort4




Each attribute is the column number (starting at 1) or 0 if not set. If the reverse sort order was selected, the attribute is the -ve column number.<br /><font face="MS Sans Serif"><br /> </font></font>
<font size="2">idkbase note 123</font>
----
 
[[Category:Broadcast]]
[[Category:Broadcast]]
[[Category:Sorting]]
[[Category:Data]]
[[Category:Table]]
[[Category:Table]]
[[Category:Fact]]
[[Category:Interaction (User)]]
<font size="2">idkbase note 123</font>

Latest revision as of 22:51, 12 January 2008

An option on table views enables a broadcast to be sent after the user sorts the table view by clicking on it and selecting "Sort"

This lets the modeller know the user's preferred sort order for the table.

The broadcast is sent with _sort1, _sort2 etc set to the columns that were sorted over.

see Broadcast Tuple Reference for the current fields

Each attribute is the column number (starting at 1) or 0 if not set. If the reverse sort order was selected, the attribute is the -ve column number.




idkbase note 123