Scott Walters
|
8be9ed7d59
|
the 'cut' drop down (AssetHelper) operation basically worked, but the screen wasn't redrawn after the change, and the JSON returned during Fork polling in WebGUI::AssetHelper::Cut didn't match what the YAHOO.WebGUI.Fork.poll callback in WebGUI.Admin.prototype.openForkDialog was expecting so status communication had to be wired up. wG::ProgressTree exposes 'flat' now too for the sake of computing a progress bar. looking at only the roots nodes is ineffective; in this case, the number of root nodes would only ever be 1 though the number of child nodes to be processed could be much higher. WebGUI.Admin.prototype.openForkDialog's callback to YAHOO.WebGUI.Fork.poll handles a status JSON message (JSON inside of JSON, ugh) of "reload" and there's an admin.reload() method now. that's also callable from WebGUI.Admin.prototype.processPlugin and was done in the style of its handlers.
|
2013-09-24 12:28:51 -05:00 |
|
Colin Kuskie
|
6a6f839e84
|
Remove Class::C3 from the asset helpers, since they don't use it.
|
2012-01-01 11:47:58 -08:00 |
|
Colin Kuskie
|
b323f74121
|
Update copyright notice
|
2011-12-28 11:30:38 -08:00 |
|
Doug Bell
|
698f40a6dd
|
add "asset" property to AssetHelpers.
Simplifies the API and allows us to have getForm and getUrl to make
asset helpers easier to build.
|
2011-03-25 14:49:44 -05:00 |
|
Doug Bell
|
b27bc19e4d
|
Tree view buttons now work. Changed progress bar helpers to use fork. Added forkId option to AssetHelpers. Added updateAsset service to Admin.
|
2011-03-03 19:25:20 -06:00 |
|
Doug Bell
|
b9e879b7aa
|
change AssetHelpers to have short IDs instead of class names
This will make better code reuse: The Asset Manager will instead
call the AssetHelper with the id of "cut" or "copy" to get the
correct operation.
|
2011-02-25 15:45:42 -06:00 |
|
Doug Bell
|
b8905ed780
|
cut AssetHelper now works
|
2010-08-04 12:53:54 -05:00 |
|
Colin Kuskie
|
ed8f2c4a8f
|
A few small tweaks, and a test.
|
2009-11-25 10:31:06 -08:00 |
|
Colin Kuskie
|
e6696ee534
|
Asset Cut to clipboard Asset Helper (a port of www_cut as an Asset Helper)
|
2009-11-24 14:49:42 -08:00 |
|