I have added nicEdit to my code but somehow when i select the font size and family, nicEdit does not show the selection made. Any way out and possible solution to this?
Well I tweaked the js file a bit to get the ans. All the functions are there if one just looks close enough.
Look for update
function inside the var nicEditorSelect = bkClass.extend({
. This function is called when any of the drop boxes' value is changed. elm
parameter passed is the value. You can console.log it to see the value.
this.setDisplay(elm)
will set the selected value for display.