diff --git a/api-doc/dev/classes/Alddesign-Crudkit-Classes-Lookup.html b/api-doc/dev/classes/Alddesign-Crudkit-Classes-Lookup.html
index 8cf08be..9fa1a14 100644
--- a/api-doc/dev/classes/Alddesign-Crudkit-Classes-Lookup.html
+++ b/api-doc/dev/classes/Alddesign-Crudkit-Classes-Lookup.html
@@ -1312,7 +1312,7 @@
@@ -1357,7 +1357,14 @@ Parameters
: string
- Defindes whats the value of the label (that is displayed)'lookup', 'lookup-all', 'const', 'count', 'sum'
+ Defines which value(s) the lookup should fetch from the related table´s column:
+
+- 'lookup': fetches the value of $tableFieldname from a single record: typically used when the filters result in a single record
+- 'lookup-all': fetches the values of $tableFieldname from multiple records and glues them together with $lookupAllSeparator: typically used when the filters result in multiple records
+- 'const': fetches a constant value defined by $value: makes sense if you dont want to show data from another table, but to crate some sort of link to it
+- 'count': fetches records from the other table and counts them
+- 'sum': fetches the values of $tableFieldname from multiple records sums them up: typically used when creating totals. Requires $tableFieldname to be a numeric field.
+
@@ -1366,7 +1373,7 @@ Parameters
: string
- The text of the label for the action
+ The text of the label for this Lookup
@@ -1450,7 +1457,7 @@
@@ -1494,7 +1501,7 @@
@@ -1547,7 +1554,7 @@
@@ -1592,7 +1599,7 @@
@@ -1651,7 +1658,7 @@
@@ -1695,7 +1702,7 @@
@@ -1747,7 +1754,7 @@
@@ -1791,7 +1798,7 @@
@@ -1848,7 +1855,7 @@
@@ -1892,7 +1899,7 @@
@@ -1936,7 +1943,7 @@
@@ -1980,7 +1987,7 @@
@@ -2024,7 +2031,7 @@
@@ -2068,7 +2075,7 @@
@@ -2112,7 +2119,7 @@
@@ -2156,7 +2163,7 @@
@@ -2200,7 +2207,7 @@
@@ -2244,7 +2251,7 @@
@@ -2288,7 +2295,7 @@
@@ -2332,7 +2339,7 @@
@@ -2376,7 +2383,7 @@
@@ -2420,7 +2427,7 @@
diff --git a/api-doc/dev/classes/Alddesign-Crudkit-Classes-PageDescriptor.html b/api-doc/dev/classes/Alddesign-Crudkit-Classes-PageDescriptor.html
index d8ae3e2..1125883 100644
--- a/api-doc/dev/classes/Alddesign-Crudkit-Classes-PageDescriptor.html
+++ b/api-doc/dev/classes/Alddesign-Crudkit-Classes-PageDescriptor.html
@@ -657,7 +657,7 @@
: PageDescriptor
-Defines which columns are shown as link form list to card page (defaul = first column of Tables PK)
+Defines which columns are shown as link form the list page to the card page.
setCategory()
@@ -699,7 +699,7 @@
-Defines which columns are shown in which order on list pages (defaul = all, order = as defined in tables).
+Defines which columns are shown in which order on list pages.
setTitleText()
@@ -1950,7 +1950,7 @@ Defines which columns are shown as link form list to card page (defaul = first column of Tables PK)
+ Defines which columns are shown as link form the list page to the card page.
public
setCardLinkColumns(array<string|int, string> $cardLinkColumnNames) : PageDescriptor
- $pageDescriptor->setCardLinkColumns(["id", "name"]);
-
+ By the default its the first column of the table´s primary key.
Parameters
@@ -4545,7 +4544,9 @@ Parameters
: array<string|int, string>
-
+
+
@@ -4868,17 +4869,19 @@
-
Defines which columns are shown in which order on list pages (defaul = all, order = as defined in tables).
+ Defines which columns are shown in which order on list pages.
public
setSummaryColumns(array<string|int, string> $summaryColumnNames) : PageDescriptor
-
+ By default all columns are shown in the order they are defined in the table.
+
+
Parameters
-
@@ -4886,7 +4889,9 @@
Parameters
: array<string|int, string>
-
-
+
+
@@ -4924,7 +4929,7 @@
@@ -4996,7 +5001,7 @@
diff --git a/api-doc/dev/classes/Alddesign-Crudkit-Controllers-CrudkitController.html b/api-doc/dev/classes/Alddesign-Crudkit-Controllers-CrudkitController.html
index 47001f9..201660b 100644
--- a/api-doc/dev/classes/Alddesign-Crudkit-Controllers-CrudkitController.html
+++ b/api-doc/dev/classes/Alddesign-Crudkit-Controllers-CrudkitController.html
@@ -150,6 +150,13 @@
+ -
+ CRUDKIT_VERSION
+
+ = 'v1.0.0-rc.1'
+
+
+
-
$authHelper
@@ -162,13 +169,6 @@
: PageStore
-
-
- -
- $version
-
- : string
-
-
@@ -351,6 +351,41 @@
+
+
+
+
+ CRUDKIT_VERSION
+
+
+
+
+
+
+
+ private
+ string
+ CRUDKIT_VERSION
+ = 'v1.0.0-rc.1'
+
+
+
+
+
+
+
+
+
+
@@ -425,40 +460,6 @@
-
-
-
- $version
-
-
-
-
-
-
-
-
- private
- string
- $version
- = 'v1.0.0'
-
-
-
-
-
-
diff --git a/api-doc/dev/classes/Alddesign-Crudkit-CrudkitServiceProvider.html b/api-doc/dev/classes/Alddesign-Crudkit-CrudkitServiceProvider.html
index 91c30b8..3de35a7 100644
--- a/api-doc/dev/classes/Alddesign-Crudkit-CrudkitServiceProvider.html
+++ b/api-doc/dev/classes/Alddesign-Crudkit-CrudkitServiceProvider.html
@@ -114,7 +114,7 @@
@@ -238,7 +238,7 @@
@@ -270,7 +270,7 @@
@@ -302,7 +302,7 @@
@@ -334,7 +334,7 @@
@@ -366,7 +366,7 @@
@@ -402,7 +402,7 @@
-
-
Defindes whats the value of the label (that is displayed)'lookup', 'lookup-all', 'const', 'count', 'sum'
+ Defines which value(s) the lookup should fetch from the related table´s column:
+
+- 'lookup': fetches the value of $tableFieldname from a single record: typically used when the filters result in a single record
+- 'lookup-all': fetches the values of $tableFieldname from multiple records and glues them together with $lookupAllSeparator: typically used when the filters result in multiple records
+- 'const': fetches a constant value defined by $value: makes sense if you dont want to show data from another table, but to crate some sort of link to it
+- 'count': fetches records from the other table and counts them
+- 'sum': fetches the values of $tableFieldname from multiple records sums them up: typically used when creating totals. Requires $tableFieldname to be a numeric field.
+
@@ -1318,7 +1325,7 @@ Parameters
: string
-
-
The text of the label for the action
+ The text of the label for this Lookup
@@ -1402,7 +1409,7 @@
@@ -1446,7 +1453,7 @@
@@ -1499,7 +1506,7 @@
@@ -1544,7 +1551,7 @@
@@ -1603,7 +1610,7 @@
@@ -1647,7 +1654,7 @@
@@ -1699,7 +1706,7 @@
@@ -1743,7 +1750,7 @@
@@ -1800,7 +1807,7 @@
@@ -1844,7 +1851,7 @@
@@ -1888,7 +1895,7 @@
@@ -1932,7 +1939,7 @@
@@ -1976,7 +1983,7 @@
@@ -2020,7 +2027,7 @@
@@ -2064,7 +2071,7 @@
@@ -2108,7 +2115,7 @@
@@ -2152,7 +2159,7 @@
@@ -2196,7 +2203,7 @@
@@ -2240,7 +2247,7 @@
@@ -2284,7 +2291,7 @@
@@ -2328,7 +2335,7 @@
@@ -2372,7 +2379,7 @@
diff --git a/api-doc/user/classes/Alddesign-Crudkit-Classes-PageDescriptor.html b/api-doc/user/classes/Alddesign-Crudkit-Classes-PageDescriptor.html
index ca78d55..17aad3c 100644
--- a/api-doc/user/classes/Alddesign-Crudkit-Classes-PageDescriptor.html
+++ b/api-doc/user/classes/Alddesign-Crudkit-Classes-PageDescriptor.html
@@ -356,7 +356,7 @@
: PageDescriptor
-- Defines which columns are shown as link form list to card page (defaul = first column of Tables PK)
+- Defines which columns are shown as link form the list page to the card page.
-
setCategory()
@@ -398,7 +398,7 @@
: PageDescriptor
-- Defines which columns are shown in which order on list pages (defaul = all, order = as defined in tables).
+- Defines which columns are shown in which order on list pages.
-
setTitleText()
@@ -527,7 +527,7 @@
@@ -698,7 +698,7 @@
@@ -765,7 +765,7 @@
@@ -828,7 +828,7 @@
@@ -893,7 +893,7 @@
@@ -959,7 +959,7 @@
@@ -1178,7 +1178,7 @@
@@ -1239,7 +1239,7 @@
@@ -1302,7 +1302,7 @@
@@ -1363,7 +1363,7 @@
@@ -1424,7 +1424,7 @@
@@ -1485,7 +1485,7 @@
@@ -1546,7 +1546,7 @@
@@ -1608,7 +1608,7 @@
@@ -1670,7 +1670,7 @@
@@ -1732,7 +1732,7 @@
@@ -1794,7 +1794,7 @@
@@ -2198,18 +2198,17 @@
-
Defines which columns are shown as link form list to card page (defaul = first column of Tables PK)
+ Defines which columns are shown as link form the list page to the card page.
public
setCardLinkColumns(array<string|int, string> $cardLinkColumnNames) : PageDescriptor
- $pageDescriptor->setCardLinkColumns(["id", "name"]);
-
+ By the default its the first column of the table´s primary key.
Parameters
@@ -2219,7 +2218,9 @@ Parameters
: array<string|int, string>
-
-
+
+
@@ -2542,17 +2543,19 @@
-
Defines which columns are shown in which order on list pages (defaul = all, order = as defined in tables).
+ Defines which columns are shown in which order on list pages.
public
setSummaryColumns(array<string|int, string> $summaryColumnNames) : PageDescriptor
-
+ By default all columns are shown in the order they are defined in the table.
+
+
Parameters
-
@@ -2560,7 +2563,9 @@
Parameters
: array<string|int, string>
-
-
+
+
@@ -2598,7 +2603,7 @@
diff --git a/api-doc/user/classes/Alddesign-Crudkit-CrudkitServiceProvider.html b/api-doc/user/classes/Alddesign-Crudkit-CrudkitServiceProvider.html
index 127777f..3155785 100644
--- a/api-doc/user/classes/Alddesign-Crudkit-CrudkitServiceProvider.html
+++ b/api-doc/user/classes/Alddesign-Crudkit-CrudkitServiceProvider.html
@@ -114,7 +114,7 @@
@@ -238,7 +238,7 @@
@@ -270,7 +270,7 @@
@@ -302,7 +302,7 @@
@@ -334,7 +334,7 @@
@@ -366,7 +366,7 @@
@@ -402,7 +402,7 @@