for revo I’m about to make thisone:
http://modxcms.com/forums/index.php/topic,51857.msg301925.html#msg301925
adding and removing items (images and description) is allready working. now I’m trying to find a way for sorting that panels with extJS.
-
☆ A M B ☆
- 24,524 Posts
Is this compatible with ManagerManager? I’m working with the image uploader you built for <a client>, and am trying to move the TV to a separate tab. I’ve also had a problem when trying to hide it. MM doesn’t seem to be able to deal with it. It does report the TV in its list of TVs.
-
☆ A M B ☆
- 24,524 Posts
This is fun. I have replaced the popup.php file with a MODx resource. It is unpublished, since only Manager users will ever access the custom TV. And this has the added benefit of blocking users from accessing it by not allowing viewing of unpublished pages in a role.
It has a template and can otherwise behave exactly like any resource, taking snippets, specifying js files to load, css files (if you want to use the manager default theme stylesheet, just remember that you’re working from the front-end now, so the path has to go through the manager directory), everything. The my-tv-name.php file that resides in the assets/tvs folder just links to it instead of to the my-tv-name/popup.php file.
I consider this the first step in a long-held plan I have been nourishing to gradually move the Manager action and processor files into resources. Let MODx manage MODx. Today custom TVs, tomorrow the world!
Now back to making it do something interesting and maybe even useful!
Wow! This could evolve to a manager app for iphone/android phones!
Documentation or samples are missed?