Saturday, 27 October 2012
On 02:59 by Unknown No comments
Rich text editors(RTE) can really save you a lot of work that is for those who do not like going the cms way.The cms comes comes with a RTE.I like the yahoo RTE because it is well documented.You can check it out here to get data from the editor ,just add the handleSubmit option and set it to be true
handleSubmit: true
to make it look like this
<script type="text/JavaScript">
var myEditor = new YAHOO.widget.SimpleEditor('detail',
{
height: '300px',
width: '600px',
dompath: true, //Turns on the bar at the bottom
handleSubmit: true
});
myEditor.render();
</script>
handleSubmit: true
to make it look like this
<script type="text/JavaScript">
var myEditor = new YAHOO.widget.SimpleEditor('detail',
{
height: '300px',
width: '600px',
dompath: true, //Turns on the bar at the bottom
handleSubmit: true
});
myEditor.render();
</script>
Subscribe to:
Post Comments (Atom)
Search
Popular Posts
-
FileZilla is open source client fast and reliable cross-platform FTPS, FTP, and SFTP also with lots of useful features and with graphical u...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
First you need to make the file executable: by right clicking on the file->properties->enable executing the file as program using the...
-
Go to the Synaptic Packet Manager, System_administrator-synaptic packaet manager search for usb-mode-switch-data for my case,I installed ...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
right click on the project >properties>run>then change console type to standard output
-
How-to Install LAMP Server[Apache, MySQL, Php] On Ubuntu 10.10 14 Linux LAMP servers are also popular, flexible and reliable as WAMP server...
-
->http://www.yolinux.com/TUTORIALS/Subversion.html ->http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html ->http://www....
-
sudo apt-get install lamp-server^
Recent Posts
Sample Text
Blog Archive
Sample Text
Powered by Blogger.
Social Icons
Followers
About Me
Featured Posts
Popular Posts
-
FileZilla is open source client fast and reliable cross-platform FTPS, FTP, and SFTP also with lots of useful features and with graphical u...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
First you need to make the file executable: by right clicking on the file->properties->enable executing the file as program using the...
-
Go to the Synaptic Packet Manager, System_administrator-synaptic packaet manager search for usb-mode-switch-data for my case,I installed ...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
right click on the project >properties>run>then change console type to standard output
-
How-to Install LAMP Server[Apache, MySQL, Php] On Ubuntu 10.10 14 Linux LAMP servers are also popular, flexible and reliable as WAMP server...
-
->http://www.yolinux.com/TUTORIALS/Subversion.html ->http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html ->http://www....
-
sudo apt-get install lamp-server^
0 comments:
Post a Comment