XenForo
Administrative
- Thread starter
- Admin
- #1
The bb-code button has a lexical scoped function
It would be great if the various functions used the
Read more
ادامه مطلب...
btnsToDisable
which is used to determine which buttons will be disabled. Without the ability to monkey patch this function (or extend it), adding a button which isn't disabled by the bb-code toggle isn't really very nice.It would be great if the various functions used the
this
object that is passed back to the editor which has toHtml
/toBbCode
/etc to call the functions. The apply
functions probably need todo the...Read more
ادامه مطلب...