Hidden field - changes improvements
nav_first.pngFirst: thread:379
Feedback from naive user
Edited: 26 Oct 2011 12:41 by: Sheepdog
Comments: 3
Tags:
nav_prev.pngPrevious: thread:366
Data Forms in include
Edited: 30 Jun 2010 13:08 by: soronlin
Comments: 0
Tags:
Last: thread:141
Which aspects of this design do people want first?
Edited: 11 Nov 2009 12:44 by: leiger
Comments: 14
Tags:
nav_last.png
Next: thread:358
default property for wiki field
Edited: 06 May 2010 13:41 by: scottplan
Comments: 1
Tags:
nav_next.png

TeRqTeRq wrote on 09 Jun 2010 11:02

This idea is originally proposed by leiger on http://www.wikidot.com/forum/t-217450/doc:data-form

Hidden form example/implementation.

[[form]]
fields:
  version:
    label: Version
    type: hidden
    update: on_create / on_update / auto
    value: 1.00(1,2,3,...)
[[/form]]

Table shows hidden field value changes using different update properties:

action on_create on_update auto _template*
create 1.00 1.00 1.00 1.00
update 1 1.00 1.01 1.01 1.01
no action 1.00 1.01 1.02 1.02
update 2 1.00 1.03 1.03 1.03

* data form definition value while action was taken


Start a new sub-thread

Comments: 1

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License