Just for information....
You could use all power of dialect extensions here (these two will be
added to svn repo since they are qooxdoo tags, but may be you find it
useful for your own shortcuts). If you take a look at bin/dialect.json
you can see following structure:
{
//show priority of dialects. Next dialect overrides previous one.
"dialects": ["qxml","qcl"],
"qxml": {
"path": "../dialects/qxml"
},
"qcl" : {
"path" : "../../dialect/qcl"
}
}
So, here you can add an own extension and use separate folder to keep
all templates, tags.json, etc. It's especially useful if you wouldn't
like to mix up own tags with defaults from tags.json of main qxml
dialect. Refer to qcl dialect to get know how dialect is organized
(qxml has the same structure as well). And, yes, you can extend own
tags from base ones from qxml, use default templates from qxml, etc.
Siarhei
On Aug 6, 2009, at 5:37 PM, Lorenzo Vegetti wrote:
>