Hi

Django's raw_id widget is very well suited for selecting a page as a
foreign key in the admin frontend. Even from a tree view as it is the
case for instance in FeinCMS.

TinyMCE on the other hand allows for a dropdown list for link targets.
Which is not that great if you have a few hundred pages in your CMS.

Now I'm looking for a way to call Django's raw_id widget from within
TinyMCE and get the selected page. Is there a way to do this? Any help
would be greatly appreciated.

Regards
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to