mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 23:06:30 +08:00
sap.m.input: fieldWidth property (#415)
* sap.m.input: fieldWidth property sap.m.input: fieldWidth property * 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
247b2c5fb5
commit
b1ea456202
|
@ -347,6 +347,7 @@ public section.
|
|||
!VALUELIVEUPDATE type CLIKE optional
|
||||
!AUTOCOMPLETE type CLIKE optional
|
||||
!MAXSUGGESTIONWIDTH type CLIKE optional
|
||||
!FIELDWIDTH type CLIKE optional
|
||||
preferred parameter VALUE
|
||||
returning
|
||||
value(RESULT) type ref to Z2UI5_CL_XML_VIEW .
|
||||
|
@ -2381,7 +2382,8 @@ METHOD gantt_chart_container.
|
|||
( n = `submit` v = lcl_utility=>get_json_boolean( submit ) )
|
||||
( n = `showValueHelp` v = lcl_utility=>get_json_boolean( showvaluehelp ) )
|
||||
( n = `class` v = class )
|
||||
( n = `maxSuggestionWidth` v = maxsuggestionwidth ) ) ).
|
||||
( n = `maxSuggestionWidth` v = maxsuggestionwidth )
|
||||
( n = `fieldWidth` v = fieldwidth ) ) ).
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user