mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
80e59f6554
It encapsulates many web conventions in the generated UIs as default behaviours. For example, email addresses are by default rendered as mailto links in tables and appropiate validation is enforced automatically in forms. These behaviours are highly extensible. Renderer uses CGI::FormBuilder to generate forms and the Google Chart API to render charts. Template::Toolkit is used for template processing, however, Renderer can dynamically generate a full set of UIs without any templates. WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer
13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
Rose::DBx::Object::Renderer generates web UIs for Rose::DB::Object.
|
|
It encapsulates many web conventions in the generated UIs as default
|
|
behaviours. For example, email addresses are by default rendered as
|
|
mailto links in tables and appropiate validation is enforced
|
|
automatically in forms. These behaviours are highly extensible.
|
|
|
|
Renderer uses CGI::FormBuilder to generate forms and the Google Chart
|
|
API to render charts. Template::Toolkit is used for template processing,
|
|
however, Renderer can dynamically generate a full set of UIs without
|
|
any templates.
|
|
|
|
WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer
|