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>
Sunday, 14 October 2012
On 07:14 by Unknown No comments
An older version of java was copied into the home directory under .swt. By Creating a symbolic link to /usr/lib/jni/libswt I was able to solve my issue.Run the below command in the terminal to fix it.
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/
Subscribe to:
Posts (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 ...
-
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....
-
This bug is so annoying: To fix it; click on the info icon before <?php then select html 4.0 transitional For Failing to open proje...
-
1.Install build-essential package apt-get install build-essential 2.Install g++ if not already installed apt-get install g++ 3.You can now c...
-
An older version of java was copied into the home directory under .swt. By Creating a symbolic link to /usr/lib/jni/libswt I was able to sol...
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 ...
-
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....
-
This bug is so annoying: To fix it; click on the info icon before <?php then select html 4.0 transitional For Failing to open proje...
-
1.Install build-essential package apt-get install build-essential 2.Install g++ if not already installed apt-get install g++ 3.You can now c...
-
An older version of java was copied into the home directory under .swt. By Creating a symbolic link to /usr/lib/jni/libswt I was able to sol...