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 (required)
- Partial Call Graph (max 5 caller/called nodes):
- 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