VAU menu

Vau Bookmark - recommended

Bookmark this page to VAU linkbookOpen VAU linkbook
View code
$this->widget('ext.widgets.vau.XVauBookmark', array(
    'addTitle'=>Yii::t('ui','Bookmark this page to VAU linkbook'),
    'listTitle'=>Yii::t('ui','Open VAU linkbook'),
    'lang'=>Yii::app()->language,
));


Vau Bookmark - customized

Bookmark
View code
$this->widget('ext.widgets.vau.XVauBookmark', array(
    'addTitle'=>Yii::t('ui','Bookmark this page to VAU linkbook'),
    'addLabel'=>Yii::t('ui','Bookmark'), // if this is set, label is used instead of icon
    'addUrl'=>'http://www.google.com', // custom url, if not set, page url is used
    'listTag'=>false, // do not show list tag that generates open linkbook link
    'lang'=>Yii::app()->language,
));


Vau Helpdesk - recommended

FAQ and Feedback

Please do not send message from here!

View code
$this->widget('ext.widgets.vau.XVauHelpdesk', array(
    'title'=>Yii::t('ui','FAQ and Feedback'),
    'lang'=>Yii::app()->language,
));


Vau Helpdesk - customized

Contact

Please do not send message from here!

View code
$this->widget('ext.widgets.vau.XVauHelpdesk', array(
    'title'=>Yii::t('ui','FAQ and Feedback'),
    'label'=>Yii::t('ui','Contact'), // if this is set, label is used instead of icon
    'id'=>1, // id of VAU FAQ Subject to open
    'lang'=>Yii::app()->language,
));