materialNote
materialNote copied to clipboard
$('#editor1').materialnote('code');
Hi Itried getting the contents as shown on summercode website however it does not work.
The 'isEmpty' function works. Thank you.
And I'd like to add that if you call $('#editor1').materialnote().code(); you do get the expected result but then the style, font, etc. drop downs immediately slide back up when you click them. I think that has to do with the .code() function conflicting with jQuery's .code() function.
Calling $('#editor1').materialnote().code()
is not the correct usage of the materialNote API. You must call $('#editor1').code()
to get the desired effect and not get the undesired side-effects of dropdowns going back up immediately.
Hi all thanks for the inputs thus far. I've abandoned the idea of using summer note (material note) cheers
hey thanks for this thread, been looking for it and it took me a painfully long time to get this to work. but thanks . works awesome :-)