11 calls to cck_select_other_options() in CCK Select Other 7
- CCKSelectOtherAllowedValuesTest::testAllowedValues in tests/
cck_select_other.test - Fail validation or test allowed values for other option
- CCKSelectOtherBasicTest::testFailValidationForm in tests/
cck_select_other.test - Fail validation of node edit form, check option values TODO: I don't think I can resave the same form with drupalPost
- CCKSelectOtherBasicTest::testSelectFieldValue in tests/
cck_select_other.test - Modify node with a new value from select list options
- CCKSelectOtherMultipleFieldsTest::testMultipleField in tests/
cck_select_other.test - CCKSelectOtherMultipleValueListTest::setUp in tests/
cck_select_other.test - Implementation of setUp() method
- CCKSelectOtherMultipleValueListTest::testFieldEditSave in tests/
cck_select_other.test - CCKSelectOtherTest::setUp in tests/
cck_select_other.test - Implementation of setUp() method
- cck_select_other_field_formatter_view in ./
cck_select_other.module - Implementation of hook_field_formatter_view().
- cck_select_other_field_widget_form in ./
cck_select_other.module - Implementation of hook_field_widget_form().
- cck_select_other_handler_field::render in views/
cck_select_other_handler_field.inc - Render the field.
- cck_select_other_handler_filter::get_value_options in views/
cck_select_other_handler_filter.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.