%3 ::xotcl::Object ::xotcl::Object ::xo::tdom::AttributeManager ::xo::tdom::AttributeManager get_attributes get_local_attributes ::xo::tdom::AttributeManager->::xotcl::Object ::xo::tdom::Object ::xo::tdom::Object ::xo::tdom::Object->::xo::tdom::AttributeManager ::xo::OrderedComposite ::xo::OrderedComposite ::xo::tdom::Object->::xo::OrderedComposite ::xo::Drawable ::xo::Drawable ::xo::Drawable->::xo::tdom::AttributeManager ::xowiki::formfield::FormField ::xowiki::formfield::FormField → fc_decode → fc_encode ::xowiki::formfield::FormField->::xo::tdom::Object ::xowiki::MenuComponent ::xowiki::MenuComponent ::xowiki::MenuComponent->::xo::tdom::Object ::xo::Table::TABLE::BulkAction ::xo::Table::TABLE::BulkAction ::xo::Table::TABLE::BulkAction->::xo::Drawable ::xo::Table::TABLE::Action ::xo::Table::TABLE::Action ::xo::Table::TABLE::Action->::xo::Drawable ::xo::Table::TABLE::Field ::xo::Table::TABLE::Field ::xo::Table::TABLE::Field->::xo::Drawable ::xo::Table::Line ::xo::Table::Line ::xo::Table::Line->::xo::Drawable ::xo::Table::TABLE ::xo::Table::TABLE ::xo::Table::TABLE->::xo::Drawable

Class ::xo::tdom::AttributeManager

::xo::tdom::AttributeManager[i] create ...

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xotcl::Object[i]
  • subclass: ::xo::tdom::Object[i], ::xo::Drawable[i]

Methods (to be applied on instances)

  • get_attributes (scripted, public)

     <instance of xo::tdom::AttributeManager[i]> get_attributes args \
        [ args... ]

    Get a list of attribute value pairs of instance attributes. It returns only those pairs for which a value exists.

    Parameters:
    args
    Returns:
    flattened list of attribute value pairs

    Partial Call Graph (max 5 caller/called nodes):
    %3 test_create_form_with_form_instance create_form_with_form_instance (test xowiki) xo::tdom::AttributeManager instproc get_attributes xo::tdom::AttributeManager instproc get_attributes test_create_form_with_form_instance->xo::tdom::AttributeManager instproc get_attributes

    Testcases:
    create_form_with_form_instance
  • get_local_attributes (scripted, public)

     <instance of xo::tdom::AttributeManager[i]> get_local_attributes \
        args [ args... ]

    Get a list of attribute value pairs of instance attributes. It returns only those pairs for which a value exists.

    Parameters:
    args
    Returns:
    flattened list of attribute value pairs

    Partial Call Graph (max 5 caller/called nodes):
    %3 test_xowiki_test_cases xowiki_test_cases (test xowiki) xo::tdom::AttributeManager instproc get_local_attributes xo::tdom::AttributeManager instproc get_local_attributes test_xowiki_test_cases->xo::tdom::AttributeManager instproc get_local_attributes

    Testcases:
    xowiki_test_cases