5 Most Recent (5)
    Text Editor (1)
    File System (2)
    List Box (5)
    Color Palette (1)
    Combo Box (8)
    Custom (3)
    Scroll Bar (1)
    Radio (1)
    Tree (1)
    Bar Chart (2)
    Ticker (2)
    Pie Chart (1)
Publisher:  Govinda Sarkhel
Implemented By:  Govinda Sarkhel ----
Could open and save text into local Shared Objects plus common text formatting. Use the submit handler to save into an external datasource.
You can set common formating settings trough this Text Editor. Save and Load works with shareds objects, and you can show text HTML source. Aditionally, setting the submit handler, you can send generated HTML text to some back-end script (see AS example)

Enjoy!
//The submit handler is set to save
function save(txt){
  myData = new LoadVars()
  myData.txt = txt
  myData.sendAndLoad("save.php", this)
  myData.onLoad = function(ok){
    if(ok) {
       trace("text saved")
    } else trace("Error")
  }
}
   download component source files (zip)    download component (mxp format)


Area Map: Home | About | Extend | Links | Commercial | Submit Component    
< / form > < !-- Google analitycs -->