Changeset 27286
- Timestamp:
- 12/23/08 16:02:19 (4 years ago)
- Location:
- lang/javascript/nohada
- Files:
-
- 2 added
- 3 modified
-
img/search.png (added)
-
js/SearchForm.class.js (added)
-
js/common.js (modified) (1 diff)
-
js/objEdit.js (modified) (1 diff)
-
perl/Obj.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/nohada/js/common.js
r26686 r27286 49 49 50 50 _=["*"];//=function(){}; 51 any=_; 51 52 52 53 db.findRel= dbFindRel; 53 54 54 55 function tryError(f) { 56 //alert(f); 57 try { 58 // alert("3 "+f); 59 return f(); 60 } catch(e) {handleError(e);} 61 } -
lang/javascript/nohada/js/objEdit.js
r27280 r27286 1 1 ObjectEditor=Class.create (); 2 2 ObjectEditor.prototype={ 3 initialize: function ( id) {4 this.target=$( id);3 initialize: function (targetId) { 4 this.target=$(targetId); 5 5 this.relationFilter=NOP; 6 6 if (this.target.appendChild==null) throw (id+" is not a element."); -
lang/javascript/nohada/perl/Obj.pm
r27280 r27286 467 467 fields=> $fields, 468 468 from=> $relName, 469 where=> $where 469 where=> $where, 470 orderBy=>"obj desc", 470 471 }]); 471 472 } elsif ($cmd->[0] eq 'PROGN') {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)