dbXapp
2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Toggle main menu visibility
Loading...
Searching...
No Matches
layout.js
Go to the documentation of this file.
1
(function (window) {
2
"use strict";
3
4
if (!window.dbx || !window.dbx.feature) {
5
return;
6
}
7
8
window.dbx.feature.register("layout", {
9
scope: "element",
10
priority: "mid",
11
init() {
12
// Layout-Lib ist aktuell ein reservierter Erweiterungspunkt.
13
}
14
});
15
16
})(window);
dbx
js
lib
layout.js
Generated by
1.17.0