I am fairly new to Wicket and attempting to integrate summernote from bootstrap seen here:
http://coding.teliclab.info/wicket-7.x/summernote I can't find anywhere on this page where an example java code and html markup are shown. I'm pretty much in the dark as far as configuring it. Does anyone know where I can find code that demonstrates how to add the component? Here's what I've got so far but it's not displaying properly: final SummernoteEditor summernoteEditor = new SummernoteEditor("summernoteEditor", new PropertyModel(this, "articleContent"), summernoteConfig);form.add(summernoteEditor); -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
