No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The SysViewStateCookie is an optional model pattern that enables a Turnkey server to hand out shareable links to pages that include the current state of all variables. The shareable link will be a reference to a unique object of type SysViewStateCookie and the toolbar Share-icon will place an url to a DWV link to this object. | The SysViewStateCookie is an optional model pattern that enables a Turnkey server to hand out shareable links to pages that include the current state of all variables. The shareable link will be a reference to a unique object of type SysViewStateCookie and the toolbar Share-icon will place an url to a [[Documentation:DisplayWithVariables|DWV link]] to this object. | ||
SysViewStateCookie - new model pattern to be able to share complete viewstate with others A ShareAction will show in toolbar if SysViewStateCookie is present | |||
This is also connected to the [[Documentation:Clipbook|ClipBook implementation]]: | |||
Todo: document this - it was impossible due to image upload failing | Todo: document this - it was impossible due to image upload failing |
Revision as of 07:46, 17 October 2024
The SysViewStateCookie is an optional model pattern that enables a Turnkey server to hand out shareable links to pages that include the current state of all variables. The shareable link will be a reference to a unique object of type SysViewStateCookie and the toolbar Share-icon will place an url to a DWV link to this object.
SysViewStateCookie - new model pattern to be able to share complete viewstate with others A ShareAction will show in toolbar if SysViewStateCookie is present
This is also connected to the ClipBook implementation:
Todo: document this - it was impossible due to image upload failing