MtApi.supportedTextFilters () |
mt.supportedTextFilters
retrieves information about the text formatting plugins supported by the server
Antville currently just returns an empty array |
Sourcecode in MtApi/moveabletypeAPI.js:
1: function supportedTextFilters() { 2: return []; 3: } |