Wiki source code of Page State
Last modified by Vincent Massol on 2024/11/19 16:13
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{toc/}} | ||
| 2 | |||
| 3 | = Page State = | ||
| 4 | |||
| 5 | * Breadcrumbs gives you the understanding of where you are related to the other pages (wiki, space, parent) | ||
| 6 | ** BTW: the current page should be displayed in another manner | ||
| 7 | ** With the new actionMenu, the breadcrumbs have been separated, wiki and space being places in the menu | ||
| 8 | * Page State gives you the understanding of what state are you modifying/viewing for a certain page | ||
| 9 | ** **View Mode** | ||
| 10 | [[image:pageHeader.png]] | ||
| 11 | [[image:pageExtraTabs.png]] | ||
| 12 | ** **Edit Mode** | ||
| 13 | [[image:ChooseEditorPanel.png]] | ||
| 14 | |||
| 15 | == Problem == | ||
| 16 | |||
| 17 | * We need to standardize the way we are displaying the page state | ||
| 18 | |||
| 19 | === View Mode === | ||
| 20 | |||
| 21 | * **viewer=content** | ||
| 22 | [[image:viewerContent.png]] | ||
| 23 | * **viewer=attachments** | ||
| 24 | [[image:viewerAttachments.png]] | ||
| 25 | * **viewer=comments** | ||
| 26 | [[image:viewerComments.png]] | ||
| 27 | * **viewer=history** | ||
| 28 | [[image:viewerHistory.png]] | ||
| 29 | * **viewer=information** | ||
| 30 | [[image:viewerInformation.png]] | ||
| 31 | * **viewer=code** | ||
| 32 | [[image:viewerCode.png]] | ||
| 33 | |||
| 34 | === Edit Mode === | ||
| 35 | |||
| 36 | * **editor=wiki** | ||
| 37 | [[image:editorWiki.png]] | ||
| 38 | * **editor=wysiwyg** | ||
| 39 | [[image:editorWYSIWYG.png]] | ||
| 40 | * **editor=objects** | ||
| 41 | [[image:editorObjects.png]] | ||
| 42 | * also keep in mind independent object editing (eq editor=object&classname=XWiki.TagClass&object=0 ) | ||
| 43 | * **editor=class** | ||
| 44 | [[image:editorClass.png]] | ||
| 45 | * **editor=rights** | ||
| 46 | [[image:editorRights.png]] | ||
| 47 | * **editor=history** | ||
| 48 | [[image:editorHistory.png]] | ||
| 49 | |||
| 50 | === Action Mode === | ||
| 51 | |||
| 52 | * are this actions related to a certain page? | ||
| 53 | * **xpage=copy** | ||
| 54 | [[image:actionCopy.png]] | ||
| 55 | * **xpage=rename** | ||
| 56 | [[image:actionRename.png]] | ||
| 57 | * **bin/delete** | ||
| 58 | [[image:actionDelete.png]] | ||
| 59 | * new page action can be related to the current page or in general | ||
| 60 | |||
| 61 | == Rhetoric Questions == | ||
| 62 | |||
| 63 | * The views are separated in menu or in the shortcuts (eq #commentsshortcut) | ||
| 64 | * The editors are separated in menu and panel | ||
| 65 | * Is print preview a view mode? | ||
| 66 | * History is a view or edit mode? | ||
| 67 | * Class is a page edit mode or is more general? It should be redesigned the way the information is displayed there | ||
| 68 | * In the edit mode how can I access the viewer options? the menu and shortcuts are gone (Silvia) | ||
| 69 | |||
| 70 | === Related issues === | ||
| 71 | |||
| 72 | * [[XSCOLIBRI-97>>http://jira.xwiki.org/jira/browse/XSCOLIBRI-97]] |