mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
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:
parent
f2f5dbab1f
commit
fcb97b94c9
|
@ -1246,7 +1246,8 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
( n = `xmlns:uxap` v = `sap.uxap` )
|
||||
( n = `xmlns:sap` v = `sap` )
|
||||
( 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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user