Search

You searched for the word(s):
Showing page 39 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Server-Side equivalent of pasteHtml?

    sincell, &nbsp; For this requirement, you need to use the client side JavaScript instead of server side function. To get the caret location you need to work with selection to get it. To get the selection you can use document. Selection. In Cute Editor, we provide the following API. &nbsp; editor.GetSelection=GetSelection; &nbsp; Then a range ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 4, 2011
  • Re: Style Builder buttons off bottom of form

    bdimes: Go to your example on your site.Click on a tag and select propertiesGo to the Style Builder tab in the popupClick on Layout You'll see that the controls are wrapping because the container is a tiny bit too small.&nbsp; This forces the buttons down off the form. &nbsp; I changed this line of code in Tag.aspx to fix it: &lt;div ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2011
  • Re: Server-Side equivalent of pasteHtml?

    sincell, &nbsp; It's possible. &nbsp; Please check the following example: &nbsp; http://cutesoft.net/example/howto/RegisterServerControl/cs/RegisterServerControl.aspx &nbsp; The source code of this example is available in the download package.
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2011
  • Re: Page properties window causes duplicate meta tags

    David, &nbsp; We are working on this issue and will get back to you as soon as possible.
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: Will Cute Editor Do this?

    You can use ImageGalleryPath property to programmatically specify the Image gallery path. &nbsp; //Programmatically specify the Image gallery path editor.ImageGalleryPath = ''/Uploads'' &nbsp; In your own applications, you can specify the different ImageGalleryPath based on the current user role. &nbsp; Hope it helps. &nbsp; Let me know ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: Wish list- Numbered lines, background color and colored tags in code view

    davidlockett: I like to work in both wysiwyg view and also in code view, and it would be fantastic if the lines in the cutsoft editor's html view could optionally be numbered and the background of alternate lines be colored. &nbsp; Plus, having the option to display specific tag types in nominated colors or have nominated tags highlight with ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: Chrome doesn't support image resizing

    sincell:I noticed that on one of your compeditor's demos you could at least right-click on an image and select to change Image Properties. Do you plan on adding any way for users to get to Image Properties in Chrome? &nbsp; http://phphtmledit.com/EnableAll.php &nbsp; Please check this demo. With this new build, you can select and modify the ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: Enable Insert Menu Items - Urgent

    CrazyK: Please refer the image attached. when you select an image and right click, all the items except for image in Insert menu is disabled. How can i enable them or particularly i want to enable the document menu item. See the image attached. Need urgent help. &nbsp; &nbsp;&nbsp; &nbsp; We've discussed this issue again. You are ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: hiding folders

    Cassiopeia, &nbsp; It's easy to implement your own logic to hide certain features. We will add this feature soon. For the time being, please open cuteeditor_files\Dialogs\browse_Img.php &nbsp; In line 154, you can find the following code: while (list ($key, $file) = each ($dirlist)) { //add your logic here, for example create an array ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
  • Re: Plain text pasting and formatting problems on IE8

    bix: Ok, what happened to the original question? Got the same problem, cant use ''paste as plain text'' in IE8. I to get the access clipboard popup, and if i ok that one nothing happens. Also if i click ''paste as plain text'' again, i get a link or junktext like Bw8Y*SxwYE-%P%&nbsp; inserted in my editor. &nbsp; This was noted by one of my ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
« First ... < Previous 37 38 39 40 41 Next > ... Last »