Anyone know of plugins that do AJAX updates as-you-type on activity stream comments?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Anyone know of plugins that do AJAX updates as-you-type on activity stream comments?’ is closed to new replies.
kb_unhammer
@kb_unhammer
13 years, 5 months ago
I’m tinkering with the idea of having some sort of time/date parser for comments in the activity stream. Basically working in the same way as in Facebook when you type ’@’ and you get a completion list of names below the ’@’, this would keep reading the textbox until it sees e.g. the token ”Friday”, then offer a calendar below it. Clicking somewhere in the calendar will store a date along with that comment.
So what I’m wondering is: does anyone know of a plugin that has an ajaxy UI that does something like this? If there’s readable code to learn from, that’ll make my own extension a lot easier to make