Hi, I am trying to build a component dialog in magnolia like this

form:
  tabs:
    - name: tabLink
      label: Link
      fields:
        - name: listStyle
          class: info.magnolia.ui.form.field.definition.SelectFieldDefinition
          label: List style
          options:
            - name: bullet
              value: bullet
              selected: true
              label: Bullet
            - name: ordered
              value: ordered
              label: Ordered
            - name: inline
              value: inline
              label: Inline

Here the options part is hard coded. i need to read them with ajax call and 
populate in the dialog box select field.

Thank you

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=125d22ef-a2a1-49e5-b354-4195a7f29e25


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to