Lack of interest [xen 1.2] Add a few functions to the XenForo JS librairy

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

cclaerhout

Well-known member
Could you please add some basic functions to the XenForo JS librairy:
  1. Basic browser detection: it's just a few lines of code and it can be useful to avoid to write them every time in our scripts or to depend on other libraries.

  2. Editor detection:
    • with at least: editor.type: bbcode/fullRte/bbcodeRte
      => It would make external code cleaner. Except its language variables, I don't think Redactor appears in the dom, so it's hard to detect it properly.

    • and if possible, but hard to implement: editor.id (id of the active editor)
      => I thought Redactor had a function to get the current active editor, but it seems I've imagined it (or I can't find it back in the API). The problem is that the current api is based on the editor id, without it, it's going to be hard to get the active editor

 
Upvote 2
This suggestion has been closed. Votes are no longer accepted.
Top Bottom