Colinhou 发表于 2012-12-30 16:16:11

Flex使用Button实现简易侧边栏效果

<div id="cnblogs_post_body">用Flex里的Button控件模仿了一下侧边栏效果,形状调整成合适宽度的长条形,弄好相应事件函数。
<div class="cnblogs_code"><s:Buttonx="-1" y="-1" id="btn"label=">>"                   click="click_Change(event)"                  mouseOver="button1_mouseOverHandler(event)"mouseOut="btn_mouseOutHandler(event)"                   width="6"height="924"/>
页: [1]
查看完整版本: Flex使用Button实现简易侧边栏效果