38 lines
515 B
XML
38 lines
515 B
XML
{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"height":"40px"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"i18n":true,
|
|
"width":"120px",
|
|
"otext":"Search"
|
|
}
|
|
},
|
|
{% if params_kw._is_mobile == "1" %}
|
|
{
|
|
"id":"tv_name",
|
|
"widgettype":"UiStr",
|
|
"options":{
|
|
"height":"40px",
|
|
"name":"tv_name",
|
|
"value":""
|
|
}
|
|
}
|
|
{% else %}
|
|
{
|
|
"id":"tv_name",
|
|
"widgettype":"KeyinText",
|
|
"options":{
|
|
"height":"40px",
|
|
"name":"tv_name",
|
|
"text":""
|
|
}
|
|
}
|
|
{% endif %}
|
|
]
|
|
}
|