NAME
Padre::Document::WebGUI::Asset - Padre::Document subclass representing a WebGUI Asset
VERSION
version 1.002
METHODS
asset
Accessor
url
Accessor
basename
File-faking accessor
dirname
File-faking accessor
time_on_file
File-faking accessor
load_file
File-faking accessor
is_new
File-faking accessor
lexer
Override this to change the highlighter/lexer
load_asset
save_file
Override Padre::Document::save_file
process_response
get_asset_content
You can override this to edit something other than the generic 'content' field
set_asset_content
This is paired with get_asset_content - it gets called to store the editor text back into the appropriate asset field prior to sending hash to server
render
You can override this to do something entirely different with the asset
TRACE
AUTHOR
Patrick Donelan <pdonelan@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Patrick Donelan.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.