Cute Editor v6.1 - indenting unordered list issue

Last post 04-20-2011, 8:08 AM by Eric. 3 replies.
Sort Posts: Previous Next
  •  04-13-2011, 9:29 PM 67154

    Cute Editor v6.1 - indenting unordered list issue

    In cute editor v6.1, I had created the following unordered list:
    <ul>
    <li>Item 1</li>
    <li>Item 1a</li>
    <li>Item 1b</li>
    <li>Item 2</li>
    </ul>
     
    If I highlight Item1a and Item1b and then click on Indent text icon, it generates the following code:
    <ul>
    <li>Item 1</li>
    <li><div style="margin-left: 40px">Item 1a</div></li>
    <li><div style="margin-left: 40px">Item 1b</div></li>
    <li>Item 2</li>
    </ul>
     
    Ideally we would prefer the code to be:
    <ul>
    <li>Item 1</li>
    <li>
       <ul>
       <li>Item 1a</li>
       <li>Item 1b</li>
       </ul>
    </li>
    <li>Item 2</li>
    </ul>
     
    When I tested this in your online demo (v 6.6) it generates the code how we would prefer, but I need to know how we could do this in v6.1, since we need this functionality now and upgrading to v6.6 will take us some time to implement.
     
    Thanks for your help.
  •  04-14-2011, 8:31 AM 67162 in reply to 67154

    Re: Cute Editor v6.1 - indenting unordered list issue

    Dear demmett,
     
    You need upgrade to latest version:
    Upgrade steps:
    1. Backup your website
    2. Remove folder "cuteeditor_files"
    3. Download cuteeditor for asp, download link: http://cutesoft.net/downloads/folders/asp-editor/entry57121.aspx
    4. Unzip it
    5. Upload files of folder "cuteeditor_files" to your server,The "cuteeditor_files" folder and all file it contains (located in the archive) should be deployed to http://{your site}/{your application}/cuteeditor_files/ on your web site.
    7. Migrate your customization of old version to latest version
    8. Copy the permanent license to "cuteeditor_files\license", you can find the permanent license from your backup,license file name is "aspedit.lic"
    9. Test it
     
    Thank you for asking
    Eric@cutesoft.net 
  •  04-18-2011, 7:18 PM 67224 in reply to 67162

    Re: Cute Editor v6.1 - indenting unordered list issue

    So there is absolutely no way to make this work in v 6_1?
    Its not javascript code that is formatting this html content?
     
    I do not have the time right now to make this upgrade and try and remember all the modifications I made in the current version and then thoroughly test to make sure everything is still working like it did in v 6_1.
     
     
  •  04-20-2011, 8:08 AM 67263 in reply to 67224

    Re: Cute Editor v6.1 - indenting unordered list issue

    Dear demmett,
     
    Upgrading is the only solution.
    Sorry for inconvenience.
     
    Thanks for your business
View as RSS news feed in XML