inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Feb 18, 2014 8:35:40 GMT -8
It would be nice to have a "newContent" event fired whenever new content is built into a thread. Currently (and correct me if I'm wrong on this) we have to bind to "pageChange", "afterSearch" and "columnSort" since all three dump any existing content and insert whatever is returned by the AJAX call. The "Events" thread also says that new events may be forthcoming. Having a single event to stand in for "anything that causes new content to be swapped in" would be useful. Our API roadmap already includes adding support for the jQuery style syntax: pb.events.on('pageChange afterSearch columnSort', function() { // do stuff }); As Wormopolis suggests, an editor API would be nice. Yeah, it would be nice. Unfortunately, dev time will go towards fixing the bugs in the editor that we're aware of before we work on implementing an API. Documentation for the various dialog UIs (e.g. proboards.alert()) would also be welcome. I'm not quite sure what other documentation you want. www.proboards.com/developer/js/class/window already includes all the options for the dialog functions.
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Feb 18, 2014 11:56:54 GMT -8
I've been up and down the Support board 100 times and never once come across a link to www.proboards.com/developer/. But more to the point: thanks. I didn't even know the API had any documentation at all. ETA: Ha! It's in the OP of this thread. I can't see for looking, apparently.
|
|