Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Text Schema with column CKEditor doesn't update
luiz@wise.com.br
#1 Posted : Friday, June 25, 2010 2:29:55 AM(UTC)
Rank: Advanced Member
Groups: Registered

Joined: 3/4/2010(UTC)
Posts: 157
Location: brazil
I Created a text schema with a CKEditor Column and it doesn't update the value on the editor

It works fine id the File Included option is checked
zguoqi
#2 Posted : Thursday, July 01, 2010 7:06:53 PM(UTC)
Rank: Administration
Groups: Registered, Administrators

Joined: 9/2/2009(UTC)
Posts: 692
Location: xiamen
We are not able to reproduce the error. It seems like working fine here.
Regards,

Vincent

Kooboo Team
Pickels
#3 Posted : Monday, July 26, 2010 5:19:43 PM(UTC)
Rank: Advanced Member
Groups: Registered

Joined: 9/8/2009(UTC)
Posts: 91
Location: Belgium
I have the exact same error. I am trying to track down what is wrong but it seems to be really hard to find. The form doesn't even post the value to the Kooboo back-end.

The weird thing is that I have 2 applications and in the other application it does work.

Also before the weekend it worked perfectly but the client mailed me today to say he can't update it.
Pickels
#4 Posted : Monday, July 26, 2010 5:45:36 PM(UTC)
Rank: Advanced Member
Groups: Registered

Joined: 9/8/2009(UTC)
Posts: 91
Location: Belgium
Code:

GET FORM
===========

NOT WORKING
============
new Everest.Cms.TextContentFormPanel({
nodeId: '5551', folderUUID: '9b796fdf-5130-46b0-95c0-2f5a28fd24cf', application: 'Wicreations', schema: 'e0c3f3ae-d5a8-496e-ac50-b070ebfdfd1f', formType: 'form', path: '',
labelWidth: 100,
url: 'Kooboo_Content/submit',
loadUrl: 'Kooboo_Content/GetDetail',
frame: true,
containerType: 'form',
title: 'Content>about',
bodyStyle: 'padding:5px 5px 0',
defaults: { width: 230 },
defaultType: 'textfield',
schemaName: 'e0c3f3ae-d5a8-496e-ac50-b070ebfdfd1f',
fileUpload: false,
items: [{ xtype: 'textfield', fieldLabel: 'Title', name: 'Title', dataIndex: 'Title', modifiable: true, width: 230, allowBlank: true, autocomplete: 'off', maxlength: '256', maxLength: 255, maxLength: 255, listeners: {} }, { xtype: 'checkbox', fieldLabel: 'Published', name: 'Published', dataIndex: 'Published', modifiable: true, width: 230, allowBlank: true, checked: true, resizable: true, listeners: {} }, { xtype: 'numberfield', fieldLabel: 'Volgorde', name: 'Volgorde', dataIndex: 'Volgorde', modifiable: true, width: 230, allowBlank: true, listeners: {} }, { xtype: 'ckeditor', fieldLabel: 'Content', name: 'Content', dataIndex: 'Content', modifiable: true, width: 230, allowBlank: true, anchor: '95% 70%', listeners: {}}],
childForms: []
})

NOT WORKING with TEXTAREA(this works)
new Everest.Cms.TextContentFormPanel({
nodeId:'5551',folderUUID:'9b796fdf-5130-46b0-95c0-2f5a28fd24cf',application:'Wicreations',schema:'e0c3f3ae-d5a8-496e-ac50-b070ebfdfd1f',formType:'form',path:'',
labelWidth: 100,
url:'Kooboo_Content/submit',
loadUrl:'Kooboo_Content/GetDetail',
frame:true,
containerType:'form',
title: 'Content>about',
bodyStyle:'padding:5px 5px 0',
defaults: {width: 230},
defaultType: 'textfield',
schemaName:'e0c3f3ae-d5a8-496e-ac50-b070ebfdfd1f',
fileUpload: false,
items: [{xtype:'textfield',fieldLabel:'Title',name:'Title',dataIndex:'Title',modifiable:true,width: 230,allowBlank:true ,autocomplete: 'off', maxlength: '256' ,maxLength:255,maxLength:255,listeners:{}},{xtype:'checkbox',fieldLabel:'Published',name:'Published',dataIndex:'Published',modifiable:true,width: 230,allowBlank:true ,checked:true,resizable:true,listeners:{}},{xtype:'numberfield',fieldLabel:'Volgorde',name:'Volgorde',dataIndex:'Volgorde',modifiable:true,width: 230,allowBlank:true ,listeners:{}},{xtype:'textarea',fieldLabel:'Content',name:'Content',dataIndex:'Content',modifiable:true,width: 230,allowBlank:true ,width:600,height:200 ,listeners:{}}],
childForms:[]
})


WORKING
===========
new Everest.Cms.TextContentFormPanel({
nodeId: '5538', folderUUID: '4d7ccd51-6722-4efe-8ba7-cd735bc96162', application: 'wimotion', schema: '0447304b-888d-4c26-8885-1af9c329a5f6', formType: 'form', path: '',
labelWidth: 100,
url: 'Kooboo_Content/submit',
loadUrl: 'Kooboo_Content/GetDetail',
frame: true,
containerType: 'form',
title: 'Content>Product',
bodyStyle: 'padding:5px 5px 0',
defaults: { width: 230 },
defaultType: 'textfield',
schemaName: '0447304b-888d-4c26-8885-1af9c329a5f6',
fileUpload: true,
items: [{ xtype: 'textfield', fieldLabel: 'Title', name: 'Title', dataIndex: 'Title', modifiable: true, width: 230, allowBlank: false, autocomplete: 'off', maxlength: '256', maxLength: 255, maxLength: 255, listeners: {} }, { xtype: 'textfield', fieldLabel: 'User Key', name: 'UserKey', dataIndex: 'UserKey', modifiable: true, width: 230, allowBlank: true, autocomplete: 'off', maxlength: '256', rightLabel: 'User defined key value for data query.', maxLength: 200, listeners: {} }, { xtype: 'checkbox', fieldLabel: 'Published', name: 'Published', dataIndex: 'Published', modifiable: true, width: 230, allowBlank: true, checked: true, resizable: true, listeners: {} }, { xtype: 'fileuploadfield', fieldLabel: 'Image', name: 'Image', dataIndex: 'Image', modifiable: true, width: 230, allowBlank: true, listeners: {} }, { xtype: 'textarea', fieldLabel: 'Video', name: 'Video', dataIndex: 'Video', modifiable: true, width: 230, allowBlank: true, width: 600, height: 200, listeners: {} }, { xtype: 'numberfield', fieldLabel: 'Volgorde', name: 'Volgorde', dataIndex: 'Volgorde', modifiable: true, width: 230, allowBlank: true, listeners: {} }, { xtype: 'fileuploadfield', fieldLabel: 'Detail Image', name: 'DetailImage', dataIndex: 'DetailImage', modifiable: false, width: 230, allowBlank: true, listeners: {} }, { xtype: 'textarea', fieldLabel: 'Text', name: 'Text', dataIndex: 'Text', modifiable: true, width: 230, allowBlank: true, width: 600, height: 200, listeners: {} }, { xtype: 'ckeditor', fieldLabel: 'Technical Text', name: 'TechnicalText', dataIndex: 'TechnicalText', modifiable: true, width: 230, allowBlank: true, anchor: '95% 70%', listeners: {} }, { xtype: 'multiSelect', fieldLabel: 'Category', name: 'Ref_Category', dataIndex: 'Ref_Category', modifiable: true, width: 230, allowBlank: true, schemaUUID: 'a74b5928-7588-4cf5-b107-df5d078b753d', schemaName: 'a74b5928-7588-4cf5-b107-df5d078b753d', keyColumnName: 'UUID', titleColumnName: 'Title', getFormUrl: 'Kooboo_MultiSelectContent/GetForm', listeners: {}}],
childForms: []
})



These are the POST getform. Not working is the content item with ckeditor, not working with textarea is the same content item but with a textarea so it works and working is a content item in a different application with ckeditor that works.

I don't see anything different so I don't think getting the form is the problem.

It not working both online and offline this really weird.
Pickels
#5 Posted : Monday, July 26, 2010 6:08:05 PM(UTC)
Rank: Advanced Member
Groups: Registered

Joined: 9/8/2009(UTC)
Posts: 91
Location: Belgium
HtmlEditor and fckEditor seems to work just fine.
luiz@wise.com.br
#6 Posted : Monday, July 26, 2010 9:06:06 PM(UTC)
Rank: Advanced Member
Groups: Registered

Joined: 3/4/2010(UTC)
Posts: 157
Location: brazil
It works fine id the File Included option is checked
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.5.5 | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.440 seconds.