Difference between revisions of "WordPress Links"
From OdleWiki
m (→TinyMCE: Added one link) |
(Added section for ShortCodes) |
||
Line 9: | Line 9: | ||
* [https://stackoverflow.com/questions/20493182/drop-down-menu-combobox-listbox-in-tinymce-4 Drop-down menu/ComboBox/Listbox in TinyMCE4] | * [https://stackoverflow.com/questions/20493182/drop-down-menu-combobox-listbox-in-tinymce-4 Drop-down menu/ComboBox/Listbox in TinyMCE4] | ||
* [https://gautamthapar.me/dynamic-content-tinymce/ Dynamic Content in TinyMCE] | * [https://gautamthapar.me/dynamic-content-tinymce/ Dynamic Content in TinyMCE] | ||
+ | * [https://www.gavick.com/blog/wordpress-tinymce-custom-buttons How to Add Custom Buttons, Styles, Dropdowns & Pop-Ups] — See section 7 for validating inputs | ||
+ | |||
+ | == ShortCodes == | ||
+ | * [https://generatewp.com/take-shortcodes-ultimate-level/ Take your shortcodes to the ultimate level] |
Latest revision as of 23:48, 12 June 2017
- WordPress-Gear — "a compendium of useful developer tools for working with WordPress".
TinyMCE
- Add a list box to TinyMCE options
- Insert dynamic listbox options in TinyMCE popup editor
- How to add TinyMCE listbox values in windowmanager
- Drop-down menu/ComboBox/Listbox in TinyMCE4
- Dynamic Content in TinyMCE
- How to Add Custom Buttons, Styles, Dropdowns & Pop-Ups — See section 7 for validating inputs