date.elements.inc |
file |
modules/date/date.elements.inc |
Date forms and form themes and validation. |
format_xml_elements |
function |
includes/common.inc |
Recursively formats nested XML array elements as a string. |
_book_add_form_elements |
function |
modules/book/book.module |
Builds the common elements of the book form for the node and outline forms. |
FormsElementsLabelsTestCase |
class |
modules/simpletest/tests/form.test |
Test form element labels, required markers and associated output. |
_form_test_disabled_elements |
function |
modules/simpletest/tests/form_test.module |
Build a form to test disabled elements. |
views_view_has_form_elements |
function |
modules/views/views.module |
Returns TRUE if the passed-in view contains handlers with views form
implementations, FALSE otherwise. |
BackdropWebTestCase::$elements |
property |
modules/simpletest/backdrop_web_test_case.php |
The parsed version of the page. |
views_handler_field::get_elements |
function |
modules/views/handlers/views_handler_field.inc |
Provide a list of elements valid for field HTML. |
FormsElementsLabelsTestCase::setUp |
function |
modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
_form_test_disabled_elements_submit |
function |
modules/simpletest/tests/form_test.module |
Return the form values via JSON. |
ViewsPluginStyleTestBase::$elements |
property |
modules/views/tests/styles/views_plugin_style_base.test |
Stores the SimpleXML representation of the output. |
FormsTestCase::testDisabledElements |
function |
modules/simpletest/tests/form.test |
Test handling of disabled elements. |
FormsElementsLabelsTestCase::$profile |
property |
modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
FormsElementsTableSelectFunctionalTest |
class |
modules/simpletest/tests/form.test |
Test the tableselect form element for expected behavior. |
FormsElementsVerticalTabsFunctionalTest |
class |
modules/simpletest/tests/form.test |
Test the vertical_tabs form element for expected behavior. |
RenderElementTypesTestCase::assertElements |
function |
modules/simpletest/tests/theme.test |
Asserts that an array of elements is rendered properly. |
FormsElementsLabelsTestCase::testFormLabels |
function |
modules/simpletest/tests/form.test |
Test form elements, labels, title attibutes and required marks output
correctly and have the correct label option class if needed. |
CommonBackdropFormatXmlElementsUnitTestCase |
class |
modules/simpletest/tests/common.test |
Tests the format_xml_elements() API function. |
views_plugin_style_rss::get_channel_elements |
function |
modules/views/plugins/views_plugin_style_rss.inc |
Return an array of additional XHTML elements to add to the channel. |
FormsElementsTableSelectFunctionalTest::setUp |
function |
modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
FormsElementsVerticalTabsFunctionalTest::setUp |
function |
modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
FormsElementsTableSelectFunctionalTest::$profile |
property |
modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
FormsElementsTableSelectFunctionalTest::testAjax |
function |
modules/simpletest/tests/form.test |
Test presence of ajax functionality |
FormsElementsVerticalTabsFunctionalTest::$profile |
property |
modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
NodeFeedTestCase::testNodeFeedExtraChannelElements |
function |
modules/node/tests/node.test |
Ensures that node_feed() accepts and prints extra channel elements. |
FormsElementsTableSelectFunctionalTest::testEmptyText |
function |
modules/simpletest/tests/form.test |
Test the display of the #empty text when #options is an empty array. |
views_plugin_style_rss::get_channel_elements_atom_link |
function |
modules/views/plugins/views_plugin_style_rss.inc |
Return an atom:link XHTML element to add to the channel, to comply with
the RSS 2.0 specification. |
FormsElementsTableSelectFunctionalTest::testMultipleTrue |
function |
modules/simpletest/tests/form.test |
Test the display of checkboxes when #multiple is TRUE. |
FormsElementsTableSelectFunctionalTest::formSubmitHelper |
function |
modules/simpletest/tests/form.test |
Helper function for the option check test to submit a form while collecting errors. |
FormsElementsTableSelectFunctionalTest::testMultipleFalse |
function |
modules/simpletest/tests/form.test |
Test the display of radios when #multiple is FALSE. |
FormsElementsTableSelectFunctionalTest::testAdvancedSelect |
function |
modules/simpletest/tests/form.test |
Test the #js_select property. |
CommonBackdropRenderTestCase::testBackdropRenderFormElements |
function |
modules/simpletest/tests/common.test |
Test rendering form elements without passing through form_builder(). |
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit |
function |
modules/simpletest/tests/form.test |
Test the submission of single and multiple values when #multiple is TRUE. |
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering |
function |
modules/simpletest/tests/form.test |
Ensures that vertical-tabs.js is included before collapse.js. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit |
function |
modules/simpletest/tests/form.test |
Test submission of values when #multiple is FALSE. |
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker |
function |
modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker |
function |
modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for radios. |
CommonBackdropFormatXmlElementsUnitTestCase::testParseFormatXmlElements |
function |
modules/simpletest/tests/common.test |
Provide a sample data structure and verify the XML results. |