This is a migrated thread and some comments may be shown as answers.

Need customization in Editor - Load custom xml tag with styles and get cursor position,display the parent node tags like breadcrumb for selected text..Urgent

1 Answer 14 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Hariharan
Top achievements
Rank 1
Hariharan asked on 10 Nov 2011, 11:41 AM
Hi,

We need an urgent requirement, I want to know,is possible to achieve by Rad HTML editor.

Following Requirement:
1. We load the custom XML tags to html editor from database (values from database in xml datatype.)
    like <store><cabs></cabs></store>
2. We need to give link for external stylesheet for that tags (store,cabs).
3. In html editor ,after load the xml content . we place cursor in any position,we want to know the hierarchical node (upto parent node) details like breadcrumb on bottom
 for e.g., <store><cabs>This is sample text</cabs></store>
 
             if we place the cursor in content ,display like 'store > cabs >'

4. Need to get the current cursor position.

Thank you,

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Nov 2011, 01:08 PM
Hi Hariharan,

Please, note that RadEditor is an XHTML/HTML editor but not XML editor and there are limitations because the browser support only HTML tags.

You can use the DOM Inspector module to see breadcrumb details about your XML tags. See the following video for more information: http://screencast.com/t/DXtu7rvYbwT7.

Best wishes,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Hariharan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or