Use an AT Vocabulary Manager Vocabulary in a Selection Field

by Steve McMahon last modified Dec 30, 2008 05:50 PM
You may use a simple vocabulary from AT Vocabulary Manager to populate the options of a selection or multiple-selection form field.

This one's simple. In the Options Vocabulary field on the selection form field's [override] panel, just use something like:

python:here.portal_vocabularies.getVocabularyByName('testVocabulary').getVocabularyLines()

substituting your vocabulary's name for "testVocabulary".

This recipe assumes you've installed AT Vocabulary Manager and created a simple or sorted-simple vocabulary. You'll also need to have the rights to edit TALES fields.