Here you can create new contexts for your web applications.
app create <type> <contextName> <template> <version>
Description
To create a new application
Parameters
type: The context type (http|https) - string - required
contextName: The context name - string - required
template: The template id - string - required
version: The version app to use (ex: 100) - string - required
admin
app create "http" "demo" "default" "100"
mentdb
Application created with successful.
app show <type>
Description
To show all applications into a web port
Parameters
type: The context type (http|https) - string - required
admin
app show "http"
mentdb
[
"demo"
]
app exist <type> <contextName>
Description
Check if an application already exist
Parameters
type: The context type (http|https) - string - required
contextName: The context name - string - required
admin
app exist "http" "demo"
mentdb
1
app delete <type> <contextName>
Description
To delete an application
Parameters
type: The context type (http|https) - string - required
contextName: The context name - string - required
admin
app delete "http" "demo"
mentdb
Application deleted with successful.
app webserver restart
Description
To restart the web server
admin
app webserver restart
mentdb
1
Description
To add a new menu
Parameters
jPath: The jPath - string - required
id: The menu id - string - required
title: The title - string - required
icon: The fa icon - string - required
url: The url - string - required
method: The method (get|post) - string - required
topMenu: The top menu id - string - required
groups: The groups - string - required
admin
app menu "/menu" "home" "Home" "fa-home" "app_page=home" post "home" "*";
mentdb
Use only into a WEB application ...
Description
To show the menu
admin
app menu show
mentdb
Use only into a WEB application ...
_app_obj_bootstrap_col
Description
To start/end a Bootstrap col object
admin
include "app.100.obj.bootstrap.col.begin.exe" "[class]" "col-xs-12 col-sm-3 col-md-3 col-lg-3";
include "app.100.obj.bootstrap.col.end.exe";
mentdb
html
_app_obj_kpi
Description
To show a kpi object
admin
json load "kpi" "[]";
json load "kpiObj" "{}";
json iobject "kpiObj" / "class" "col-xs-12 col-sm-3 col-md-3 col-lg-3" STR;
json iobject "kpiObj" / "title" "Title 1" STR;
json iobject "kpiObj" / "titleColor" "#BBB" STR;
json iobject "kpiObj" / "value" "35" STR;
json iobject "kpiObj" / "valueColor" "#D70000" STR;
json iobject "kpiObj" / "faIcon" "fa-home" STR;
json iarray "kpi" / (json doc "kpiObj") OBJ;
json load "kpiObj" "{}";
json iobject "kpiObj" / "class" "col-xs-12 col-sm-3 col-md-3 col-lg-3" STR;
json iobject "kpiObj" / "title" "Title 2" STR;
json iobject "kpiObj" / "titleColor" "#BBB" STR;
json iobject "kpiObj" / "value" "10%" STR;
json iobject "kpiObj" / "valueColor" "#D70000" STR;
json iobject "kpiObj" / "faIcon" "fa-user" STR;
json iarray "kpi" / (json doc "kpiObj") OBJ;
json load "kpiObj" "{}";
json iobject "kpiObj" / "class" "col-xs-12 col-sm-3 col-md-3 col-lg-3" STR;
json iobject "kpiObj" / "title" "Title 3" STR;
json iobject "kpiObj" / "titleColor" "#BBB" STR;
json iobject "kpiObj" / "value" "9$" STR;
json iobject "kpiObj" / "valueColor" "#D70000" STR;
json iobject "kpiObj" / "faIcon" "fa-edit" STR;
json iarray "kpi" / (json doc "kpiObj") OBJ;
json load "kpiObj" "{}";
json iobject "kpiObj" / "class" "col-xs-12 col-sm-3 col-md-3 col-lg-3" STR;
json iobject "kpiObj" / "title" "Title 4" STR;
json iobject "kpiObj" / "titleColor" "#BBB" STR;
json iobject "kpiObj" / "value" "99.00" STR;
json iobject "kpiObj" / "valueColor" "#D70000" STR;
json iobject "kpiObj" / "faIcon" "fa-bug" STR;
json iarray "kpi" / (json doc "kpiObj") OBJ;
include "app.100.obj.kpi.exe"
"[data]" (json doc "kpi")
;
mentdb
html
_app_obj_sparkline_bar
Description
To show a sparkline bar object
admin
include "app.100.obj.sparkline.exe"
"[title]" "Sparkline bar"
"[type]" "bar"
"[color]" "#d70000"
"[fillColor]" "#f90000"
"[width]" 150
"[height]" 30
"[data]" "[1, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90]"
;
mentdb
html
_app_obj_sparkline_line
Description
To show a sparkline line object
admin
include "app.100.obj.sparkline.exe"
"[title]" "Sparkline line"
"[type]" "line"
"[color]" "#d70000"
"[fillColor]" "#fee"
"[width]" 150
"[height]" 30
"[data]" "[1, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90]"
;
mentdb
html
_app_obj_sparkline_tristate
Description
To show a sparkline tristate object
admin
include "app.100.obj.sparkline.exe"
"[title]" "Sparkline tristate"
"[type]" "tristate"
"[color]" "#d70000"
"[fillColor]" "#f90000"
"[width]" 150
"[height]" 30
"[data]" "[1, 23, 45, -10, 7, 70, 90, 1, 23, -45, 10, 7, 70, 90, -23, 45, 10, 7, 70, 90, 1, -23, 45, 10, 7, 70, 90]"
;
mentdb
html
_app_obj_sparkline_discrete
Description
To show a sparkline discrete object
admin
include "app.100.obj.sparkline.exe"
"[title]" "Sparkline discrete"
"[type]" "discrete"
"[color]" "#d70000"
"[fillColor]" "#f90000"
"[width]" 150
"[height]" 30
"[data]" "[1, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90]"
;
mentdb
html
_app_obj_sparkline_bullet
Description
To show a sparkline bullet object
admin
include "app.100.obj.sparkline.exe"
"[title]" "Sparkline bullet"
"[type]" "bullet"
"[color]" "#d70000"
"[fillColor]" "#f90000"
"[width]" 150
"[height]" 30
"[data]" "[1, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90]"
;
mentdb
html
_app_obj_sparkline_pie
Description
To show a sparkline pie object
admin
include "app.100.obj.sparkline.exe"
"[title]" "Sparkline pie"
"[type]" "pie"
"[color]" "#d70000"
"[fillColor]" "#f90000"
"[width]" 150
"[height]" 30
"[data]" "[1, 23, 45, 10, 7]"
;
mentdb
html
_app_obj_sparkline_box
Description
To show a sparkline box object
admin
include "app.100.obj.sparkline.exe"
"[title]" "Sparkline box"
"[type]" "box"
"[color]" "#d70000"
"[fillColor]" "#f90000"
"[width]" 150
"[height]" 30
"[data]" "[1, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90, 23, 45, 10, 7, 70, 90, 1, 23, 45, 10, 7, 70, 90]"
;
mentdb
html
_app_obj_chartjs_bar_vertical
Description
To show a Chartjs vertical bar object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.bar.exe"
"[title]" "Vertical bar"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_bar_horizontal
Description
To show a Chartjs horizontal bar object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.bar_horizontal.exe"
"[title]" "Horizontal bar"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_bar_vertical_stacked
Description
To show a Chartjs vertical stacked bar object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.bar_stacked.exe"
"[title]" "Vertical stacked bar"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_bar_horizontal_stacked
Description
To show a Chartjs horizontal stacked bar object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.bar_horizontal_stacked.exe"
"[title]" "Horizontal stacked bar"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_doughnut
Description
To show a Chartjs doughnut object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset" / "label" "Dataset 1" STR;
json iobject "dataset" / "backgroundColor" "#D70000" STR;
json iobject "dataset" / "borderColor" "#D70000" STR;
json iobject "dataset" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset" /data 40 NUM;
json iarray "dataset" /data 2 NUM;
json iarray "dataset" /data 100 NUM;
json iarray "dataset" /data 40 NUM;
json iarray "data" / (json doc "dataset") OBJ;
#Build colors;
json load "backgroundColors" "[]";
json iarray "backgroundColors" / "#D70000" STR;
json iarray "backgroundColors" / "#B50000" STR;
json iarray "backgroundColors" / "#930000" STR;
json iarray "backgroundColors" / "#710000" STR;
json iobject "data" /[0] "backgroundColor" (json doc "backgroundColors") ARRAY;
#Get the chart;
include "app.100.obj.chartjs.doughnut.exe"
"[title]" "Doughnut"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_pie
Description
To show a Chartjs pie object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset" / "label" "Dataset 1" STR;
json iobject "dataset" / "backgroundColor" "#D70000" STR;
json iobject "dataset" / "borderColor" "#D70000" STR;
json iobject "dataset" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset" /data 40 NUM;
json iarray "dataset" /data 2 NUM;
json iarray "dataset" /data 100 NUM;
json iarray "dataset" /data 40 NUM;
json iarray "data" / (json doc "dataset") OBJ;
#Build colors;
json load "backgroundColors" "[]";
json iarray "backgroundColors" / "#D70000" STR;
json iarray "backgroundColors" / "#B50000" STR;
json iarray "backgroundColors" / "#930000" STR;
json iarray "backgroundColors" / "#710000" STR;
json iobject "data" /[0] "backgroundColor" (json doc "backgroundColors") ARRAY;
#Get the chart;
include "app.100.obj.chartjs.pie.exe"
"[title]" "Pie"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_polar
Description
To show a Chartjs polar object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset" / "label" "Dataset 1" STR;
json iobject "dataset" / "backgroundColor" "#D70000" STR;
json iobject "dataset" / "borderColor" "#D70000" STR;
json iobject "dataset" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset" /data 40 NUM;
json iarray "dataset" /data 2 NUM;
json iarray "dataset" /data 100 NUM;
json iarray "dataset" /data 40 NUM;
json iarray "data" / (json doc "dataset") OBJ;
#Build colors;
json load "backgroundColors" "[]";
json iarray "backgroundColors" / "#D70000" STR;
json iarray "backgroundColors" / "#B50000" STR;
json iarray "backgroundColors" / "#930000" STR;
json iarray "backgroundColors" / "#710000" STR;
json iobject "data" /[0] "backgroundColor" (json doc "backgroundColors") ARRAY;
#Get the chart;
include "app.100.obj.chartjs.polar.exe"
"[title]" "Polar"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_radar
Description
To show a Chartjs radar object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.radar.exe"
"[title]" "Radar"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_line_basic
Description
To show a Chartjs basic line object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.line_basic.exe"
"[title]" "Basic line"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_line_basic_fill
Description
To show a Chartjs fill basic line object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.line_basic_fill.exe"
"[title]" "Fill basic line"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_line_stepped_before
Description
To show a Chartjs before stepped line object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.line_stepped_before.exe"
"[title]" "Stepped before line"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_line_stepped_after
Description
To show a Chartjs after stepped line object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.line_stepped_after.exe"
"[title]" "Stepped after line"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_line_courbe
Description
To show a Chartjs courbe line object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.line_courbe.exe"
"[title]" "Courbe line"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_line_courbe_fill
Description
To show a Chartjs fill courbe line object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.line_courbe_fill.exe"
"[title]" "Fill courbe line"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_line_point
Description
To show a Chartjs point line object
admin
#Build labels;
json load "labels" "[]";
json iarray "labels" / "January" STR;
json iarray "labels" / "February" STR;
json iarray "labels" / "March" STR;
json iarray "labels" / "April" STR;
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Get the chart;
include "app.100.obj.chartjs.line_point.exe"
"[title]" "Point line"
"[labels]" (json doc "labels")
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_time_basic_month
Description
To show a Chartjs month basic time object
admin
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Build time labels;
json load "timeLabelsMonth" "[]";
json iarray "timeLabelsMonth" / "2018-01-01 10:00:00" STR;
json iarray "timeLabelsMonth" / "2018-02-03 11:00:00" STR;
json iarray "timeLabelsMonth" / "2018-05-07 12:00:00" STR;
json iarray "timeLabelsMonth" / "2018-07-20 13:00:00" STR;
#Get the chart;
include "app.100.obj.chartjs.time_basic.exe"
"[title]" "Basic time month"
"[labels]" (json doc "timeLabelsMonth")
"[unit]" "month"
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_time_basic_day
Description
To show a Chartjs day basic time object
admin
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Build time labels;
json load "timeLabelsDay" "[]";
json iarray "timeLabelsDay" / "2018-01-01 10:00:00" STR;
json iarray "timeLabelsDay" / "2018-01-03 11:00:00" STR;
json iarray "timeLabelsDay" / "2018-01-07 12:00:00" STR;
json iarray "timeLabelsDay" / "2018-01-20 13:00:00" STR;
#Get the chart;
include "app.100.obj.chartjs.time_basic_fill.exe"
"[title]" "Basic time day"
"[labels]" (json doc "timeLabelsDay")
"[unit]" "day"
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_time_basic_hour
Description
To show a Chartjs hour basic time object
admin
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Build time labels;
json load "timeLabelsHour" "[]";
json iarray "timeLabelsHour" / "2018-01-01 07:00:00" STR;
json iarray "timeLabelsHour" / "2018-01-01 10:00:00" STR;
json iarray "timeLabelsHour" / "2018-01-01 14:00:00" STR;
json iarray "timeLabelsHour" / "2018-01-01 22:00:00" STR;
#Get the chart;
include "app.100.obj.chartjs.time_courbe.exe"
"[title]" "Courbe time hour"
"[labels]" (json doc "timeLabelsHour")
"[unit]" "hour"
"[data]" (json doc "data");
mentdb
html
_app_obj_chartjs_time_basic_minute
Description
To show a Chartjs minute basic time object
admin
#Build data;
json load "data" "[]";
#Build the data set 1;
json load "dataset1" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset1" / "label" "Dataset 1" STR;
json iobject "dataset1" / "backgroundColor" "#D70000" STR;
json iobject "dataset1" / "borderColor" "#D70000" STR;
json iobject "dataset1" / "pointBackgroundColor" "#b50000" STR;
json iarray "dataset1" /data 40 NUM;
json iarray "dataset1" /data 2 NUM;
json iarray "dataset1" /data 100 NUM;
json iarray "dataset1" /data 40 NUM;
json iarray "data" / (json doc "dataset1") OBJ;
#Build the data set 2;
json load "dataset2" (include "app.100.obj.chartjs.dataset.init.exe");
json iobject "dataset2" / "label" "Dataset 2" STR;
json iobject "dataset2" / "backgroundColor" "#AAA" STR;
json iobject "dataset2" / "borderColor" "#444" STR;
json iobject "dataset2" / "pointBackgroundColor" "#222" STR;
json iarray "dataset2" /data 5 NUM;
json iarray "dataset2" /data 2 NUM;
json iarray "dataset2" /data 10 NUM;
json iarray "dataset2" /data 60 NUM;
json iarray "data" / (json doc "dataset2") OBJ;
#Build time labels;
json load "timeLabelsMinute" "[]";
json iarray "timeLabelsMinute" / "2018-01-01 10:10:00" STR;
json iarray "timeLabelsMinute" / "2018-01-01 10:25:00" STR;
json iarray "timeLabelsMinute" / "2018-01-01 10:38:00" STR;
json iarray "timeLabelsMinute" / "2018-01-01 10:58:00" STR;
#Get the chart;
include "app.100.obj.chartjs.time_courbe_fill.exe"
"[title]" "Courbe time minute"
"[labels]" (json doc "timeLabelsMinute")
"[unit]" "minute"
"[data]" (json doc "data");
mentdb
html
_app_obj_gauge_meter
Description
To show a Gauge meter object
admin
include "app.100.obj.gauge_meter.exe"
"[title]" "Gauge meter"
"[label]" "Label"
"[unit]" "%"
"[value]" 90
"[min]" 0
"[max]" 100
"[width]" 170
"[height]" 145
"[full]" false
"[color]" "#d70000"
;
mentdb
html
_app_obj_progress_bar
Description
To show a Progress bar object
admin
include "app.100.obj.progress_bar.exe"
"[title]" "Progress bar"
"[color]" "#d70000"
"[value]" 40
"[max]" 100
;
mentdb
html
_app_obj_form
Description
To show a form
admin
include "app.100.obj.form.begin.exe" "[form_id]" "form_1" "[modal]" true
"[action]" "index.jsp"
"[enctype]" false
"[title]" "New book"
"[subTitle]" ""
"[method]" "post,get"
"[widthIfModal]" "80%"
"[html]" "";
include "app.100.obj.form.end.exe" "[form_id]" "form_1" "[modal]" true
"[closeTitle]" "Close"
"[submitTitle]" "Submit"
"[submitType]" "default,primary,success,info,warning,danger,link";
mentdb
html
_app_obj_form_control_textbox_text
Description
To show a textbox (text type)
admin
include "app.100.obj.form.control.textbox.text.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Text" "[description]" "" "[maxlength]" "255" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_range
Description
To show a textbox (range type)
admin
include "app.100.obj.form.control.textbox.range.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Range" "[description]" ""
"[min]" 0 "[max]" 100 "[step]" 5 "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" 10
;
mentdb
html
_app_obj_form_control_textbox_number
Description
To show a textbox (number type)
admin
include "app.100.obj.form.control.textbox.number.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Number" "[description]" "" "[maxlength]" ""
"[min]" 0 "[max]" 100 "[step]" 5 "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" 10
;
mentdb
html
_app_obj_form_control_textbox_mail
Description
To show a textbox (mail type)
admin
include "app.100.obj.form.control.textbox.mail.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Mail" "[description]" "" "[maxlength]" "255" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_tel
Description
To show a textbox (tel type)
admin
include "app.100.obj.form.control.textbox.tel.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Tel" "[description]" "" "[maxlength]" "255" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_time
Description
To show a textbox (time type)
admin
include "app.100.obj.form.control.textbox.time.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Time" "[description]" "" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_date_fr
Description
To show a textbox (date_fr type)
admin
include "app.100.obj.form.control.textbox.date_fr.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Date fr" "[description]" "" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_date_en
Description
To show a textbox (date_en type)
admin
include "app.100.obj.form.control.textbox.date_en.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Date en" "[description]" "" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_datetime_fr
Description
To show a textbox (datetime_fr type)
admin
include "app.100.obj.form.control.textbox.datetime_fr.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Datetime fr" "[description]" "" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_datetime_en
Description
To show a textbox (datetime_en type)
admin
include "app.100.obj.form.control.textbox.datetime_en.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Datetime en" "[description]" "" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_color
Description
To show a textbox (color type)
admin
include "app.100.obj.form.control.textbox.color.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Color" "[description]" "" "[maxlength]" "255" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_password
Description
To show a textbox (password type)
admin
include "app.100.obj.form.control.textbox.password.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Password" "[description]" "" "[maxlength]" "255" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textbox_file
Description
To show a textbox (file type)
admin
include "app.100.obj.form.control.textbox.file.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "File" "[description]" "" "[maxlength]" "255" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_textarea
Description
To show a textarea
admin
include "app.100.obj.form.control.textarea.exe" "[control_id]" "control_14" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Textarea" "[description]" "" "[maxlength]" "255" "[placeholder]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[value]" ""
;
mentdb
html
_app_obj_form_control_select_mono
Description
To show a select mono
admin
include "app.100.obj.form.control.select_mono.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Select mono" "[description]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[inValues]" "[]"
"[optionValues]" "[]"
"[value]" ""
;
mentdb
html
_app_obj_form_control_select_multiple
Description
To show a select multiple
admin
include "app.100.obj.form.control.select_multiple.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Select multiple" "[description]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[inValues]" "[]"
"[optionValues]" "[]"
"[values]" "{}"
;
mentdb
html
_app_obj_form_control_radio_line
Description
To show a radio line
admin
include "app.100.obj.form.control.radio_line.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Radio line" "[description]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[inValues]" "[]"
"[optionValues]" "[]"
"[value]" ""
;
mentdb
html
_app_obj_form_control_radio_inline
Description
To show a radio inline
admin
include "app.100.obj.form.control.radio_inline.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Radio inline" "[description]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[inValues]" "[]"
"[optionValues]" "[]"
"[value]" ""
;
mentdb
html
_app_obj_form_control_checkbox_line
Description
To show a checkbox line
admin
include "app.100.obj.form.control.checkbox_line.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Checkbox line" "[description]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[inValues]" "[]"
"[optionValues]" "[]"
"[values]" "{}"
;
mentdb
html
_app_obj_form_control_checkbox_inline
Description
To show a checkbox inline
admin
include "app.100.obj.form.control.checkbox_inline.exe" "[control_id]" "control_1" "[class]" "col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12"
"[label]" "Checkbox inline" "[description]" ""
"[readonly]" false "[required]" false "[disabled]" false "[html]" ""
"[inValues]" "[]"
"[optionValues]" "[]"
"[values]" "{}"
;
mentdb
html
_app_obj_form_control_hidden
Description
To add a hidden
admin
include "app.100.obj.form.control.hidden.exe"
"[control_id]" "control_1"
"[value]" ""
;
mentdb
html
© 2012 - 2018 - Innov-AI.