I have utilized Tinymce text editor/textarea in my webpage. How can I incorporate an additional button onto the toolbar? For instance, upon clicking the added button, it should prompt a dialog with three textfields: title, age, and gender.
Upon filling out these textfields and selecting 'ok', the anticipated outcome based on your responses should be [title = "" age="" gender=""].
Many thanks.