does any one have this all set up to save and save as with the new buttons in php and is willing to let *please* have a copy of it ?
Rott
PS i would be happy to host a d/l link for it also if a person would like to share his/her work
Rott
PS i would be happy to host a d/l link for it also if a person would like to share his/her work
RE: saveAs file
DECMD_PRINT =5053
make a new button command intoolbaritems.js:
TBI.prototype.Print = new TBButton("Print", lang["Print"], "Print", TBCMD_DOC) ;
add ,'Print', in your config.js... in config.ToolbarSets
the same for SaveAs and InsertMarquee
regards