How do you get data from ckeditor ?
use below code to get data from ckeditor , assume your editor name is 'description'
alert(CKEDITOR.instances.description.getData());
How do you set data in ckeditor ?
use below code to set data in ckeditor , assume your editor name is 'description'
CKEDITOR.instances.description.setData( '<h1>Hello Ubed Khan PHP programmer</h1>' ...
I am ubed khan php developer have an 5years plus experience in web development lives in Nagpur India. I have knowledge about phonegap, cakephp ,mysql , jquery, javascript, ajax, html5, and css.
Wednesday, April 23, 2014
How do you set and get ckeditor value by javascript
Read More »
Monday, April 21, 2014
How to build cordova project
How to build cordova
project
Step 1) Make sure Node.js is installed on you computer. If not
installed please install latest version from http://nodejs.org/
Step 2) Open terminal
and type the following command to
install the Cordova CLI
sudo npm install -g
cordova
Step 3) Change
directory where you want to store project by following command
cd ~/project_directory
step 4) Create a project called “myfirstapp” by
following command
cordova create myfirstapp...
Subscribe to:
Posts (Atom)