Todo:_Template

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]]

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