SelectionWidget

1 message Options
Embed this post
Permalink
monks () SelectionWidget
Reply Threaded More More options
Print post
Permalink
hello all
im using 'SelectionWidget' Archetype to populate field with Drop-down list
Following is code:

  StringField(
        name='organisation',
        #accessor='fetchmethod',
        widget=SelectionWidget(
            description="Select organisation",
            label="Select Organisation",
            label_msgid='masterentryform_activity_label_organisation',
            description_msgid='masterentryform_activity_help_Program',
            i18n_domain='masterentryform_activity',
        ),
        vocabulary=["aa","bb"]
    ),

But instead of showing drop-down, its showing options in radio-button format.
I think im using right widget, 'SelectionWidget', for displaying drop down !!

--

Regards,
Mayank Mathur


Regards,
Mayank