Commit 565034de authored by Claes Sjofors's avatar Claes Sjofors

Doc release notes for V5.4.1

parent f069838b
...@@ -2995,7 +2995,7 @@ A table object displays a table with a number of rows and columns. Each column i ...@@ -2995,7 +2995,7 @@ A table object displays a table with a number of rows and columns. Each column i
to an array attribute in the database, and the values of the array elements are displayed to an array attribute in the database, and the values of the array elements are displayed
in the column. in the column.
A cell in the table is selected by clicking on it, or by the arrow keys (if dynamic type A cell in the table is selected by clicking on it, or by the arrow keys (if action type
InputFocus is configured for the table). To each column you can connect a select attribute, InputFocus is configured for the table). To each column you can connect a select attribute,
i.e. an array attribute in the database of type Boolean. When a cell is selected, the i.e. an array attribute in the database of type Boolean. When a cell is selected, the
corresponding element in the select attribute is set, and the previous selected is reset. corresponding element in the select attribute is set, and the previous selected is reset.
......
...@@ -2975,7 +2975,7 @@ Ett table-objekt visar en tabell med ett visst antal rader och kolumner. Varje k ...@@ -2975,7 +2975,7 @@ Ett table-objekt visar en tabell med ett visst antal rader och kolumner. Varje k
till ett vektor-attribut i databasen, och värdet för elementen i vektorn visas i kolumnen. till ett vektor-attribut i databasen, och värdet för elementen i vektorn visas i kolumnen.
En cell i tabellen kan väljas ut genom att man klickar på den eller med pil-tangenterna (om En cell i tabellen kan väljas ut genom att man klickar på den eller med pil-tangenterna (om
dynamik-typen InputFocus är konfigurerad för tabellen). Till varje kolumn kan man koppla ett aktions-typen InputFocus är konfigurerad för tabellen). Till varje kolumn kan man koppla ett
urvals-attribut, i form av ett vektor-attribut i databasen av typen Boolean. När en cell urvals-attribut, i form av ett vektor-attribut i databasen av typen Boolean. När en cell
väljs ut, sätts motsvarande element i urvals-attributet, och det tidigare utvalda återställs. väljs ut, sätts motsvarande element i urvals-attributet, och det tidigare utvalda återställs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment