Opened 12 years ago
Closed 12 years ago
#9172 closed Task (invalid)
How to use Advance Link Option in CkEditor
Reported by: | vikas sharma | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6 |
Keywords: | Cc: | vikas1sharma@… |
Description
I want to create a link within webpage, but am not satisfied with normal anchor links, i need to do someting better like below
Create a Heading link on webpage e.g "Location Details",when user clicks the Location Details, the detailed information on location/text should appear just below the heading and should vanish when the heading link is clicked again..
I have no programming experience, please advise, how i can do it using advance link option in CkEditor.
Change History (2)
comment:1 Changed 12 years ago by
Cc: | vikas1sharma@… added |
---|
comment:2 Changed 12 years ago by
Keywords: | Example of Advance Link Creation removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Please note that the CKEditor development website is not the right place for support requests.
Please refer to the following article for information on where to get support for all issues related to CKEditor: http://docs.cksource.com/CKEditor_3.x/Howto/Support
Also try using our forums for advice: http://cksource.com/forums/
If you are looking for professional assistance, the CKEditor development team is available via a dedicated support channel that is included in all our commercial licenses: http://ckeditor.com/license
General scenario is to add onclick event to such link. For such event a function that displays or hides div with detailed information should be defined. Detail information should be fetched from DB probably through some server-side tag.
You can google for examples in JavaScript.
If you want to do it in CKEditor you should write plugin (http://docs.cksource.com/CKEditor_3.x/Tutorials) that attaches such code. Of course Java Script is not executed in content area so the result will be visible in page preview or saved page only.
I want to create a link within webpage, but am not satisfied with normal anchor links, i need to do someting better like below
www.holidaytravel.co/services-offer.htm (una-himachal railway station pickup service, amrisar airport pickup service, new delhi airport pickup service etyc)
Similar to above, we need to Create a Heading link on webpage e.g "Location Details",when user clicks the Location Details, the detailed information on location/text should appear just below the heading and should vanish when the heading link is clicked again..
I have no programming experience, please advise, how i can do it using advance link option in CkEditor.
Note :- In the above URL the same facility was created by coding, not through the ckeditor