InterviewSolution
| 1. |
What Are The Page-related Functions In The Context Menu Of A Page? |
|
Answer» The page-related functions in the context menu of a page are: 1. Show: Opens the page you clicked in the browser (frontend) 2. Disable: Disables the page (so it isn’t ACCESSIBLE from the frontend anymore) 3. Edit: LETS you edit the page properties 4. Info: Displays information about the page 5. History/Undo: Shows the change history of the page (who did which changes when) 6. Page Actions: Action related to the selected page
7. Branch Actions: Actions related to the whole branch
The page-related functions in the context menu of a page are: 1. Show: Opens the page you clicked in the browser (frontend) 2. Disable: Disables the page (so it isn’t accessible from the frontend anymore) 3. Edit: Lets you edit the page properties 4. Info: Displays information about the page 5. History/Undo: Shows the change history of the page (who did which changes when) 6. Page Actions: Action related to the selected page 7. Branch Actions: Actions related to the whole branch |
|