Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用smart GWT mobile向导航栏添加多个按钮_Gwt_Smartgwt_Mobile Application - Fatal编程技术网

使用smart GWT mobile向导航栏添加多个按钮

使用smart GWT mobile向导航栏添加多个按钮,gwt,smartgwt,mobile-application,Gwt,Smartgwt,Mobile Application,您好,我有一个使用smart GWT mobile的导航栏,其中我添加了“注销”作为右侧按钮我需要在右侧再添加一个按钮,请帮助我尝试添加child它似乎不起作用,请提前帮助。您可以在按钮上设置css样式属性float:right。首先向按钮添加样式类名称,然后在css文件中定义css规则,如下所示- .button-style{ float: right; }


您好,我有一个使用smart GWT mobile的导航栏,其中我添加了“注销”作为右侧按钮我需要在右侧再添加一个按钮,请帮助我尝试添加child它似乎不起作用,请提前帮助。您可以在按钮上设置css样式属性
float:right
。首先向按钮添加样式类名称,然后在css文件中定义css规则,如下所示-

.button-style{
    float: right;
}