A browser-based WYSIWYG HTML Editor (DHTML and Javascript) 1243732958 Integrates into any PHP web content management system.
Contenu vide Contenu vide
Demonstration  


You can see below some examples of WXEdit using. From a mini editing tool to a complete one with your own settings, WXEdit can answer all your needs.

top des tweet RT

 Commented Examples |  Demonstration  |
 

Standard
Here is WXEdit in its default configuration (skin, mode, language) with all activated functionalities.

Note : see the Features page for more information.

PHP Code :
<?php
    $wx 
= new WXEDIT_Editor ("Texte" /* Name */);
    
$wx->show();
?>

Toolbar Modes
In this example, you can see WXEdit in its mini editing mode, very useful for simple form in your web pages.

Available modes :
  • Full ("default")
  • Mini ("mini")
  • Note : you can see some see of these forms with "mini" mode on WXEdit website(support, contacts)

    PHP Code :
    <?php
        $wx 
    = new WXEDIT_Editor
        
    (
            
    "Texte",    // Name
            
    "mini"      // Toolbar Mode
        
    );
        
    $wx->show();
    ?>

    Themes
    Here is the different standard themes available for WXEdit :
  • Blue ("default")
  • Silver ("silver")
  • Note : we can create a design of WXEdit for your own website.

    PHP Code :
    <?php
    $wx 
    = new WXEDIT_Editor
    (
        
    "Texte",       // Name
        
    "default",     // Toolbar Mode
        
    "silver",      // Theme
    );
    $wx->show();
    ?>

    Languages
    WXEdit is available in two languages :
  • English ("en")
  • French ("fr")
  • Note : if you want a new language for WXEdit, thank you to contact us.

    PHP Code :
    <?php
    $wx 
    = new WXEDIT_Editor
    (
        
    "Texte",      // Name
        
    "default",    // Toolbar Mode
        
    "default",    // Theme
        
    "fr",         // Language
        
    "700px",      // Width
        
    "500px",      // Height
    );
    $wx->show();
    ?>

     
    News <
    Presentation <
    Features <
    Requirements <
    Support <
    Pricing <
    Demo <
    Home |  Contacts | © 2003 |  French |  English
    Online Demo
    Home |  Presentation |  Order WXEdit ! |  Site Map |  About Us

    Copyright © 2003,  W X E D I T.  All Rights Reserved
    romanetto