Posts by Danilo Gonçalves • 35 points
2 posts
-
2
votes3
answers426
viewsQ: How to Take "resize" from a textarea?
< script src = "//cdn.tinymce.com/4/tinymce.min.js" > < /script> < script > tinymce.init({ selector: 'textarea' }); < /script> <div class="form-group"> <div…
-
1
votes1
answer268
viewsQ: Change the dynamic menu item in Asp.net, from "mouse Hover" to click
I have a dynamic menu in Asp.net and one of these menu items contains a submenu, but to access this submenu happens a "mouse Hover" event that does not appear in my code. I need to change this event…