Salome HOME
Merge branch 'V8_4_BR'
[modules/gui.git] / doc / salome / gui / input / using_object_browser.doc
index 5aea2694907678273431a5b80c2ddf0d585c21af..d147ad329b8667da4f57585815b560c8b1e229e0 100644 (file)
@@ -26,21 +26,27 @@ right-click on a definite object in the Object Browser.
 The Object Browser may contain supplementary attributes of the objects
 displayed in additional columns. By default, these columns are not
 displayed -  displaying/hiding these columns is possible through
-\ref salome_preferences_page "setting study preferences" or
+\ref setting_preferences_page "setting study preferences" or
 right-clicking on the attributes bar and toggling the necessary
 attributes.
 
 \image html objectbrowser2.png
 
-<ul>
-<li>\b Entry  - Identification index of the object in the structure of
-the study</li>
-<li>\b IOR -  Interoperable Object Reference</li>
-<li><b>Reference entry</b>  -  Identification index of the references
-to the objects</li>
-<li>\b Value  -  Displays the value of the first object attribute</li>
-</ul>
+- \b Name; 
+- \b Entry  - Identification index of the object in the structure of the study;
+- \b IOR -  Interoperable Object Reference; 
+- <b>Reference entry</b>  -  Identification index of the references to the objects;
+- \b Value  -  Displays the value of the first object attribute.
 
 \note <b>Entry, IOR and Reference entry</b> attributes are displayed for debugging purposes only.
-*/
\ No newline at end of file
+
+<h2> Sorting </h2>
+
+By default the objects in the object browser are sorted in the creation order. 
+\n
+However, it is possible to enable sorting in the alphabetical order (or the reverse alphabetical order) by right clicking in the header of the tree (near the \b Name field) and checking "enable sorting" in the context menu.
+\n
+It is possible to use the arrow near "Name" to reverse the order.
+If "enable sorting" is unchecked, the objects are sorted in the default order again.
+
+*/