Where is defined askbot['functions']
Hello,
I want know where is defined the js functions that askbot use, for example, I want see the code for askbot['functions']['renderAddCommentButton'] but I not know where is defined??
Can you help me with this?
Best Regards
Comments
Just a note - these functions must be written in pure javascript, without jquery or anything else, because these functions run before any javascript files are loaded. We need these to dynamically update display of some parts before the pages load completely. Since it is pure js - the cross browser support must be considered.
@Evgeny, notifications in this community do not work lately, do they? (sorry for posting this here, I didn't want to make a whole new thread for this.
Hmm, I am getting email alerts. Are you missing some?
I want add a new functionality to askbot using the comment section, then, I need change the default comment form for one like new_answer form but the new form will continue store the content as a comment. What is the best way to do this?
Well, I got this one, but I didn't get the one from the comment in my answer here. Also, yesterday the same, under an answer of mine, there were comments, and only by chance I happen to realize it. Who knows, maybe now its working again..