Skip to content
Snippets Groups Projects
Verified Commit c107f9fa authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update documentaion

parent 7de41503
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
...@@ -97,7 +97,7 @@ class ChangeButton extends CustomElement { ...@@ -97,7 +97,7 @@ class ChangeButton extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -103,7 +103,7 @@ class ColumnBar extends CustomElement { ...@@ -103,7 +103,7 @@ class ColumnBar extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -100,7 +100,7 @@ class DataSet extends CustomElement { ...@@ -100,7 +100,7 @@ class DataSet extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -65,7 +65,7 @@ class Datasource extends CustomElement { ...@@ -65,7 +65,7 @@ class Datasource extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -59,7 +59,7 @@ class Dom extends Datasource { ...@@ -59,7 +59,7 @@ class Dom extends Datasource {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -100,7 +100,7 @@ class Rest extends Datasource { ...@@ -100,7 +100,7 @@ class Rest extends Datasource {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -153,7 +153,7 @@ class DataTable extends CustomElement { ...@@ -153,7 +153,7 @@ class DataTable extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -70,7 +70,7 @@ class FilterButton extends ToggleButton { ...@@ -70,7 +70,7 @@ class FilterButton extends ToggleButton {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -207,7 +207,7 @@ class Filter extends CustomElement { ...@@ -207,7 +207,7 @@ class Filter extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -185,7 +185,7 @@ class DateRange extends AbstractBase { ...@@ -185,7 +185,7 @@ class DateRange extends AbstractBase {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -82,7 +82,7 @@ class Input extends AbstractBase { ...@@ -82,7 +82,7 @@ class Input extends AbstractBase {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -155,7 +155,7 @@ class Range extends AbstractBase { ...@@ -155,7 +155,7 @@ class Range extends AbstractBase {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -38,7 +38,7 @@ import { FilterSelectStyleSheet } from "../stylesheet/filter-select.mjs"; ...@@ -38,7 +38,7 @@ import { FilterSelectStyleSheet } from "../stylesheet/filter-select.mjs";
*/ */
class FilterSelect extends Select { class FilterSelect extends Select {
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -100,7 +100,7 @@ class Pagination extends CustomElement { ...@@ -100,7 +100,7 @@ class Pagination extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -70,7 +70,7 @@ class SaveButton extends CustomElement { ...@@ -70,7 +70,7 @@ class SaveButton extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -95,7 +95,7 @@ class DatasourceStatus extends CustomElement { ...@@ -95,7 +95,7 @@ class DatasourceStatus extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -97,7 +97,7 @@ class ActionButton extends PopperButton { ...@@ -97,7 +97,7 @@ class ActionButton extends PopperButton {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -108,7 +108,7 @@ class ApiButton extends ActionButton { ...@@ -108,7 +108,7 @@ class ApiButton extends ActionButton {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -180,7 +180,7 @@ class ButtonBar extends CustomElement { ...@@ -180,7 +180,7 @@ class ButtonBar extends CustomElement {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
...@@ -179,7 +179,7 @@ class Button extends CustomControl { ...@@ -179,7 +179,7 @@ class Button extends CustomControl {
} }
/** /**
* To set the options via the html tag the attribute `data-monster-options` must be used. * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
* @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control} * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
* *
* The individual configuration values can be found in the table. * The individual configuration values can be found in the table.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment