Hello all experts ,
Can somebody provide me an example to create a xml file like this?
I am able to create a single node , but getting problem while inserting other node to it.
<ui name="UI EDITOR" >
<ribbon name="ribbon" >
<tab title="simulation" >
<panel>
<button tooltip="scFileOpen('/home/vajindar/Project/auto1.tin')" id="1" />
<button tooltip="scFileOpen('/home/vajindar/Project/auto2.tin')" id="2" />
<button tooltip="scFileOpen('/home/vajindar/Project/auto3.tin')" id="3" />
.
.
.
.
.
.
</panel>
</tab>
</ribbon>
</ui>
Bookmarks