ArcGISViewer 中弹出框上的删除与缩小按钮如何去掉,记下来

去掉删除按钮变成


要如何做呢:把删除和缩小按钮的属性改为false就可以了。

<viewer:WidgetTemplate  width="300" height="200" enableCloseButton="false" enableMinimizeButton="false">
<!--<manager:popup id="popup"/>-->
<s:Group>
<mx:Label y="20.5"
 text="方案名称:"
 width="69"
 height="24"
 id="username0"
 enabled="true"
 fontSize="12"
 color="#004A7B"
 fontWeight="normal"
 x="13"/>
<mx:TextInput x="79"
 y="20.5"
 id="protext"
 color="#004A7B"
 fontSize="12"
 width="160"
 height="22"/>
<mx:Button id="qdbutton"
  styleName="button1"
  fontWeight="normal"
  x="78.5"
  y="59"
  label="确 定"
  fontSize="12"
  click="proToDB(event)"
  />
<mx:Button id="qxbutton"
  styleName="button1"
  fontWeight="normal"
  x="177"
  y="59"
  click="close(event)"
  label="取 消"
  fontSize="12"/>
</s:Group>
</viewer:WidgetTemplate>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值