... | ... | @@ -435,6 +435,7 @@ The general schema for the parameter specification: |
|
|
kss-action-[server|client]: <actionname>;
|
|
|
kss-selector: <selector>;
|
|
|
kss-precondition: [true|false];
|
|
|
kss-timeout: <milliseconds>;
|
|
|
kss-includeform: [<form_name>|@currentform];
|
|
|
<key1>: <value1>;
|
|
|
<key2>: <value2>;
|
... | ... | @@ -442,6 +443,7 @@ The general schema for the parameter specification: |
|
|
kss-action-[server|client]: <actionname>;
|
|
|
kss-selector: <selector>;
|
|
|
kss-precondition: [true|false];
|
|
|
kss-timeout: <milliseconds>;
|
|
|
kss-includeform: [<form_name>|@currentform];
|
|
|
<key1>: <value1>;
|
|
|
<key2>: <value2>;
|
... | ... | @@ -554,6 +556,17 @@ in a rule if its value evaluates to ``false``: |
|
|
}
|
|
|
```
|
|
|
|
|
|
### kss-timeout
|
|
|
|
|
|
``kss-timeout`` sets an alternative timeout for server actions:
|
|
|
|
|
|
```css
|
|
|
... {
|
|
|
kss-action-server: longRunning;
|
|
|
kss-timeout: 100000;
|
|
|
}
|
|
|
```
|
|
|
|
|
|
### kss-includeform
|
|
|
|
|
|
``kss-includeform`` transparently adds an entire
|
... | ... | |