Browse Source

Update ImmediateRenderObject.html

gero3 11 years ago
parent
commit
251245a663
1 changed files with 5 additions and 5 deletions
  1. 5 5
      docs/api/extras/objects/ImmediateRenderObject.html

+ 5 - 5
docs/api/extras/objects/ImmediateRenderObject.html

@@ -9,7 +9,7 @@
 	<body>
 	<body>
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
-		<div class="desc">todo</div>
+		<div class="desc">base class for immediate rendering objects.</div>
 
 
 
 
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
@@ -17,19 +17,19 @@
 
 
 		<h3>[name]()</h3>
 		<h3>[name]()</h3>
 		<div>
 		<div>
-		todo
+		This creates a new [name]. 
 		</div>
 		</div>
 
 
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 
 
 
 
-		<h3>.render([page:todo renderCallback]) [page:todo]</h3>
+		<h3>.render([page:Function renderCallback]) [page:todo]</h3>
 		<div>
 		<div>
-		renderCallback -- todo
+		renderCallback -- A function to render the generated object.
 		</div>
 		</div>
 		<div>
 		<div>
-		todo
+		This function needs to be overridden to start the creation of the object and should call renderCallback when finished.
 		</div>
 		</div>
 
 
 		<h2>Source</h2>
 		<h2>Source</h2>