开发者

ExtJs Framework with Flex

开发者 https://www.devze.com 2022-12-21 11:53 出处:网络
How开发者_如何学Python to embed the Flex Grid in ExtJs framework. Thanks, RaviI search in google, i got a code.

How开发者_如何学Python to embed the Flex Grid in ExtJs framework.

Thanks, Ravi


I search in google, i got a code.

Please check it and let me know if i am wrong.

**

 var mclock;   
 document.write(   
   mclock=new Ext.ux.Media.Flash(

       {mediaCfg:{   
                 url    : 'clock.swf'   
                 ,id     : 'inlineClock'   
                 ,style  : {display:'inline',width:'100px',height:'80px'} 
                 ,start    : true
                 ,loop     : true
                 ,controls :false
                 ,params: {   
                           wmode     :'transparent'   
                           ,scale     :'exactfit'   
                           ,salign    :'t'   
                          }   
                 }     
        }

      )   

);

 

**

0

精彩评论

暂无评论...
验证码 换一张
取 消