以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  ExWeui导航条navbar问题  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=173771)

--  作者:z769036165
--  发布时间:2021/12/15 15:53:00
--  ExWeui导航条navbar问题
RightGroup显示为右箭头图标
  1. With ExWeUI.WebUI.AddNavBar("","navbar01")  
  2.             With .LeftGroup.AddDefault() \'添加一个默认项目  
  3.                 .Attribute = "string">"window.history.go(-1)""" \'实现浏览器的后退功能  
  4.             End With  
  5.             With .CenterGroup  
  6.                 .Text = "导航条"  
  7.                 .FontColor = "blue"  
  8.                 .FontSize = "15px"  
  9.                 .Image = "./images/Fox_Head.png"  
  10.             End With  
  11.             wb.InsertHTML(.BuildHtml)  
  12.         End With  
请问ExWeui里面样例改了下,不添加RightGroup还是显示有右导航的箭头,这个只能通过隐藏的方式么?还是能直接不显示出来呢?

--  作者:有点蓝
--  发布时间:2021/12/15 16:01:00
--  
不添加默认就是箭头。可以添加一个空标题的项目:.RightGroup.AddItem("nvi03","")