Innov-AI     Services     Supporters     Contact     About    
App

Here you can create new contexts for your web applications.

app createapp showapp is_granted_aapp is_granted_saapp existapp deleteapp webserver restartapp webserver add_blocked_ipapp webserver remove_blocked_ipapp webserver show_all_remote_ipsapp webserver show_all_blocked_remote_ipsapp webserver reset_all_remote_ipsapp webserver reset_all_blocked_remote_ipsapp menuapp menu show_app_sajax_2_script___create_remote_app_sajax_1_skeleton___html_div_app_sajax_1_skeleton___css_container_app_sajax_1_skeleton___css_row_app_sajax_1_skeleton___css_col_app_sajax_1_skeleton___onload_app_sajax_1_skeleton___on_click_button_app_sajax_1_skeleton___on_click_event_app_sajax_1_skeleton___import_all_charts_app_sajax_3_in_loading___button_in_container_app_sajax_3_in_loading___refresh_container_with_data_app_sajax_3_in_loading___show_alert_app_sajax_3_in_loading___execute_javascript_app_sajax_3_in_loading___on_click_button_app_sajax_3_in_loading___on_click_event_app_sajax_3_in_loading___import_all_chart_app_sajax_3_in_loading___form_app_sajax_3_in_loading___form_control_textbox_text_app_sajax_3_in_loading___form_control_textbox_range_app_sajax_3_in_loading___form_control_textbox_number_app_sajax_3_in_loading___form_control_textbox_mail_app_sajax_3_in_loading___form_control_textbox_tel_app_sajax_3_in_loading___form_control_textbox_time_app_sajax_3_in_loading___form_control_textbox_date_fr_app_sajax_3_in_loading___form_control_textbox_date_en_app_sajax_3_in_loading___form_control_textbox_datetime_fr_app_sajax_3_in_loading___form_control_textbox_datetime_en_app_sajax_3_in_loading___form_control_textbox_color_app_sajax_3_in_loading___form_control_textbox_password_app_sajax_3_in_loading___form_control_textbox_file_app_sajax_3_in_loading___form_control_textarea_app_sajax_3_in_loading___form_control_textarea_ckeditor_app_sajax_3_in_loading___form_control_select_mono_app_sajax_3_in_loading___form_control_select_multiple_app_sajax_3_in_loading___form_control_radio_line_app_sajax_3_in_loading___form_control_radio_inline_app_sajax_3_in_loading___form_control_checkbox_line_app_sajax_3_in_loading___form_control_checkbox_inline_app_sajax_3_in_loading___form_control_hidden

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
[<br> "demo"<br>]

app is_granted_a <tag>


Description

    To check if an object is granted (administrator)

Parameters

    tag:   The referenced tag into the object - string - required
admin
app is_granted_a "demo_cm_mysql.products.list.show"
mentdb
1

app is_granted_sa <tag>


Description

    To check if an object is granted (super administrator)

Parameters

    tag:   The referenced tag into the object - string - required
admin
app is_granted_sa "demo_cm_mysql.products.list.show"
mentdb
1

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

app webserver add_blocked_ip


Description

    Block an IP

admin
app webserver add_blocked_ip "192.168.1.20";
mentdb
1

app webserver remove_blocked_ip


Description

    Unblock an IP

admin
app webserver remove_blocked_ip "192.168.1.20";
mentdb
1

app webserver show_all_remote_ips


Description

    Show all remote IPs

admin
app webserver show_all_remote_ips;
mentdb
ALL REMOTE IPs

app webserver show_all_blocked_remote_ips


Description

    Show all blocked remote IPs

admin
app webserver show_all_blocked_remote_ips;
mentdb
ALL BLOCKED REMOTE IPs

app webserver reset_all_remote_ips


Description

    Reset all remote IPs

admin
app webserver reset_all_remote_ips;
mentdb
1

app webserver reset_all_blocked_remote_ips


Description

    Reset all blocked remote IPs

admin
app webserver reset_all_blocked_remote_ips;
mentdb
1

app menu <jPath> <id> <title> <icon> <url> <method> <topMenu> <groups> <adminType>


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
    adminType:   The admin type (*-|*+) - string - required
admin
app menu "/menu" "home" "Home" "fa-home" "app_page=home" post "home" "menu_home" "*+"
mentdb
Use only into a WEB application ...

app menu show


Description

    To show the menu

admin
app menu show;
mentdb
Use only into a WEB application ...

_app_sajax_2_script___create_remote


Description

    To create a remote valid script

admin
script create exe "script.var.show" false 1 (param (var "[OBJ_OVERWRITE_B64]" {true} "Parameters in base 64" is_null:false is_empty:false "{}") ) "Show all variables" { json load "param" (string decode_b64 [OBJ_OVERWRITE_B64]); include "app.100.obj.sajax.alert.exe" "[type]" "ALERT_PRIMARY" "[strong]" "OK !" "[msg]" (json doc "param") ; } "Return ...";
mentdb
html

_app_sajax_1_skeleton___html_div


Description

    To add custom HTML

admin
concat_var "[page]" "<div></div>";
mentdb
html

_app_sajax_1_skeleton___css_container


Description

    To show a Bootstrap container object

admin
include "app.100.obj.sajax.skeleton.container.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe";
mentdb
html

_app_sajax_1_skeleton___css_row


Description

    To show a Bootstrap row object

admin
include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe";
mentdb
html

_app_sajax_1_skeleton___css_col


Description

    To show a Bootstrap col object

admin
include "app.100.obj.sajax.skeleton.col.exe" "[id]" "container_id_1" "[name]" "" "[class]" "col-12 col-xs-12 col-sm-12 col-md-12 col-lg-12" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe";
mentdb
html

_app_sajax_1_skeleton___onload


Description

    To execute a MQL source code before loading the page

admin
include "app.100.obj.sajax.skeleton.onload.exe" "[scriptname]" "script.var.show.exe" "[OBJ_OVERWRITE_B64]" (string encode_b64 "{\"v1\": 1, \"v2\": 2}") ;
mentdb
html

_app_sajax_1_skeleton___on_click_button


Description

    To get a javascript source code to execute a MQL remote script in a button

admin
concat_var "[page]" "<div><button onclick=" (include "app.100.obj.sajax.client.exe" "[scriptname]" "script.var.show.exe" "[OBJ_OVERWRITE_B64]" (string encode_b64 "{\"v1\": 1, \"v2\": 2}") "[getElementById]" "|param1=elementById,param2=elementById,param3=elementById" "[data]" "|$('#form1').serializeObject()|javascript which return json object..." ) ">execute me</button></div>";
mentdb
html

_app_sajax_1_skeleton___on_click_event


Description

    To get a javascript source code to execute a MQL remote script

admin
onclick=" (include "app.100.obj.sajax.client.exe" "[scriptname]" "script.var.show.exe" "[OBJ_OVERWRITE_B64]" (string encode_b64 "{\"v1\": 1, \"v2\": 2}") "[getElementById]" "|param1=elementById,param2=elementById,param3=elementById" "[data]" "|$('#form1').serializeObject()|javascript which return json object..." ) ""
mentdb
html

_app_sajax_1_skeleton___import_all_charts


Description

    To get skeleton for all charts

admin
include "app.100.obj.sajax.skeleton.container.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "kpi" "[name]" "" "[class]" "col-6 col-xs-6 col-sm-6 col-md-6 col-lg-6" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "progress_bar" "[name]" "" "[class]" "col-6 col-xs-6 col-sm-6 col-md-6 col-lg-6" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "sparkline_line" "[name]" "" "[class]" "col-4 col-xs-4 col-sm-4 col-md-4 col-lg-4" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "sparkline_bar" "[name]" "" "[class]" "col-4 col-xs-4 col-sm-4 col-md-4 col-lg-4" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "sparkline_box" "[name]" "" "[class]" "col-4 col-xs-4 col-sm-4 col-md-4 col-lg-4" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "sparkline_tristate" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "sparkline_discrete" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "sparkline_bullet" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "sparkline_pie" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "bar_vertical" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "bar_horizontal" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "bar_vertical_stacked" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "bar_horizontal_stacked" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "doughnut" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "pie" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "polar" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "radar" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "line_basic" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "line_basic_fill" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "line_stepped_before" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "line_stepped_after" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "time_basic" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "time_basic_fill" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "time_courbe" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "time_courbe_fill" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.row.exe" "[id]" "" "[name]" "" "[class]" "" "[style]" ""; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "line_courbe" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "line_courbe_fill" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "line_point" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.col.exe" "[id]" "gauge" "[name]" "" "[class]" "col-3 col-xs-3 col-sm-3 col-md-3 col-lg-3" "[style]" ""; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe"; include "app.100.obj.sajax.skeleton.div.end.exe";
mentdb
html

_app_sajax_3_in_loading___button_in_container


Description

    To add a button into a container

admin
include "app.100.obj.sajax.button.exe" "[container_id]" "container_id_1" "[submitTitle]" "Submit" "[submitType]" "primary" "[OBJ_OVERWRITE_B64]" (string encode_b64 "{}") "[mql_script]" "app.100.template.default.actions.demo.test.exe" "[data_eval]" "" "[html]" "style='color:#000'" ;
mentdb
html

_app_sajax_3_in_loading___refresh_container_with_data


Description

    To refresh a container with a HTML source code

admin
include "app.100.obj.sajax.refresh.exe" "[target]" "container_id_1" "[innerHtml]" "<div style='background-color:#313131;color:#fff'>Hello!</div>" ;
mentdb
html

_app_sajax_3_in_loading___show_alert


Description

    To show an alert

admin
include "app.100.obj.sajax.alert.exe" "[type]" "ALERT_PRIMARY|ALERT_SECONDARY|ALERT_SUCCESS|ALERT_DANGER|ALERT_WARNING|ALERT_INFO|ALERT_LIGHT|ALERT_DARK" "[strong]" "OK !" "[msg]" "Message" ;
mentdb
html

_app_sajax_3_in_loading___execute_javascript


Description

    To execute a javascript source code

admin
include "app.100.obj.sajax.javascript.exe" "[javascript]" "alert('test');" ;
mentdb
html

_app_sajax_3_in_loading___on_click_button


Description

    To get a javascript source code to execute a MQL remote script in a button

admin
include "app.100.obj.sajax.refresh.exe" "[target]" "container_id_1" "[innerHtml]" (concat "<button onclick=" (include "app.100.obj.sajax.client.exe" "[scriptname]" "script.var.show.exe" "[OBJ_OVERWRITE_B64]" (string encode_b64 "{\"v1\": 1, \"v2\": 2}") "[getElementById]" "|param1=elementById,param2=elementById,param3=elementById" "[data]" "|$('#form1').serializeObject()|javascript which return json object..." ) ">execute me</button>") ;
mentdb
html

_app_sajax_3_in_loading___on_click_event


Description

    To get a javascript source code to execute a MQL remote script

admin
onclick=" (include "app.100.obj.sajax.client.exe" "[scriptname]" "script.var.show.exe" "[OBJ_OVERWRITE_B64]" (string encode_b64 "{\"v1\": 1, \"v2\": 2}") "[getElementById]" "|param1=elementById,param2=elementById,param3=elementById" "[data]" "|$('#form1').serializeObject()|javascript which return json object..." ) ""
mentdb
html

_app_sajax_3_in_loading___import_all_chart


Description

    To get all charts

admin
include "app.100.obj.kpi.exe" "[container_id]" "kpi"; include "app.100.obj.sparkline.exe" "[container_id]" "sparkline_bar" "[type]" "bar"; include "app.100.obj.sparkline.exe" "[container_id]" "sparkline_line" "[type]" "line"; include "app.100.obj.sparkline.exe" "[container_id]" "sparkline_box" "[type]" "box"; include "app.100.obj.sparkline.exe" "[container_id]" "sparkline_tristate" "[type]" "tristate"; include "app.100.obj.sparkline.exe" "[container_id]" "sparkline_discrete" "[type]" "discrete"; include "app.100.obj.sparkline.exe" "[container_id]" "sparkline_bullet" "[type]" "bullet"; include "app.100.obj.sparkline.exe" "[container_id]" "sparkline_pie" "[type]" "pie"; include "app.100.obj.progress_bar.exe" "[container_id]" "progress_bar"; include "app.100.obj.chartjs.bar_vertical.exe" "[container_id]" "bar_vertical"; include "app.100.obj.chartjs.bar_horizontal.exe" "[container_id]" "bar_horizontal"; include "app.100.obj.chartjs.bar_vertical_stacked.exe" "[container_id]" "bar_vertical_stacked"; include "app.100.obj.chartjs.bar_horizontal_stacked.exe" "[container_id]" "bar_horizontal_stacked"; include "app.100.obj.chartjs.doughnut.exe" "[container_id]" "doughnut"; include "app.100.obj.chartjs.pie.exe" "[container_id]" "pie"; include "app.100.obj.chartjs.polar.exe" "[container_id]" "polar"; include "app.100.obj.chartjs.radar.exe" "[container_id]" "radar"; include "app.100.obj.chartjs.line_basic.exe" "[container_id]" "line_basic"; include "app.100.obj.chartjs.line_basic_fill.exe" "[container_id]" "line_basic_fill"; include "app.100.obj.chartjs.line_stepped_before.exe" "[container_id]" "line_stepped_before"; include "app.100.obj.chartjs.line_stepped_after.exe" "[container_id]" "line_stepped_after"; include "app.100.obj.chartjs.line_courbe.exe" "[container_id]" "line_courbe"; include "app.100.obj.chartjs.line_courbe_fill.exe" "[container_id]" "line_courbe_fill"; include "app.100.obj.chartjs.line_point.exe" "[container_id]" "line_point"; include "app.100.obj.chartjs.time_basic.exe" "[container_id]" "time_basic"; include "app.100.obj.chartjs.time_courbe.exe" "[container_id]" "time_courbe"; include "app.100.obj.chartjs.time_courbe_fill.exe" "[container_id]" "time_courbe_fill"; include "app.100.obj.chartjs.time_basic_fill.exe" "[container_id]" "time_basic_fill"; include "app.100.obj.gauge_meter.exe" "[container_id]" "gauge";
mentdb
html

_app_sajax_3_in_loading___form


Description

    To show a form

admin
-> "[object]" ""; include "app.100.obj.form.begin.exe" "[form_id]" "form_1" "[modal]" true "[action]" "index.jsp" "[enctype]" false "[title]" "New book" "[subTitle]" "" "[method]" "post" "[widthIfModal]" "modal-lg" "[html]" ""; include "app.100.obj.form.end.exe" "[form_id]" "form_1" "[modal]" true "[OBJ_OVERWRITE_B64]" (string encode_b64 "{}") "[container_id]" "container_id_1" "[mql_script]" "script.var.show.exe" "[data_eval]" "$('#form_1').serializeObject()" "[closeTitle]" "Fermer" "[submitTitle]" "Ajouter" "[submitType]" "primary";
mentdb
html

_app_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___form_control_textarea_ckeditor


Description

    To show a textarea

admin
include "app.100.obj.form.control.textarea_cke.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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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_sajax_3_in_loading___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 - 2023