Hogyan hozzunk létre saját menü pont a Webhelyműveletek

Az alábbi minta funkció teremt új menüpont a Site menü, Kérjük, cserélje ki a GUID az alábbi kódot.

Minta Feature fájl

<?xml version =”1.0″ encoding =”utf-8″?>

<Feature

Id =”<GUID>”

Title =”Egyéni menüpont”

Description =” ”

Version=”1.0.0.0″

Scope=”Weboldal”

Hidden=”Hamis” xmlns =”http://schemas.microsoft.com / SharePoint /”>

<ElementManifests>

<ElementManifest

Location=”elements.xml” />

</ElementManifests>

</Feature>

Minta Elements fájl

<?xml version =”1.0″ encoding =”utf-8″?>

<Elements xmlns =”http://schemas.microsoft.com / SharePoint /”>

<CustomAction Id =””

GroupId=”SiteActions”

Location=”Microsoft.SharePoint.StandardMenu”

RequireSiteAdministrator=”IGAZ”

Title =”Saját Blog”

Description =” ”

Sequence=”1″>

<UrlAction Url =”http://www.mstechblogs.com / SharePoint “/>

</CustomAction>

</Elemek>

1 megjegyzést Hogyan hozzunk létre testreszabott menüpont Webhelyműveletek

Hagy egy Válaszol

Használhatod ezeket a HTML elemek

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>