@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<language-addon>
|
||||
<!-- The name of this addon. It must be unique -->
|
||||
<addon-name>ckezbind</addon-name>
|
||||
<!-- Specifies what other addon this depends
|
||||
<depends></depends>
|
||||
-->
|
||||
<!-- Which language this addon will be added to -->
|
||||
<language-name>xul/html</language-name>
|
||||
|
||||
<component>
|
||||
<component-name>ckeditor</component-name>
|
||||
<extends>ckeditor</extends>
|
||||
<annotation>
|
||||
<annotation-name>ZKBIND</annotation-name>
|
||||
<property-name>value</property-name>
|
||||
<attribute>
|
||||
<attribute-name>ACCESS</attribute-name>
|
||||
<attribute-value>both</attribute-value>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<attribute-name>SAVE_EVENT</attribute-name>
|
||||
<attribute-value>onChange</attribute-value>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<attribute-name>LOAD_REPLACEMENT</attribute-name>
|
||||
<attribute-value>value</attribute-value>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<attribute-name>LOAD_TYPE</attribute-name>
|
||||
<attribute-value>java.lang.String</attribute-value>
|
||||
</attribute>
|
||||
</annotation>
|
||||
</component>
|
||||
</language-addon>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<language-addon>
|
||||
<addon-name>mapa</addon-name>
|
||||
<language-name>xul/html</language-name>
|
||||
|
||||
<component>
|
||||
<component-name>mapa</component-name>
|
||||
<component-class>info.bukova.isspst.ui.Mapa</component-class>
|
||||
<widget-class>info.bukova.isspst.ui.Mapa</widget-class>
|
||||
</component>
|
||||
</language-addon>
|
||||
Reference in New Issue
Block a user