Méthode | Description | |
---|---|---|
copyDashboardToUser ( ) | ||
createNewDashboard ( ) | Creates a new dashboard for the current user User needs to be logged in | |
embeddedIndex ( ) | this | |
getAllDashboards ( ) | Outputs all available dashboards for the current user as a JSON string | |
getDashboardLayout ( $checkToken = true ) | ||
index ( ) | this is the exported widget | |
removeDashboard ( ) | Removes the dashboard with the given id | |
resetLayout ( ) | Resets the dashboard to the default widget configuration | |
saveLayout ( ) | Saves the layout for the current user anonymous = in the session authenticated user = in the DB | |
saveLayoutAsDefault ( ) | Saves the layout as default |
Méthode | Description | |
---|---|---|
_getDashboardView ( $template ) | ||
getAvailableLayouts ( ) : array | Returns all available column layouts for the dashboard | |
getLayout ( integer $idDashboard ) : string | Get the dashboard layout for the current user (anonymous or logged user) | |
init ( ) |
Méthode | Description | |
---|---|---|
getModel ( ) |
public createNewDashboard ( ) |
public getAllDashboards ( ) |
protected getAvailableLayouts ( ) : array | ||
Résultat | array |
public resetLayout ( ) |
public saveLayout ( ) |