logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

UR::Object::View::Static::Html - represent object state in HTML format

Description

       The current default HTML class creates HTML by getting XML and applying XSL.  This class, on the other
       hand, displays some static html

Name

       UR::Object::View::Static::Html - represent object state in HTML format

See Also

       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

perl v5.38.2                                       2024-06-15                UR::Object::View::Static::Html(3pm)

Synopsis

       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' }
           ] };

See Also