Adding some parameters in the URL i.e. QuerySting gives some bonus , specially for the pages where “EditPage” is not available from Site Settings.
It Even works if there is no SiteSettings assigned to user( Should we take it as BIGsecurity BUG ? )
For example there is no “Edit Page” Option available in any of lists “NewFrom.aspx”. so there is no other way then to go in sharepoint designer and then edit the page.
But this way is more easier, as to just trick the URL and you will have NewForm.aspx in Edit Mode in Browser. !!!!!!
The possible parameters with values are :
Add Web Parts/Browse
ToolPaneView=2Add Web Parts/Search
ToolPaneView=3Edit Mode
mode=editView Mode
mode=viewShared Mode
PageView=SharedPersonal Mode
PageView=Personal
Different combinations of this parameters gives some time saving benefit of editing the same page in designer.
So for example, say you wanted to edit the Shared view of the default page:
default.aspx?mode=edit&PageView=Shared
Say you wanted to Browse web parts and add them to your Personal view:
newForm.aspx?ToolPaneView=2&PageView=Personal
- Put page in Webpart Maintenance mode
placing ?contents=1 in query string(URL) lets user to have a page in webpart maintenance mode, where its possible to reset or delete any of webparts of that page.
This helps specially when some webpart is mal functioning or having error, and due to it entire page is not able to load.
e.g AllItems.aspx?contents=1 will open
Web Part Page Maintenance: AllItems
Fuente: http://abstractspaces.wordpress.com/2008/05/05/trick-the-sharepoint-query-string-url/
No hay comentarios:
Publicar un comentario