Sha256: 0be508388685cf748d60bac7c73d36ec65dd63486399d36fd602f3fadf755c44

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

## YAML Template for poll_items
---
#parent_name: description
table: dc_poll_item

index:
  actions:
    1: new

result_set:
  actions: 
    1: edit
    2: delete

  columns:
    1:  
      name: name
    2:  
      name: text
    3: 
      name: type
    5: 
      name: order
      style: "text-align: right;"

edit_title: text

form:
  actions: standard

  fields:
    10:
      name: name
      type: text_field
      html:
        size: 15

    20:
      name: text
      type: text_area
      html:
        size: 100x2

    30:
      name: type
      type: select

    40:
      name: size
      type: text_field
      html:
        size: 6

    50:
      name: mandatory
      type: check_box

    60:
      name: separator
      type: select

    70:
      name: options
      type: text_area
      html:
        size: 100x5

    80:
      name: order
      type: text_field
      html:
        size: 2

    90:
      name: active
      type: check_box

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
drg_cms-0.5.0 app/forms/dc_poll_item.yml
drg_cms-0.4.61 app/forms/dc_poll_item.yml
drg_cms-0.4.58 app/forms/dc_poll_item.yml
drg_cms-0.4.57 app/forms/dc_poll_item.yml
drg_cms-0.4.54 app/forms/dc_poll_item.yml
drg_cms-0.4.53 app/forms/dc_poll_item.yml
drg_cms-0.4.39 app/forms/dc_poll_item.yml