Reflex Feedback 0.3
Avishkar Autar · Apr 3 2011 · Web Technologies
A small update to the Reflex Feedback Widget,
- Design tweaks (border, box-shadow, border-radius on textarea; padding-top on copyright)
- widgetPos argument added to init(), valid values => ‘left’, ‘right’
So you can now position the widget on the right edge of the page like this:
Reflex.init($('body'), 'controller/post_feedback.php', 'right');
More info about the widget itself can be found in the original blog post.