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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
updatefunction inside thevar nicEditorSelect = bkClass.extend({. This function is called when any of the drop boxes’ value is changed.elmparameter passed is the value. You can console.log it to see the value.will set the selected value for display.