clevertech / YiiBooster

YiiBooster
BSD 2-Clause "Simplified" License
544 stars 305 forks source link

Create Bootstrap Ticker widget #81

Open tonydspaniard opened 11 years ago

DonFelipe commented 11 years ago

Hi Antonio & co.,

is this ticker meant to be a news ticker or a time/countdown ticker? If the latter, I will try doing a countdown ticker this week and like to hear your feedback about it.

Scenario (as per client request): Given a multiple choice online test, the user will see 1 question per page/view with a certain amount of time per question and for the entire time: 10 questions, 45 seconds per question, but only 5 minutes for the entire test.

The countdown starts when page is loaded. The widget itself is part of TbActiveForm (... though ultimately there could be a standalone version that will raise an event upon time-out).

attributes

options

There should be an option to fire an event or redirect to an url when time run out and to replace the autoSubmit, but this is not needed in my client's scenario.

htmlOptions (as usual)

This is it for know. I'm sure some things will come up once I'm actually doing it.

ANY FEEDBACK is highly appreciated!

Cheers, Felipe

Additional options for later versions (if feasible and not too much overload):

hijarian commented 11 years ago

This will be done in next milestone.