i’d like to know how i can make my custom function in tinymce. assumed that my function named as A.
The function is inserting form html tag such as “, etc”. From this function (button) people who dont know even any tag of HTML, can insert the tag without editing the text mannualy.
i want A appear as a button in tinymce toolbar.My function insert a HTML tag in the document that people edit it,by pressing the button.
so what is the solution?
i’d like to know how i can make my custom function in tinymce. assumed
Share
Have a look at this short tutorial on howto write an own plugin (containing own functions).