Group
Extension

Matches 2

ExtJS-Generator-DBIC ( A/AB/ABRAXXA/ExtJS-Generator-DBIC-0.004.tar.gz, ABRAXXA, 2020; MetaCPAN )
ExtJS-Generator-DBIC/bin/extjs-generator-dbic.pl ( view source; MetaCPAN )
model baseclass',
    );

    option 'model_args' => (
        is     => 'ro',
        format => 'json',
        short  => 'ma',
        doc    => 'ExtJS model arguments',
    );

    option 'director
ExtJS-Generator-DBIC ( A/AB/ABRAXXA/ExtJS-Generator-DBIC-0.004.tar.gz, ABRAXXA, 2020; MetaCPAN )
ExtJS-Generator-DBIC/lib/ExtJS/Generator/DBIC/Model.pm ( view source; MetaCPAN )
   #    classname => $extjs_model_name,
    #    attributes => $extjs_model_code,
    #};
    my $json =
        #$self->_xslate->render_string($self->model_template, $template_vars);
        "Ext.def
  . dump_javascript($extjs_model_code)
        . ');';
        #. $self->_json->encode($extjs_model_code)

    $fh->write($json . "\n");
}


sub extjs_basemodel_to_file {
    my ( $self, $dirname ) = 
,
        },
    };

    my $json =
          "Ext.define('" . $self->model_baseclass . "', "
        . dump_javascript($extjs_basemodel_code) . ');';

    $fh->write($json . "\n");
    $fh->close
   

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.