You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/09/03 16:53:35 UTC

svn commit: r572357 - in /directory/studio/trunk/studio-schemaeditor-help: resources/images/editors_object-class-editor-overview.png resources/images/editors_object-class-editor-source-code.png src/main/resources/0_index.xml

Author: pamarcelot
Date: Mon Sep  3 07:53:34 2007
New Revision: 572357

URL: http://svn.apache.org/viewvc?rev=572357&view=rev
Log:
Added 'Object class editor' section.

Added:
    directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-overview.png   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-source-code.png   (with props)
Modified:
    directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-overview.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-overview.png?rev=572357&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-overview.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-source-code.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-source-code.png?rev=572357&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/editors_object-class-editor-source-code.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml?rev=572357&r1=572356&r2=572357&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml (original)
+++ directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml Mon Sep  3 07:53:34 2007
@@ -773,9 +773,43 @@
 			<!-- OBJECT CLASS EDITOR SECTION -->
 	        <section id="gettingstarted_editors_object_class">
 			    <title>Object class editor</title>
-			    <para>
-			    </para>
-		    </section>
+			    <para>The object class editor is the one-stop shop where you can define all aspects of your object class.</para>
+                <para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/editors_object-class-editor-overview.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+                <para>The <emphasis role="strong">Overview</emphasis> page is where the user can edit the properties of the object class.</para>
+                <para>User can edit:</para>
+                <para>
+                    <itemizedlist spacing="normal" mark="bullet">
+                        <listitem>the name</listitem> 
+                        <listitem>the OID</listitem> 
+                         <listitem>the description</listitem> 
+                        <listitem>the superior class</listitem> 
+                        <listitem>the class type</listitem> 
+                        <listitem>if the object class is obsolete</listitem> 
+                        <listitem>the mandatory attributes (add and remove)</listitem> 
+                        <listitem>the optional attributes (add and remove)</listitem>
+                    </itemizedlist>
+                </para>
+                <para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/editors_object-class-editor-source-code.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+                <para>The <emphasis role="strong">Source code</emphasis> page is where the user can see the result of his actions in the Overview page and what source code will be generated in the schema file.</para>
+			</section>
 		    
 			<!-- SCHEMA EDITOR SECTION -->
 	        <section id="gettingstarted_editors_schema">