comments
This commit is contained in:
parent
6c247844a5
commit
b1365b4416
@ -477,8 +477,8 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
|
|||||||
**/
|
**/
|
||||||
value: null,
|
value: null,
|
||||||
/**
|
/**
|
||||||
Strategy for sending data on server. Can be <code>auto|always|never</code>.
|
Strategy for sending data on server. Can be `auto|always|never`.
|
||||||
When 'auto' data will be sent on server only if pk defined, otherwise new value will be stored in element.
|
When 'auto' data will be sent on server **only if pk and url defined**, otherwise new value will be stored locally.
|
||||||
|
|
||||||
@property send
|
@property send
|
||||||
@type string
|
@type string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user