Group
Extension

Matches 2

Mojolicious-Plugin-DevexpressHelpers ( X/XL/XLAT/Mojolicious-Plugin-DevexpressHelpers-0.163572.tar.gz, XLAT, 2016; MetaCPAN )
Mojolicious-Plugin-DevexpressHelpers/lib/Mojolicious/Plugin/DevexpressHelpers.pm ( view source; MetaCPAN )
Base 'Mojolicious::Plugin';
use Mojolicious::Plugin::DevexpressHelpers::Helpers;
use MojoX::AlmostJSON;




sub register {
    my ( $self, $app, $args ) = @_;

    $args->{'tag_camelcase'} //= 1;
    
pp, $args );

    #make json boolean easier to write within templates
    $app->helper( 'true'  => \&MojoX::AlmostJSON::true );
    $app->helper( 'false' => \&MojoX::AlmostJSON::false );

    $app->ho
Mojolicious-Plugin-DevexpressHelpers ( X/XL/XLAT/Mojolicious-Plugin-DevexpressHelpers-0.163572.tar.gz, XLAT, 2016; MetaCPAN )
Mojolicious-Plugin-DevexpressHelpers/lib/Mojolicious/Plugin/DevexpressHelpers/Helpers.pm ( view source; MetaCPAN )
express controls are defined here
use Modern::Perl;
use Mojo::ByteStream;
use MojoX::AlmostJSON qw(encode_json);
use constant DEBUG => 0;

#Not sure why C<out> function have to decode from utf8,
#but 
ref protected scalar
				$v = $$v;
			}
			elsif ($v!~/^\s*(?:function\s*\()/) {
				$v =  encode_json $v;
			}
			push @options, "$k: $v";
		}
	}
	else{
		push @options, $attrs;
	}
    $binding .= jo
{dataSource}) eq '') {
		my $dataSource = delete $attrs->{dataSource};
		#push @extensions, '$.getJSON("' . $dataSource . '",function(data){$("#'.$id.'").dxDataGrid({ dataSource: data });});';
		#$att

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