/[Perly]/lib/Perly/View.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Perly/View.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by dpavlin, Sun Jun 3 15:34:30 2007 UTC revision 4 by dpavlin, Sun Jun 3 22:49:47 2007 UTC
# Line 15  private template 'code_editor' => sub { Line 15  private template 'code_editor' => sub {
15                  my $action = new_action( class => 'CreateCode' );                  my $action = new_action( class => 'CreateCode' );
16                  render_param( $action => 'source', cols => 80, rows => 25 );                  render_param( $action => 'source', cols => 80, rows => 25 );
17                  #render_action( $action => [ 'source' => { cols => 80, rows => 30 }, ] );                  #render_action( $action => [ 'source' => { cols => 80, rows => 30 }, ] );
18                  form_submit( label => _("Save my code") );                  form_submit(
19                            label => _("Save my code"),
20                            onclick => [
21                                    { beforeclick => "CodePress.beforeSubmit();" },
22                            ],
23                    );
24          }          }
25  };  };
26    

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26