Download the PHP package fproject/yii2-flex without Composer
On this page you can find all versions of the php package fproject/yii2-flex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fproject/yii2-flex
More information about fproject/yii2-flex
Files in fproject/yii2-flex
Download fproject/yii2-flex
More information about fproject/yii2-flex
Files in fproject/yii2-flex
Vendor fproject
Package yii2-flex
Short Description FlexWiget - a Yii 2.0 Widget for Flex application
License Apache License 2.0
Homepage https://github.com/fproject/yii2-flex
Package yii2-flex
Short Description FlexWiget - a Yii 2.0 Widget for Flex application
License Apache License 2.0
Homepage https://github.com/fproject/yii2-flex
Please rate this library. Is it a good library?
Informations about the package yii2-flex
yii2-flex
FlexWiget - a Yii 2.0 Widget for Flex application
Requirements
Yii 2.0 or above
Installation
The preferred way to install this extension is through composer.
composer.phar require fproject/yii2-flex:"*"
Usage
See the following sample code of view file:
FlexWidget::begin([
'name'=>'MyFlexApp', //Name of your Flex application file without SWF extension
'baseUrl'=>'/flexapps/myflexapp', //Relative path to your flex app dir
'rslBaseUrl'=>'/flexapps/rsls', //Relative path to your flex RSLs dir
'moduleBaseUrl'=>'/flexapps/myflexapp/modules', //Relative path to your module dir
'logoUrl' => 'url_to_your_logo',
'width'=>'100%',
'height'=>'100%',
'align'=>'left',
'enableHistory'=>'false',
'allowFullScreen'=>'true',
'allowFullScreenInteractive'=>'true',
'flashVars'=>[ //The variables you want to pass to Flex application
'loginUserId'=>'my_user_id_xxx', //The logged in User ID
'userToken'=>'the_login_token', //The auth token that will be used for Flex's RPC authentication
],
]);
FlexWidget::end();
Links
All versions of yii2-flex with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package fproject/yii2-flex contains the following files
Loading the files please wait ....