Wiki Docuement Templates
- From: JCTurman@xxxxxxxxx
- Date: Wed, 01 Aug 2007 16:11:24 -0000
My company is using the SharePoint WSS v3 wiki functionality to
capture corporate knowledge. We have have experts, who know a things
about things, write "articles" in a wiki document library.
One requirement was to give the experts article templates from which
to choose from when writing the articles.
I'm posting this topic to get opinions from people who know what will
work to meet this requirement.
My way was to add javascript to the CreateWebPage.aspx file which
redirects the user to a custom_CreateWebPage.aspx based on the
requested url. The user only gets redirected if they are navigating
to a specific wiki doc lib. I did this because while I was able to
implement a feature that redirects the user to a
custom_EditCreateWebPage.aspx, I could never get the feature to work
for the CreateWebPage.aspx
To get an article template for the user, in the
custom_CreateWebPage.aspx, I added javascript which called a web
service I created that returned a string containing an Article
Template. Next, I used javascript to write the string on the Wiki
Text field.
This works, but I am concerned that I made it too complicated or that
basically there is a better way.
Any suggs?
.
- Prev by Date: Re: WIKI best practices
- Next by Date: Re: stsadm vs sql server backup
- Previous by thread: Re: move standalone server to new hardware
- Next by thread: Re: stsadm vs sql server backup
- Index(es):
Relevant Pages
|