full fck editor

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
9/2/2008 9:59:34 AM
Gravatar
Total Posts 69

full fck editor

hi, is it possible to implement the fck editor with all it's features?

I noticed that the form controls and div items are missing.

9/2/2008 10:10:22 AM
Gravatar
Total Posts 18439

Re: full fck editor

In most features the editor is using a full set of toolbar items, it is only limited in use by untrusted users like in the forum or blog comments, though if logged in as admin you get the full toolbar in those features too.
 
The full toolbar has a style dropdown which has "Document Block" as an option, this is a div.
 
Im ASP.NET, you can only have 1 form in a page so you do not want users to be able to add extra forms in the editor as this will cause postback errors and unexpected results.
 
I'm working on a FormWizard feature that will be available for sale soon to make it easy to add arbitrary forms to a site for collecting submissions of any kind from your visitors.
 
Hope it helps,
 
Joe
9/2/2008 10:14:48 AM
Gravatar
Total Posts 69

Re: full fck editor

thanks, the reason I wanted the form controls is so that I can add a drop down with javascript so that selecting from the dropdown will take you to another url.

9/2/2008 10:26:08 AM
Gravatar
Total Posts 18439

Re: full fck editor

Its possible to implement that just using a dropdown list and and javascript. You would have to implement it in a plain old html page and then copy then needed parts and paste it into the editor using source view. No html form is needed to achieve it.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.