text-editor problem
- Single Page
Posted 16 May 2012 - 04:37 AM
I have found some problems in grocery-crud1.2.2. It may be a bug or a problem of my code.If any one faces the same problem and have a solution,please let me know.
prob-1:If I use text field in database,grocery crud automatically generates text editor for this field.If I use file upload field before the text editor,it doesn't work.
prob-2:If I use relations, grocery crud creates drop down depends on relationship.If I use drop down after a text editor,I can't select any item from the list.
My English is poor.If my problems are not clear,I can try again to describe it.
Thanks
Tanvir
Posted 16 May 2012 - 06:28 AM
Posted 16 May 2012 - 08:06 AM
There are three fields in my add/edit record form(automatically generated by crud).
image:---------------------(file upload firld)
description:----------------------(text editor)
status:----------------------(dropdown generated by 1-n relation)
In this case if I select some file to upload,the upload button gone away and file is also not uploded.
If I try to select something from dropdown,it doesn't work.
If I unset texeditor for description field,then it works fine.
Thanks
Tanvir
Posted 16 May 2012 - 08:23 AM
By the way,thanks for this excellent application.