When is comes to making the next big website you can put your trust in our social networking software. It's not like other dating scripts or social networks; but a refined gem, from which, came out of very skilled hands and many great minds. If you are interested in creating your own social network or getting a social networking script, your in the right place. Applications like this are developed by years of expierence and long hours, but in the end are affordable to the consumer like you at a great price. please check out the
Demo. Social networking sites, php social network script, php social networking scripts, cms script, php cms script, php cms scripts, social media, social network, social networking ideas, create a social network, cms social network, best way to create a social network, the best social networking script, creating a social network all of these things can be easy to accomplish with opus php cms the best social networking site there is ( in our opinions ;)
OpusPhp Wysiwyg Editor
A lightweight cross browser simple to use auto updating Wysiwyg Rich text editor.
Its free to use under the copyright laws/restrictions OpusPhp has put in place. Just keep the source code copyrights as well as any intellectual property as is and your are free to use it as you wish. When possible send a link back or give a donation to opusphp. On Commercial use, we ask for you to give us notification of how/where you use the product.
Showing your appreciation is always welcome.
Instructions
To use OpusPhp Wysiwyg Editor you only need to do a few things:
- Upload and set the configuration inside the opusphp_wysiwyg/opusphp.wysiwyg.js file (below the source code) or you can set each elements config on the fly (as shown in the example)
opusphp.wysiwyg.configs.site_url = 'http://yourdomain.com/';
opusphp.wysiwyg.configs.base_loc = 'js/opusphp_wysiwyg/';
opusphp.wysiwyg.configs.style_sheet = 'css/default/wysi.css';
opusphp.wysiwyg.configs.width = 400;
opusphp.wysiwyg.configs.height = 300;
opusphp.wysiwyg.configs.toolbar_loc = 'bottom';
opusphp.wysiwyg.configs.fonts = ['Arial','Arial Black','Veranda','Trebuchet','Tahoma','Impact','Georgia','Times','Courier','Cosmic Sans','Helvetica'];
- ADD:
<script src="opusphp_wysiwyg/opusphp_wysiwyg.js" type="text/javascript"></script>
<link rel="stylesheet" href="opusphp_wysiwyg/style/opusphp_wysiwyg.css" />
between the <head></head> tags of your site.
- ADD:
class name "opus_wysiwyg" to any element on the page. ( class="opus_wysiwyg" )
- Lastly after the element you have added the "opus_wysiwyg" class name to.
ADD:
<script type="text/javascript">opusphp.wysiwyg.run('my_id');</script>
the 'my_id' inside opusphp.wysiwyg.run('my_id'); must be the "id" attribute of the element you are changing.
OpusPhp Wysiwyg Editor will then create a new instance of the RTE (Rich text editor) and it will automatically update the old element,
so you can freely use the OpusPhp Wysiwyg Editor at will.
OpusPhp Wysiwyg Editor
Run a Test/Example of the OpusPhp Wysiwyg Editor