CodeExtinguisher v2.0 Release Candidate 12.3 |
[eluser]andjules[/eluser]
note: maybe I'm missing something, but when I try to edit or add to the 'Example' set on your preview site, and try to 'add new' under the many-to-many control at the top, the revealed add form has a close button, but no submit button...
[eluser]Majd Taby[/eluser]
andjules, yes, the close button closes that form....and the data gets inserted when you click submit on the big form (sorry if i'm not being clear)
[eluser]andjules[/eluser]
I get it... yes, subforms can be confusing to the user whichever approach you choose (ajax add, or add-on-submit). If you stick with the current approach, then maybe the revealed form needs a "This value will be added when the form is submitted" label (Drupal uses something like this with file uploads)... However, Basecamp (which is a pretty good model... see 3rd screenshot on the page) handles this situation via an ajax-add with an "add this item" button followed with a red "I'm done adding items" (cancel) within the subform. Worth considering.
[eluser]got 2 doodle[/eluser]
what issues have been fixed in 12.2, have you solved the problem where windows(xampp) users had a problem with image upload? I have gone back to 11.2 for now.
[eluser]abmcr[/eluser]
I have two question (excuse me ... i am beginner with CodeExtinguisher) 1) i have set in codex.php $config['codex_auto_generate_crud'] = false; how i create my menu bar? navigator.php? 2) i have build a table Code: CREATE TABLE `related2` ( Code: $config = array( Code: general_information:
[eluser]Majd Taby[/eluser]
abmcr, 1) By default, codex will generate a menu item for each table in your database. If you don't want a table to be in your navigation, add it to the codex_exclude_tables configuration item. If you create your own controller (as opposed to the automated one), then you need to add the item manually in codex_navigation. I'm going to fix this so that if you have your own controller created, it will keep the link updated. 2) if you want all the fields to be displayed in overview, remove this line: 'display_fields'=>array('name','foto','example_id','description'), 3) your 'foto' field is generating a thumbnail. If you add 'foto' to your display fields, then you will get a thumbnail in your overview.
[eluser]abmcr[/eluser]
Thank you Jtaby: at the point 2 i not want all fields to be displayed, but three only: 'name’,’example_id’,’description I have set in the controller Code: $config = array(
[eluser]Majd Taby[/eluser]
ok, you might have found a bug, let me check it out.
|
Welcome Guest, Not a member yet? Register Sign In |