Test 2017 04 27 Todo

Add a new ToDo-item

Done? Title Text EDIT
No test

jjjjj

EDIT

Notice


Add a new ToDo-item

Done? Title Text EDIT
%%form_data{item-done}%% %%title_linked%% %%form_data{item-text}%% EDIT

Notice

  • Summary on Todo:_List, used dataform _template on Todo:_Template
  • if you want to change parent or tags - use the normal page options buttons outside the edit of dataforms

[[form]]
fields:
fields:
  item-done:
    label: Done?
    type: select
    values:
      not: "No"
      done: "Yes"
    default: not
  item-text:
    type: wiki
    label: ToDo-Text
    width: 60
    height: 5
[[/form]]

http://snippets.wikidot.com/code:todo-list-with-dataforms
Helmut_pdorfHelmut_pdorf

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