xowiki::test::get_form_CSSclass (private)

 xowiki::test::get_form_CSSclass node

Defined in packages/xowiki/tcl/test/test-procs.tcl

Obtain the "class" attribute of a form containing in input field named "__object_name".

Parameters:
node

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_form_with_form_instance create_form_with_form_instance (test xowiki) xowiki::test::get_form_CSSclass xowiki::test::get_form_CSSclass test_create_form_with_form_instance->xowiki::test::get_form_CSSclass test_create_form_with_numeric create_form_with_numeric (test xowiki) test_create_form_with_numeric->xowiki::test::get_form_CSSclass test_form_validate form_validate (test xowiki) test_form_validate->xowiki::test::get_form_CSSclass xowiki::test::edit_form_page xowiki::test::edit_form_page (public) xowiki::test::edit_form_page->xowiki::test::get_form_CSSclass

Testcases:
create_form_with_form_instance, create_form_with_numeric, form_validate
Source code:
        return [$node selectNodes {string(//form//input[@name="__object_name"]/../../@class)}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: