Re: API issues / PasteHtml aka insert HTML

  •  02-12-2009, 2:08 PM

    Re: API issues / PasteHtml aka insert HTML

    1. if(!window.editorconstant)window.editorconstant={};   
    2.   
    3. editorconstant.KEYDOWN_NOTIFYCHANGEDELAY=2000   
    4.   
    5. // When creating a table using the Wizard, the following default attributes apply.   
    6. editorconstant._CreateEditingTableStyle = "<table border='0' cellspacing='2' cellpadding='2' width='500'>";   
    7. // When creating a new div box, the following default attributes apply.   
    8. editorconstant._BoxFormattingStyle = "border: solid 1px #666666;";   
    9. editorconstant._syntaxHighlighterDialogFeature = "dialogWidth:435px;dialogHeight:370px;resizable:0";   
    10. // Default window ornaments for the ColorPicker dialog   
    11. editorconstant._colorpickerDialogFeature = "dialogWidth:500px;dialogHeight:420px;resizable:0";   
    12. // Default window ornaments for the Clean dialog   
    13. editorconstant._cleanDialogFeature = "dialogWidth:235px;dialogHeight:270px;resizable:0";   
    14. // Default window ornaments for the Preview dialog   
    15. editorconstant._previewDialogFeature = "dialogWidth:640px;dialogHeight:480px;resizable:0";   
    16. // Default window ornaments for the Anchor dialog   
    17. editorconstant._anchorDialogFeature = "resizable:0;dialogWidth:320px;dialogHeight:230px;";   
    18. // Default window ornaments for the Link dialog   
    19. editorconstant._linkDialogFeature = "resizable:0;dialogWidth:460px;dialogHeight:214px;";   
    20. // Default window ornaments for the Char dialog   
    21. editorconstant._charDialogFeature = "resizable:0;dialogWidth:480px;dialogHeight:360px;";   
    22. // Default window ornaments for the find dialog   
    23. editorconstant._findDialogFeature = "resizable:0;dialogWidth:385px;dialogHeight:150px;";   
    24. // Default window ornaments for the Emotion dialog   
    25. editorconstant._emotionDialogFeature = "resizable:0;dialogWidth:280px;dialogHeight:300px;";   
    26. // Default window ornaments for the Spell dialog   
    27. editorconstant._spellDialogFeature = "resizable:0;dialogWidth:400px;dialogHeight:300px;";   
    28. // Default window ornaments for the Template dialog   
    29. editorconstant._templateDialogFeature = "dialogWidth:660px;dialogHeight:430px;resizable:0";   
    30. // Default window ornaments for the Create Template dialog   
    31. editorconstant._createtemplateDialogFeature = "dialogWidth:760px;dialogHeight:385px;help:no;scroll:no;status:no;resizable:0;";   
    32. // Default window ornaments for the Document dialog   
    33. editorconstant._documentDialogFeature = "dialogWidth:600px;dialogHeight:480px;resizable:0";   
    34. // Default window ornaments for the gallery dialog   
    35. editorconstant._galleryDialogFeature = "dialogWidth:564px;dialogHeight:580px;resizable:0";   
    36. // Default window ornaments for the image dialog   
    37. editorconstant._imageDialogFeature = "dialogWidth:620px;dialogHeight:540px;resizable:0";   
    38. // Default window ornaments for the image map dialog   
    39. editorconstant._imagemapDialogFeature = "dialogWidth:610px;dialogHeight:370px;resizable:0";   
    40. // Default window ornaments for the media dialog   
    41. editorconstant._mediaDialogFeature = "dialogWidth:580px;dialogHeight:470px;resizable:0";   
    42. // Default window ornaments for the youtube dialog   
    43. editorconstant._youtubeDialogFeature = "dialogWidth:520px;dialogHeight:560px;resizable:0";   
    44. // Default window ornaments for the flash dialog   
    45. editorconstant._flashDialogFeature = "dialogWidth:580px;dialogHeight:520px;resizable:0";   
    46. // Default window ornaments for the page properties dialog   
    47. editorconstant._pageDialogFeature = "dialogWidth:490px;dialogHeight:440px;resizable:0";   
    48. // Default window ornaments for the Tag dialog   
    49. editorconstant._tagDialogFeature = "resizable:0;dialogWidth:470px;dialogHeight:500px;";   
    50. // Default window ornaments for the help    
    51. editorconstant._helpDialogFeature = "dialogWidth:760px;dialogHeight:450px;resizable:0";   
    52. // Default window ornaments for the Rule dialog   
    53. editorconstant._RuleDialogFeature = "resizable:0;dialogWidth:340px;dialogHeight:210px;";   
    54. // Default style in the source view    
    55. editorconstant._editorSourceStyle = "background:#ffffff;margin:0;padding:0;color:black;text-align:left;";   
    56. // Default window ornaments for the paste dialog   
    57. editorconstant._pastetextDialogFeature = "resizable:0;dialogWidth:450px;dialogHeight:400px;";   
    58. // Default window ornaments for the universal keyboard dialog   
    59. editorconstant._keyboardDialogFeature = "resizable:0;dialogWidth:415px;dialogHeight:310px;";   
    60. editorconstant.layerdefaultstyle = "position:absolute;width:104px; height: 104px";   
    61. editorconstant.ToggleBorderStyle='1px dotted #000000';   
    62. editorconstant.DisableCtrlZ = false;   
    63. //By default, when users double click a control, a tag property dialog will open. Set it to true if you want to disable this feature.   
    64. editorconstant.DisableDoubleClickEvent = false;    
    65. editorconstant.AbsolutePositionValue='absolute'//'relative';   
    66.   
    67. //set to window for compatible   
    68. for(var p in editorconstant)window[p]=editorconstant[p];  

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread