OVH Cloud OVH Cloud

Changement d'un lien...

1 réponse
Avatar
Kart
Bonjours a tous,
Voila mon probleme, lorsque je répond a une enquete et que je valide ma
reponse je suis redirigé vers la page overview.aspx de l'enquete. Y'a t-il
moyen de modifier ce lien ???
Merci .

1 réponse

Avatar
EROL MVP SPS
Bonjour,

Une piste, de parametrage et une autre de programmation :

Modification du nom ou de la description d'une liste ou d'une bibliothèque
1.. Dans la barre de liens supérieure, cliquez sur Documents et listes.
2.. Dans la page Documents et listes, cliquez sur la liste, la
bibliothèque de documents ou le forum de discussion dans lequel vous
souhaitez modifier le nom ou la description.
3.. Cliquez sur Modifier les paramètres et les colonnes.
Si la page affiche une enquête, cliquez sur Modifier l'enquête et les
questions.

4.. Sous Paramètres généraux, cliquez sur Modifier les paramètres
généraux.
5.. Dans les zones Nom et Description, tapez les nouvelles informations
souhaitées.
6.. Au bas de la page, cliquez sur OK.
+++++++++++++++++++++++++++++++++++++


Creates a SharePoint list of a specified type, such as Discussions,
Contacts, or Survey.

Syntax

<Method ID="Text">
<SetVar Name="Cmd">NewList</SetVar>
<SetVar Name="ListTemplate">List_Type</SetVar>
<SetVar Name="Title">Text</SetVar>
<SetVar Name="Description">Text</SetVar>
<SetVar Name="displayOnLeft">[TRUE|FALSE]</SetVar>
<SetVar Name="VersioningEnabled">[TRUE|FALSE]</SetVar>
<SetVar Name="GlobalMtgDataList">[TRUE|FALSE]</SetVar>
<SetVar Name="AllowMultiVote">[on|off]</SetVar>
<SetVar Name="showUsernames">[on|off]</SetVar>
</Method>

Parameters

ID = "Text "


Application-specific string. In an HTML editor compatible with Microsoft
Windows SharePoint Services, such as Microsoft Office FrontPage, the string
provides the sequence number and name of the method.


Name = "Cmd"


Must be set to NewList.


Name = "ListTemplate"


Identifies the list type, using the following values: Identifier List type
100 Generic list
101 Document library
102 Survey (c'est là--------------)
103 Links list
104 Announcements list
105 Contacts list
106 Events list
107 Tasks list
108 Discussion board
109 Picture library
110 Data sources
111 Site template gallery
113 Web Part gallery
114 List template gallery
115 XML Form library
120 Custom grid for a list
200 Meeting Series list
201 Meeting Agenda list
202 Meeting Attendees list
204 Meeting Decisions list
207 Meeting Objectives list
210 Meeting text box
211 Meeting Things To Bring list
212 Meeting Workspace Pages list
1100 Issue tracking



Name = "Title"


Specifies a title for the list.


Name = "Description"


Specifies a description for the list.


Name = "displayOnLeft "


Optional. TRUE to display the list on the Quick Launch bar.


Name = "VersioningEnabled"


Optional. TRUE to enable versioning for a document library.


Name = "GlobalMtgDataList"


Optional. For a list in a Meeting Workspace site, TRUE to specify that the
list is a series list or FALSE to specify a normal list.


Name = "AllowMultiVote"


Optional on or off. on to allow users to vote more than once in a survey.


Name = "showUsernames"


Optional on or off. on to specify that the user name be displayed in the
results of a survey.



Decoded
<Method ID="0,NewList">
<SetVar Name="Cmd">NewList</SetVar>
<SetVar Name="ListTemplate">100</SetVar>
<SetVar Name="Title">New List 999</SetVar>
</Method>Return Value
Success

Returns the code attribute, which is a signed-decimal representation of an
HRESULT.

Error

Returns an XML-encoded Unicode (UTF-8) text string. See Error Message Format
for Windows SharePoint Services for more information.

------------------------------
Il vous faut visiter le SDK.

-----------------------------

Votre page overview.aspx comment est elle ?
+
Avez-vous les bons droits pour répondre ?

Cdlt

EROL

"Kart" a écrit dans le message de news:

Bonjours a tous,
Voila mon probleme, lorsque je répond a une enquete et que je valide ma
reponse je suis redirigé vers la page overview.aspx de l'enquete. Y'a t-il
moyen de modifier ce lien ???
Merci .