source: products/quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/plugins/configure.zcml @ 3389

Last change on this file since 3389 was 749, checked in by crchemist, 17 years ago

Now Marker implements IPlacemark.

File size: 1.9 KB
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2     xmlns:browser="http://namespaces.zope.org/browser"
3     xmlns:kss="http://namespaces.zope.org/kss"
4     >
5     
6    <!-- plugin registration -->   
7
8    <!-- kss client actions -->
9   
10    <kss:action
11        name="plonetabs-redirectTo"
12        command_factory="selector"
13        jsfile="plugin.js"
14        params_optional="protocol host pathname search searchparams searchvalues hash"
15        />
16   
17    <kss:action
18        name="plonetabs-toggleCollapsible"
19        command_factory="selector"
20        jsfile="plugin.js"
21        params_optional="collapsed expanded collapse"
22        />
23
24    <kss:action
25        name="plonetabs-handleServerError"
26        jsfile="plugin.js"
27        params_optional="message"
28        />
29   
30    <kss:action
31        name="plonetabs-resetForm"
32        command_factory="selector"
33        jsfile="plugin.js"
34        />
35
36    <kss:action
37        name="plonetabs-blur"
38        command_factory="selector"
39        jsfile="plugin.js"
40        />
41   
42    <kss:action
43        name="plonetabs-generateId"
44        command_factory="selector"
45        jsfile="plugin.js"
46        params_mandatory="target var_name"
47        />
48   
49    <kss:action
50        name="plonetabs-createSortable"
51        command_factory="selector"
52        jsfile="plugin.js"
53        />
54   
55    <kss:action
56        name="plonetabs-updateSortable"
57        command_factory="selector"
58        jsfile="plugin.js"
59        />
60   
61    <kss:action
62        name="plonetabs-replaceOrInsert"
63        command_factory="selector"
64        jsfile="plugin.js"
65        params_mandatory="selector html"
66        params_optional="alternativeHTML selectorType position positionSelector positionSelectorType withKssSetup"
67        />
68   
69    <kss:action
70        name="plonetabs-timeout"
71        command_factory="selector"
72        jsfile="plugin.js"
73        params_mandatory="cmd_name delay"
74        params_optional="repeat"
75        />
76   
77</configure>
Note: See TracBrowser for help on using the repository browser.