... | @@ -241,22 +241,22 @@ The main configuration is done within an @config rule: |
... | @@ -241,22 +241,22 @@ The main configuration is done within an @config rule: |
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
|
protocol
|
|
* protocol
|
|
|
|
|
|
The protocol to use. A value of "json-rpc" (default), "json-rpc-v1",
|
|
The protocol to use. A value of "json-rpc" (default), "json-rpc-v1",
|
|
"json-rpc-v2" (synonym for "json-rpc"), "xml-rpc" or "url-encoded".
|
|
"json-rpc-v2" (synonym for "json-rpc"), "xml-rpc" or "url-encoded".
|
|
The latter can be used if there is no RPC service available.
|
|
The latter can be used if there is no RPC service available.
|
|
|
|
|
|
date-encoding
|
|
* date-encoding
|
|
|
|
|
|
How dates should be encoded. A value of "iso8601" (default),
|
|
How dates should be encoded. A value of "iso8601" (default),
|
|
"@timestamp@", "class-hinting" or "asp.net".
|
|
"@timestamp@", "class-hinting" or "asp.net".
|
|
|
|
|
|
timeout
|
|
* timeout
|
|
|
|
|
|
The timeout for server actions (defaults to 10000).
|
|
The timeout for server actions (defaults to 10000).
|
|
|
|
|
|
endpoint
|
|
* endpoint
|
|
|
|
|
|
The endpoint url to the RPC service.
|
|
The endpoint url to the RPC service.
|
|
|
|
|
... | @@ -409,7 +409,7 @@ Specifying parameters |
... | @@ -409,7 +409,7 @@ Specifying parameters |
|
The general schema for the parameter specification:
|
|
The general schema for the parameter specification:
|
|
|
|
|
|
```css
|
|
```css
|
|
.... {
|
|
... {
|
|
evt[-<eventname>]-preventdefault: [true|false];
|
|
evt[-<eventname>]-preventdefault: [true|false];
|
|
evt[-<eventname>]-preventbubbling: [true|false];
|
|
evt[-<eventname>]-preventbubbling: [true|false];
|
|
evt[-<eventname>]-allowbubbling: [true|false];
|
|
evt[-<eventname>]-allowbubbling: [true|false];
|
... | | ... | |