The below keys are added directly as a list of passed parameters during initializing the editor (TinyMCE/CKEditor), or are set in config.js.
in compliance with its syntax (CKEditor only).
jsplus_table_new_default_add_header
: booleanDefault value:
false
Available values:
false
, true
If set to
true
, a header (<thead> tag) will be added on new table creation.jsplus_table_new_class
: stringDefault value: Empty
''
Extra class or classes (separated by whitespace) to assign to the inserted table.
jsplus_table_new_style
: stringDefault value: Empty
''
Extra styles to assign to the inserted table.
jsplus_bootstrap_table_new_default_striped
: BooleanDefault value:
true
Available values:
true
, false
Is checkbox "striped" checked by default. Bootstrap edition only
jsplus_bootstrap_table_new_default_bordered
: BooleanDefault value:
false
Available values:
true
, false
Is checkbox "bordered" checked by default. Bootstrap edition only
jsplus_bootstrap_table_new_default_condensed
: BooleanDefault value:
false
Available values:
true
, false
Is checkbox "condensed" checked by default. Bootstrap edition only