-
☆ A M B ☆
- 70 Posts
I wanted to use gridclasskey on a current project. Then I realized that there is no possibility for sorting child resources. Any short term plans for drag&drop sorting?
-
☆ A M B ☆
- 24,524 Posts
Well... this inspired me to give it a try, and it ate my child resources. There is indeed a grid, but the rows are empty. Even trying to add a new document just adds another empty row. Trying anything with one of the rows gives an error.
[2013-12-21 16:08:41] (ERROR @ /revo2210/assets/components/gridclasskey/connector.php) `` is not a valid integer and may not be passed to makeUrl()
-
☆ A M B ☆
- 70 Posts
Quote from: sottwell at Dec 21, 2013, 08:11 AMWell... this inspired me to give it a try, and it ate my child resources
Susan, did you try to edit the grid columns from the settings tab? I think after a fresh installation there are some issues with the default grid columns. Try to remove all columns and add your own like pagetitle etc.
-
☆ A M B ☆
- 24,524 Posts
Aha! Yes, adding the pagetitle field caused the grid to properly populate itself. I just presumed that since the ID is already specified, it would show in the grid, which it does once I added the pagetitle. Thanks.
-
☆ A M B ☆
- 3,112 Posts
Quote from: christianseel at Dec 21, 2013, 07:10 AMI wanted to use gridclasskey on a current project. Then I realized that there is no possibility for sorting child resources. Any short term plans for drag&drop sorting?
Yes, i'm implementing sort option, and drag-n-drop can be used if sortby: "menuindex" is selected.
Quote from: sottwell at Dec 21, 2013, 08:11 AMWell... this inspired me to give it a try, and it ate my child resources. There is indeed a grid, but the rows are empty. Even trying to add a new document just adds another empty row. Trying anything with one of the rows gives an error.
[2013-12-21 16:08:41] (ERROR @ /revo2210/assets/components/gridclasskey/connector.php) `` is not a valid integer and may not be passed to makeUrl()
This behavior will be improved on the next version.
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.
-
☆ A M B ☆
- 24,524 Posts
When changing the parent resource's type back to modDocument, its hide_children_in_tree setting is not changed in the database.
Does anyone know how to add a combo box as an editor type?
Also.. is there a list of editor types?
-
☆ A M B ☆
- 3,112 Posts
Quote from: himmdesign at Feb 04, 2014, 05:10 PMDoes anyone know how to add a combo box as an editor type?
Also.. is there a list of editor types?
Currently there are only texteditor & textarea.
Others seems difficult to be implemented, because I haven't found the proper way how the options could be added to each row of the grid.
Or are you thinking about list-type TV column?
If you have an idea, just spill it out.
Rico
Genius is one percent inspiration and ninety-nine percent perspiration.
Thomas A. Edison
MODx is great, but knowing how to use it well makes it perfect!
www.virtudraft.com
Security, security, security! |
Indonesian MODx Forum |
MODx Revo's cheatsheets |
MODx Evo's cheatsheets
Author of
Easy 2 Gallery 1.4.x,
PHPTidy,
spieFeed,
FileDownload R,
Upload To Users CMP,
Inherit Template TV,
LexRating,
ExerPlan,
Lingua,
virtuNewsletter,
Grid Class Key,
SmartTag,
prevNext
Maintainter/contributor of
Babel
Because it's hard to follow all topics on the forum, PING ME ON TWITTER
@_goldsky if you need my help.