This extension displays an information bar using a nice effect in the top of the page.
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example:
<?php $this->beginWidget('application.extensions.messagecenter.EMessageCenter') ?>
Please don't use Microsoft Internet Explorer. Thanks :-)
<?php $this->endWidget('application.extensions.messagecenter.EMessageCenter'); ?>
Change Log ¶
20090621 ¶
- Initial release.
cookie
pls add cookies to this widget. Thx :)
is this free for business ?
nice..
i have a question..
is this free for business ?
Vert Nice
Looks and works great. X button is very useful.
Thanks!
messagecenter
nice
Scrolling
Very good extension!
delay=1000 for scrolling.
Thanks!
endWidget
If user of your widget is properly nesting it (with other widgets) you don't have to actually use widget name as
endWidget
's parameter. In most cases you call it without any param.If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.