Changes between Version 1 and Version 2 of TracTicketsCustomFields


Игнорировать:
Время:
13 апр. 2009 г., 12:52:51 (17 лет назад)
Автор:
trac
Комментарий:

--

Обозначения:

Без изменений
Добавлено
Удалено
Изменено
  • TracTicketsCustomFields

    v1 v2  
    1818   * value: Default value.
    1919   * order: Sort order placement. (Determines relative placement in forms with respect to other custom fields.)
    20    * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'')
    2120 * '''checkbox''': A boolean value check box.
    2221   * label: Descriptive label.
     
    3938   * rows: Height in lines.
    4039   * order: Sort order placement.
    41    * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'')
    4240
    4341=== Sample Config ===
     
    5048test_two = text
    5149test_two.label = Another text-box
    52 test_two.value = Default [mailto:joe@nospam.com owner]
    53 test_two.format = wiki
     50test_two.value = Just a default value
    5451
    5552test_three = checkbox