FilterBar: Namespace was missing (#315)

* TreeTable: new parameters

API Reference:
sap.ui.table.TreeTable

New parameters for TreeTable and TreeColumn

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* FilterBar: Namespace "fb" was missing

FilterBar: Namespace "fb" was missing:
xmlns:fb="sap.ui.comp.filterbar"

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
axelmohnen 2023-06-27 10:35:26 +02:00 committed by GitHub
parent f2f5dbab1f
commit fcb97b94c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1246,7 +1246,8 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
( n = `xmlns:uxap` v = `sap.uxap` ) ( n = `xmlns:uxap` v = `sap.uxap` )
( n = `xmlns:sap` v = `sap` ) ( n = `xmlns:sap` v = `sap` )
( n = `xmlns:text` v = `sap.ui.richtextedito` ) ( n = `xmlns:text` v = `sap.ui.richtextedito` )
( n = `xmlns:html` v = `http://www.w3.org/1999/xhtml` ) ). ( n = `xmlns:html` v = `http://www.w3.org/1999/xhtml` )
( n = `xmlns:fb` v = `sap.ui.comp.filterbar` ) ).
ENDMETHOD. ENDMETHOD.