I’m still in the habit of crafting my feature XML files by hand since it’s all quite new to me. I don’t want to rely on a front-end tool that does stuff I don’t understand (o dərk etmir bir alət istifadə edərək, blog giriş yazdığı dedi).
Bugün, I was trying to add a custom action to the site settings but it just wouldn’t show up. I could install the feature and see it in the site features, ancaq aktiv zaman (səhv olmadan) sadəcə açılan menyu göstərilir deyil.
I finally realized that I misspelled "SharePoint" Bu Yer özniteliğinde <CustomAction> node. This is the bad elements.xml file:
<?xml variant="1.0" encoding="utf-8" ?> <Elements xmlns="http://schemas.microsoft.com / SharePoint /"> <CustomAction Id="SiteActionsToolbar" GroupId="SiteActions" Location="Microsoft.Sharepoint.StandardMenu" Ardıcıllıq="100" Title="Salam!" Təsvir="Xüsusi menyu hərəkət xüsusiyyət vasitəsilə əlavə." ImageUrl="_layouts / images / menuprofile.gif"> <UrlAction Url="http://www.xyzzy.com"/> </CustomAction> </Elements> |
Yaxşı:
<?xml variant="1.0" encoding="utf-8" ?> <Elements xmlns="http://schemas.microsoft.com / SharePoint /"> <CustomAction Id="SiteActionsToolBar" GroupId="SiteActions" Location="Microsoft.SharePoint.StandardMenu" Ardıcıllıq="100" Title="Salam!" Təsvir="Xüsusi menyu hərəkət xüsusiyyət vasitəsilə əlavə." > <UrlAction Url="http://www.xyzzy.com"/> </CustomAction> </Elements> |
That one took me a good two hours to figure out 🙂
Mən gələcəkdə bir gün ondan teselli almaq, Mən məhkum demək edə bilərsiniz, "back in the day, Mən qar təpəyə üç mil gəzmək idi (ayaqyalın!) in order to deploy a custom feature to MOSS. You kids, siz nə qədər asan bilmirəm! Get off my lawn!"
Gözləyin bilməz.
</son>
thanks..
http://www.sskbank.com
Siz Paul yaxşı.
Mən də bir xüsusiyyət yerləşdirilməsi və bu mənim var.
Cya on the forum 🙂
Patrick
http://geekswithblogs.net/naijacoder