Merged PR 168: Add SmartComponent source code + Restrict Events by giving a root at the first render + Added Render function to a namespace
- Add smartcomponent source code to public/ - Restrict Events by giving a root at the first render + Added Render function to a namespace - Add attribute type="button" to all buttons
This commit is contained in:
parent
7f3f6a489a
commit
444b96736a
17 changed files with 132 additions and 24 deletions
14
public/smartcomponent/svg-layout-designer.xcomponent
Normal file
14
public/smartcomponent/svg-layout-designer.xcomponent
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ComponentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.Techform.com/SmartExpert/2009/05">
|
||||
<HasContent>false</HasContent>
|
||||
<Id>0A61000D-FC2D-4490-BB3E-0FAED2AF3FDC</Id>
|
||||
<ImageUrl />
|
||||
<ItemName>svg-layout-designer</ItemName>
|
||||
<Parameters>
|
||||
<ParameterModel>
|
||||
<ItemName>viewModel</ItemName>
|
||||
<Text>ViewModel</Text>
|
||||
</ParameterModel>
|
||||
</Parameters>
|
||||
<Text>svg-layout-designer</Text>
|
||||
</ComponentModel>
|
Loading…
Add table
Add a link
Reference in a new issue