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...
-
->http://voices.yahoo.com/changing-permissions-locked-folders-ubuntu-linux-2927907.html ->http://lowfatlinux.com/linux-chmod-chown.htm...
-
right click on the project >properties>run>then change console type to standard output
-
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...
-
PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license.[1] PostgreSQL contains ...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
do this on your terminal: cat /etc/issue
-
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 ...
-
To access the php.ini file /etc/php5/apache2/php.ini To make it work you should make you php.ini look like this: ; display_errors Defaul...
-
Your user needs permission to write to /var/www. Since you're not worried about permissions: In a terminal you can type sudo chmod a+rw ...
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...
-
->http://voices.yahoo.com/changing-permissions-locked-folders-ubuntu-linux-2927907.html ->http://lowfatlinux.com/linux-chmod-chown.htm...
-
right click on the project >properties>run>then change console type to standard output
-
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...
-
PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license.[1] PostgreSQL contains ...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
do this on your terminal: cat /etc/issue
-
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 ...
-
To access the php.ini file /etc/php5/apache2/php.ini To make it work you should make you php.ini look like this: ; display_errors Defaul...
-
Your user needs permission to write to /var/www. Since you're not worried about permissions: In a terminal you can type sudo chmod a+rw ...