exsdk-ui5 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ await ExCore.init({ licenseKey: "YOUR_KEY" });
|
|
|
34
34
|
```xml
|
|
35
35
|
<!-- View XML -->
|
|
36
36
|
<mvc:View
|
|
37
|
-
xmlns:ex="
|
|
37
|
+
xmlns:ex="exsdk.controls">
|
|
38
38
|
<ex:ExTable id="myTable" title="Ürünler" columns="{/columns}" rows="{/rows}" />
|
|
39
39
|
<ex:ExButton text="Kaydet" type="primary" press=".onSave" />
|
|
40
40
|
</mvc:View>
|
package/package.json
CHANGED
package/src/controls/ExButton.js
CHANGED
package/src/controls/ExTable.js
CHANGED
package/src/controls/Exform.js
CHANGED