UR::Object::View::Static::Html(3pm) | User Contributed Perl Documentation | UR::Object::View::Static::Html(3pm) |
UR::Object::View::Static::Html - represent object state in HTML format
package Genome::Sample::Set::View::Detail::Html;
class Genome::Sample::Set::View::Detail::Html {
is => 'UR::Object::View::Static::Html',
has_constant => [
toolkit => { value => 'html' },
perspective => { value => 'detail' }
] };
The current default HTML class creates HTML by getting XML and applying XSL. This class, on the other hand, displays some static html
UR::Object::View::Default::Html, UR::Object::View::Default::Text, UR::Object::View, UR::Object::View::Toolkit::XML, UR::Object::View::Toolkit::Text, UR::Object
2022-01-17 | perl v5.32.1 |