Sha256: e4e755bdc9b0621039991375410322030b5326a88f02e807a745b04a5438e264

Contents?: true

Size: 1.81 KB

Versions: 15

Compression:

Stored size: 1.81 KB

Contents

## YAML Template for page
---
table: dc_part

index:
  actions:
    1: new

result_set:
  actions: 
    1: edit
    2: duplicate
    3: delete

  columns:
    1:  
      name: name
    2: 
      name: div_id
    3: 
      name: updated_by
      eval: dc_name4_id,dc_user,name
    4: 
      name: updated_at

form:
  title: 
    field: subject
    
  actions: standard
  tabs:
    1base:
      10:
        name: name
        type: text_field
        html:
          size: 50
      15:
        name: link
        type: text_field
        html:
          size: 50
      20:
        name: description
        type: text_field
        html:
          size: 50
      30:
        name: picture
        type: file_select
        html:
          size: 50
      35:
        name: thumbnail
        type: file_select
        html:
          size: 50
      40:
        name: div_id
        type: text_field
        html:
          size: 50
      50:
        name: piece_id
        type: select
        eval: DcPiece::choices4_pieces
        html:
          include_blank: true

      60:
        name: order
        type: text_field
        html:
          size: 2
      70:
        name: params
        type: text_area
        html:
          size: 100x10

    2content:
      10:
        name: body
        type: html_field
        options: 'height: 600'

    3advanced:
      10:
        name: policy_id
        type: select
        eval: dc_choices4_site_policies
        html:
          include_blank: true
      20:
        name: css
        type: text_area
        html:
          size: 100x10 
      30:
        name: script_type
        type: text_field

      40:
        name: script
        type: text_area
        html:
          size: 100x10

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
drg_cms-0.5.52 app/forms/dc_part.yml
drg_cms-0.5.51.1 app/forms/dc_part.yml
drg_cms-0.5.50.2 app/forms/dc_part.yml
drg_cms-0.5.10.10 app/forms/dc_part.yml
drg_cms-0.5.10.7 app/forms/dc_part.yml
drg_cms-0.5.10 app/forms/dc_part.yml
drg_cms-0.5.9 app/forms/dc_part.yml
drg_cms-0.5.8.2 app/forms/dc_part.yml
drg_cms-0.5.8 app/forms/dc_part.yml
drg_cms-0.5.7 app/forms/dc_part.yml
drg_cms-0.5.6 app/forms/dc_part.yml
drg_cms-0.5.5 app/forms/dc_part.yml
drg_cms-0.5.3 app/forms/dc_part.yml
drg_cms-0.5.2 app/forms/dc_part.yml
drg_cms-0.5.1 app/forms/dc_part.yml