用博客记录点滴……
摘要: 一、内边框padding和外边框margin属性缩写内外边框有四个属性:padding-top,padding-right,padding-bottom,padding-left;margin-top,margin-right,margin-bottom,margin-left。将其简写,就是把四个... 阅读全文
posted @ 2015-02-03 20:33 aegisada 阅读(198) 评论(0) 推荐(0) 编辑
摘要: private function printHandler():void{ var printJob:FlexPrintJob = new FlexPrintJob(); printJob.printAsBitmap = true; ... 阅读全文
posted @ 2015-02-03 19:38 aegisada 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 在程序的applicationComplete方法中添加下列代码private function reallyHideESRILogo(map : Map) : void { for(var i : int = 0 ; i 0){ ... 阅读全文
posted @ 2015-02-03 19:34 aegisada 阅读(536) 评论(0) 推荐(0) 编辑