[Building Sakai] FCK Editor limit in samigo

View: New views
3 Messages — Rating Filter:   Alert me  

[Building Sakai] FCK Editor limit in samigo

by Gregory Doyle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
In trying to add a question I come across a 4000 character limit, yet in the FCK editor in other tools there is no such limit. Any idea why? Or am I just missing something?

Thanks
greg


_______________________________________________
sakai-dev mailing list
sakai-dev@...
http://collab.sakaiproject.org/mailman/listinfo/sakai-dev

TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe"

Re: [Building Sakai] FCK Editor limit in samigo

by Karen Tsao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Greg,

This limit is from Oracle's 4000 character limitation on VARCHAR2 fields. I believe UCT uses MySQL? For MySQL, there is no limit. You can try to increase the length of that column and increase the validateLength in JSF files as well. The reason we use 4000 in all database is just to keep the behavior consistent.

By the way, if you want to increase the length for Oracle, you have to change the column type.

Thanks,
Karen

On Tue, Jul 7, 2009 at 8:55 AM, Gregory Doyle <Gregory.Doyle@...> wrote:
Hi
In trying to add a question I come across a 4000 character limit, yet in the FCK editor in other tools there is no such limit. Any idea why? Or am I just missing something?

Thanks
greg


_______________________________________________
sakai-dev mailing list
sakai-dev@...
http://collab.sakaiproject.org/mailman/listinfo/sakai-dev

TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe"


_______________________________________________
sakai-dev mailing list
sakai-dev@...
http://collab.sakaiproject.org/mailman/listinfo/sakai-dev

TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe"

Re: [Building Sakai] FCK Editor limit in samigo

by Prakash, Savitha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Re: [Building Sakai] FCK Editor limit in samigo Greg,
In which application/tool did you try to put the question?

- Savitha


On 7/7/09 11:55 AM, "Gregory Doyle" <Gregory.Doyle@...> wrote:

Hi
In trying to add a question I come across a 4000 character limit, yet in the FCK editor in other tools there is no such limit. Any idea why? Or am I just missing something?

Thanks
greg



_______________________________________________
sakai-dev mailing list
sakai-dev@...
http://collab.sakaiproject.org/mailman/listinfo/sakai-dev

TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe"