Author: buildbot
Date: Sun Feb 20 22:13:42 2011
New Revision: 785809
Log:
Staging update by buildbot
Modified:
websites/staging/chemistry/trunk/content/opencmis-client-api.html
Modified: websites/staging/chemistry/trunk/content/opencmis-client-api.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-client-api.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-client-api.html Sun Feb
20 22:13:42 2011
@@ -365,10 +365,11 @@ In order to create a session, the Sessio
</DIV></p>
<p><a name="OpenCMISClientAPI-ReadingProperties-AllProperties"></a></p>
<h3 id="reading_properties_-_all_properties">Reading Properties - All
Properties</h3>
-<DIV class="code panel">
-<DIV class="codeHeader panelHeader">
+<DIV class="code panel" style="border-style: solid;border-width: 1px;">
+<DIV class="codeHeader panelHeader" style="border-bottom-width:
1px;border-bottom-style: solid;">
<B>Reading all Properties</B>
</DIV>
+<DIV class="codeContent panelContent">
<div class="codehilite"><pre><span class="x">ObjectId id =
this.session.createObjectId("4711");</span>
<span class="x">Document document = (Document)
this.session.getObject(id);</span>
@@ -390,7 +391,8 @@ In order to create a session, the Sessio
</pre></div>
-</DIV></div>
+<p></DIV>
+</DIV></p></div>
<!-- Content -->
</td>
</tr>