Announcement

Collapse
No announcement yet.

ActionUI -How to display extra controls on a drop down list item select

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ActionUI -How to display extra controls on a drop down list item select

    Ugh, the ActionUI, or any *UI methods implementations are really bizarre, but anyway, I have no choice but to follow what it requires.

    Here's what the flow of action when using the Add Events menu:

    1. Select my plugin Action from the list of event actions.
    2. Switch page to the list of Actions supported by my plugin. I have a drop down list. Ie, assuming I have these options:
    a. Speak a name
    b. Enable/Disable

    Here is what I want to happen,
    - When I select (a), it will display a Text Field next to it.
    - When I select (b) it can display a set of radio buttons.


    How can I write these? I still have no complete clue how the bizarre string parsing that is happening under the hood to display the controls.

    #2
    Did you ever figure this one out ?
    I want to do EXACTLY the same thing ..

    Comment

    Working...
    X