HyperLink in HtmlEditor is not working

  1. #1

    HyperLink in HtmlEditor is not working

    Hi

    We have an ext:HtmlEditor inside a tab panel. It's working allright but for some strange reason added hyperlinks in the editor seems not navigating to corresponding url. Do I have to configure any property for that?

    Thanks
  2. #2
    http://forums.ext.net/showthread.php...ation-Required

    Please post a code sample demonstrating how we can reproduce the issue.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    http://forums.ext.net/showthread.php...ation-Required

    Please post a code sample demonstrating how we can reproduce the issue.
    Hi geoffrey,

    Thanks for your response. Here is my simple snippet

                <ext:Panel runat="server" Region="Center" Title="Center" AnchorHorizontal="100%">
                    <Items>
                        <ext:HtmlEditor ID="heObjective" runat="server" FieldLabel="Scope and Key Objectives" Width="800"/>
                    </Items>
                </ext:Panel>
    After i enter any text in the editor and mark it as hyperlink (providing the navigation url), shouldn't it navigate me to target when im clicking the text? But it seems not navigating. Am I doing something wrong?
  4. #4
    Quote Originally Posted by reezvi View Post
    After i enter any text in the editor and mark it as hyperlink (providing the navigation url), shouldn't it navigate me to target when im clicking the text? But it seems not navigating. Am I doing something wrong?
    Unfortunately that's not functionality included with the HtmlEditor. Once you write the html generated by the HtmlEditor to page, then it should be clickable.

    Some browsers might allow you to right-click on the link and select to open in a new Tab/Window.

    Hope this helps.
    Geoffrey McGill
    Founder
  5. #5
    Quote Originally Posted by geoffrey.mcgill View Post
    Unfortunately that's not functionality included with the HtmlEditor. Once you write the html generated by the HtmlEditor to page, then it should be clickable.

    Some browsers might allow you to right-click on the link and select to open in a new Tab/Window.

    Hope this helps.
    Yes. I can see that in FF (may be in some others too) the entered link can be opened to a new tab/window. But this feature is not there in ie8. Shouldn't my entered link in HtmlEditor by default be clickable? Is there anyway to achieve this feature?

    Thanks a lot geoffrey.
  6. #6
    But this feature is not there in ie8.
    It would be up to the browser vendor to implement this functionality. Maybe there is a 3rd party extension to IE that would enable this functionality.

    [QUOTE]Shouldn't my entered link in HtmlEditor by default be clickable?[/QUOTE

    No.

    ]Is there anyway to achieve this feature?
    It's not currently a feature of HtmlEditor, but you are certainly free to investigate overriding the default behaviour to implement if you wish. Please feel free to share your findings with the Community as others in the future may be interested in this functionality too.
    Geoffrey McGill
    Founder
  7. #7
    It's not currently a feature of HtmlEditor, but you are certainly free to investigate overriding the default behaviour to implement if you wish. Please feel free to share your findings with the Community as others in the future may be interested in this functionality too.
    Sure geoffrey. I will let the others know if there is any update on this finding. Thanks again for you relentless support. I'll be very greatfull if you or any other crew from development team could help me in following queries

    http://forums.ext.net/showthread.php...de-(javascript)
    http://forums.ext.net/showthread.php...d-Confirmation
    http://forums.ext.net/showthread.php...o-in-gridpanel


    Thanks man.

Similar Threads

  1. HtmlEditor not working with Ext.NET 1.0 RC1
    By beufreecasse in forum 1.x Help
    Replies: 2
    Last Post: Jun 13, 2011, 11:07 PM
  2. Replies: 5
    Last Post: Sep 21, 2010, 5:08 PM
  3. [CLOSED] Tooltip and KeyMap is not working on htmlEditor
    By yobnet in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 25, 2010, 8:20 AM
  4. [CLOSED] HtmlEditor - EnableFont not working properly
    By alexp in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 24, 2009, 11:42 AM
  5. Listener - force hyperlink.click() not working
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Feb 27, 2009, 5:47 AM

Posting Permissions