root/lang/actionscript/PagingChunk/trunk/test.mxml @ 4489

Revision 4489, 419 bytes (checked in by genms, 5 years ago)

lang/actionscript/PagingChunk: PagingChunk? projectを作成

Line 
1<?xml version="1.0"?>
2<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:genms.controls="genms.controls.*" creationComplete="pagingChunk.pageNum = 46;">
3        <genms.controls:PagingChunk id="pagingChunk" width="100%" numberButtonClick="textArea.text += event.page + '\n';"/>
4       
5        <mx:TextArea id="textArea" width="200" height="300"/>
6        <mx:Button label="clear" click="textArea.text = '';"/>
7</mx:Application>
Note: See TracBrowser for help on using the browser.