Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Cvs P5ee > [svn:p5ee] r108...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 666 of 694
Post > Topic >>

[svn:p5ee] r10835 - in p5ee/trunk/App-Widget: . lib/App/Widget

by spadkins@[EMAIL PROTECTED] Feb 26, 2008 at 06:03 AM

Author: spadkins
Date: Tue Feb 26 06:03:13 2008
New Revision: 10835

Modified:
   p5ee/trunk/App-Widget/CHANGES
   p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm

Log:
Select {init_default} and fix DataTable2 with get_table_def()

Modified: p5ee/trunk/App-Widget/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget/CHANGES	(original)
+++ p5ee/trunk/App-Widget/CHANGES	Tue Feb 26 06:03:13 2008
@[EMAIL PROTECTED]
 -2,6 +2,11 @[EMAIL PROTECTED]
 # CHANGE LOG
 #########################################
 
+VERSION 0.966
+ o App::Widget::Select: add {init_default}
+ o App::Widget::DataTable2: fix use of get_table_def() so that it works
on redirected tables
+ o App::Widget::DataTable2: add {deletable}, {copyable}, and {addable}
options for the {editable} option
+
 VERSION 0.965
  x add <input name=app.loaded> for handling js-app back button stuff
  x App::Widget->format() method

Modified: p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm	(original)
+++ p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm	Tue Feb 26 06:03:13
2008
@[EMAIL PROTECTED]
 -770,8 +770,7 @[EMAIL PROTECTED]
 
     my $repname = $self->{repository};
     my $rep = $context->repository($repname);
-    $rep->_load_table_metadata($table);
-    my $table_def = $rep->{table}{$table};
+    my $table_def = $rep->get_table_def($table);
     my $table_column_defs = $table_def->{column};
     my $view_column_defs = $self->{column} || {};




 1 Posts in Topic:
[svn:p5ee] r10835 - in p5ee/trunk/App-Widget: . lib/App/Widget
spadkins@[EMAIL PROTECTED  2008-02-26 06:03:14 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed May 14 15:04:15 CDT 2008.