I dont know what i am doing wrong, this is the configuration of my Package...
package.json:
{
"name": "ABMStore",
"type": "code",
"creator": "Horus Software S.H.",
"summary": "Base ABM Store Class",
"detailedDescription": "This extension have all the Methods and Properties to make any Simple ABM Form.",
"version": "1.0.0",
"compatVersion": "1.0.0",
"format": "1",
"local": true,
"architect": {
"compatFrameworks": [
"ext42"
],
"classes": [{
"definition": "ABMStore.Definition.js",
"className": "Ext.ux.ABMStore",
"js": [
"ABMStore.js"
],
"css": [
]
}]
},
"requires": []
}
xX.Definitions.js
{
"classAlias": "widget.abmstore"
"className": "Ext.ux.ABMStore",
"inherits": "Ext.data.JsonStore",
"autoName": "MyABMStore",
"helpText": "Store for ABM forms",
"toolbox": {
"name": "Store for ABM Forms",
"category": "Data",
"groups": ["Data Stores"]
},
"configs": [{
"name":"IDPHPController",
"type":"string",
"initialValue": "nada"
},{
"name":"ABMWindowId",
"type":"string",
"initialValue": "nada"
},{
"name":"whereNavCondition",
"type":"string",
"initialValue": "nada"
}]
}
Somebody can help me?
Thanks. Gonzalo.