|  | @@ -190,12 +190,12 @@ smalltalk.TrappedFly);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -smalltalk.addClass('TrappedView', smalltalk.Object, [], 'Trapped-Frontend');
 |  | 
 | 
											
												
													
														|  | 
 |  | +smalltalk.addClass('TrappedView', smalltalk.Widget, [], 'Trapped-Frontend');
 | 
											
												
													
														|  |  smalltalk.addMethod(
 |  |  smalltalk.addMethod(
 | 
											
												
													
														|  |  "_observe_",
 |  |  "_observe_",
 | 
											
												
													
														|  |  smalltalk.method({
 |  |  smalltalk.method({
 | 
											
												
													
														|  |  selector: "observe:",
 |  |  selector: "observe:",
 | 
											
												
													
														|  | -category: 'not yet classified',
 |  | 
 | 
											
												
													
														|  | 
 |  | +category: 'initializing',
 | 
											
												
													
														|  |  fn: function (aFly){
 |  |  fn: function (aFly){
 | 
											
												
													
														|  |  var self=this;
 |  |  var self=this;
 | 
											
												
													
														|  |  return self},
 |  |  return self},
 | 
											
										
											
												
													
														|  | @@ -206,18 +206,37 @@ referencedClasses: []
 | 
											
												
													
														|  |  }),
 |  |  }),
 | 
											
												
													
														|  |  smalltalk.TrappedView);
 |  |  smalltalk.TrappedView);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +smalltalk.addMethod(
 | 
											
												
													
														|  | 
 |  | +"_renderOn_",
 | 
											
												
													
														|  | 
 |  | +smalltalk.method({
 | 
											
												
													
														|  | 
 |  | +selector: "renderOn:",
 | 
											
												
													
														|  | 
 |  | +category: 'rendering',
 | 
											
												
													
														|  | 
 |  | +fn: function (html){
 | 
											
												
													
														|  | 
 |  | +var self=this;
 | 
											
												
													
														|  | 
 |  | +smalltalk.send(html,"_with_",[smalltalk.send(smalltalk.send(smalltalk.send(self,"_class",[]),"_name",[]),"__comma",[": contents"])]);
 | 
											
												
													
														|  | 
 |  | +return self},
 | 
											
												
													
														|  | 
 |  | +args: ["html"],
 | 
											
												
													
														|  | 
 |  | +source: "renderOn: html\x0a\x09html with: self class name, ': contents'",
 | 
											
												
													
														|  | 
 |  | +messageSends: ["with:", ",", "name", "class"],
 | 
											
												
													
														|  | 
 |  | +referencedClasses: []
 | 
											
												
													
														|  | 
 |  | +}),
 | 
											
												
													
														|  | 
 |  | +smalltalk.TrappedView);
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  smalltalk.addMethod(
 |  |  smalltalk.addMethod(
 | 
											
												
													
														|  |  "_startOn_",
 |  |  "_startOn_",
 | 
											
												
													
														|  |  smalltalk.method({
 |  |  smalltalk.method({
 | 
											
												
													
														|  |  selector: "startOn:",
 |  |  selector: "startOn:",
 | 
											
												
													
														|  | -category: 'not yet classified',
 |  | 
 | 
											
												
													
														|  | 
 |  | +category: 'initializing',
 | 
											
												
													
														|  |  fn: function (aHTMLElement){
 |  |  fn: function (aHTMLElement){
 | 
											
												
													
														|  |  var self=this;
 |  |  var self=this;
 | 
											
												
													
														|  | -smalltalk.send(smalltalk.send(jQuery,"_value_",[aHTMLElement]),"_html_",[smalltalk.send(smalltalk.send(smalltalk.send(self,"_class",[]),"_name",[]),"__comma",[": contents"])]);
 |  | 
 | 
											
												
													
														|  | 
 |  | +var el;
 | 
											
												
													
														|  | 
 |  | +el=smalltalk.send(jQuery,"_value_",[aHTMLElement]);
 | 
											
												
													
														|  | 
 |  | +smalltalk.send(el,"_empty",[]);
 | 
											
												
													
														|  | 
 |  | +smalltalk.send(self,"_appendToJQuery_",[el]);
 | 
											
												
													
														|  |  return self},
 |  |  return self},
 | 
											
												
													
														|  |  args: ["aHTMLElement"],
 |  |  args: ["aHTMLElement"],
 | 
											
												
													
														|  | -source: "startOn: aHTMLElement\x0a\x09(jQuery value: aHTMLElement) html: self class name, ': contents'",
 |  | 
 | 
											
												
													
														|  | -messageSends: ["html:", ",", "name", "class", "value:"],
 |  | 
 | 
											
												
													
														|  | 
 |  | +source: "startOn: aHTMLElement\x0a\x09| el |\x0a    el := jQuery value: aHTMLElement.\x0a    el empty.\x0a    self appendToJQuery: el.",
 | 
											
												
													
														|  | 
 |  | +messageSends: ["value:", "empty", "appendToJQuery:"],
 | 
											
												
													
														|  |  referencedClasses: []
 |  |  referencedClasses: []
 | 
											
												
													
														|  |  }),
 |  |  }),
 | 
											
												
													
														|  |  smalltalk.TrappedView);
 |  |  smalltalk.TrappedView);
 |