Changeset 3359 for trunk/doc/src/docbook/userdoc/webclient.xml
- Timestamp:
- May 22, 2007, 9:02:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/userdoc/webclient.xml
r3353 r3359 754 754 <para> 755 755 You mostly work with a single type of item at a time. This is 756 reflected in the menu system. For example, use <guimenu>View</guimenu> 757 <guimenuitem>Samples</guimenuitem> to work with samples, and 758 <guimenu>View</guimenu><guimenuitem>Experiments</guimenuitem> to 759 work with experiments. In most cases the list view for that type 756 reflected in the menu system. For example, use 757 <menuchoice> 758 <guimenu>View</guimenu> 759 <guimenuitem>Samples</guimenuitem> 760 </menuchoice> 761 to work with samples, and 762 <menuchoice> 763 <guimenu>View</guimenu> 764 <guimenuitem>Experiments</guimenuitem> 765 </menuchoice> 766 to work with experiments. In most cases the list view for that type 760 767 of item is displayed. The list view, as the name says, 761 768 is used to list all items. There are two more standard views, the … … 768 775 <listitem> 769 776 <para> 770 This view lists all items of a certain type. Gives you 771 an overview of your items. The view allows you to search 777 This view lists all items of a certain type. The view allows you to search 772 778 and it is possible to configure which information to show 773 779 for each item. It also contains functions that 774 780 can be used on multiple items at the same time, for example, 775 delete, share and export. 781 delete, share and export. See <xref linkend="webclient.itemlist"/> for more information. 776 782 </para> 777 783 </listitem> … … 924 930 <para> 925 931 To really delete an item from the database you must use 926 the trashcan. See <xref linkend="trashcan"/> 932 the trashcan. See <xref linkend="trashcan"/>. 927 933 </para> 928 934 </important> … … 1182 1188 menu to list samples and the 1183 1189 <menuchoice><guimenu>View</guimenu><guimenuitem>Experiments</guimenuitem></menuchoice> 1184 menu to list experiments. An example of a list page that can list 1185 items of several types is the <link linkend="trashcan">Trashcan</link>. 1186 A typical list page is shown below. 1190 menu to list experiments. 1187 1191 </para> 1188 1192 1193 <tip> 1194 An example of a list page that can list 1195 items of several types is found by going to 1196 <menuchoice> 1197 <guimenu>View</guimenu> 1198 <guimenuitem>All items</guimenuitem> 1199 </menuchoice>. 1200 This page lists all items that you are the owner of. It has a few limitations: 1201 1202 <itemizedlist> 1203 <listitem> 1204 <para> 1205 It support only a limited set of columns (type, name and description) 1206 since these are the only properties that are common 1207 among all items. 1208 </para> 1209 </listitem> 1210 1211 <listitem> 1212 <para> 1213 The list can't be filtered (except by item type) 1214 or sorted. This is due to a limitation in the query system 1215 used to generate the list. 1216 </para> 1217 </listitem> 1218 </itemizedlist> 1219 1220 <para> 1221 There are also several similarities: 1222 </para> 1223 1224 <itemizedlist> 1225 <listitem> 1226 <para> 1227 It supports all of the regular multi-item 1228 operations such as delete, restore, share 1229 and take ownership. 1230 </para> 1231 </listitem> 1232 1233 <listitem> 1234 <para> 1235 Clicking on the name of the item will take you to the 1236 single-item view of that item. Holding down <keycap>CTRL</keycap>, 1237 <keycap>ALT</keycap> or <keycap>SHIFT</keycap> while clicking, 1238 will open the edit popup. 1239 </para> 1240 </listitem> 1241 </itemizedlist> 1242 1243 </tip> 1244 1189 1245 <figure id="webclient.figures.listpage"> 1190 <title> Example of alist page</title>1246 <title>A typical list page</title> 1191 1247 <screenshot> 1192 1248 <mediaobject>
Note: See TracChangeset
for help on using the changeset viewer.