பட்டியில் இன்னும் பாசி நீட்டிக்க அழகான உயர் உள்ளது

இன்று, I was working with a client and describing how to modify the content query web part and display additional bits of information from a content type.

"First, you configure the CQWP to connect to its data sources, then you export it to your workstation, modify <CommonViewFields>, upload, remove the original and now it’s ‘primed’ to display those other columns. அடுத்து, open up SharePoint designer, navigate to the site collection root and locate ItemStyle.xsl. Copy one of the templates as a useful starting point. Go back and modify the CQWP to make use of this new template. இறுதியாக, modify the template to render your new fields! (Don’t forget to check it back in so that other users can see the results)."

It’s all quite clear to me (and most of us SharePoint developer types) what’s going on and how it’s quite nice, உண்மையாக, that the data retrieval aspects of the CQWP are so well-separate from the data presentation aspects. ஆனாலும், it’s not so easy to explain, is it?

<இறுதியில் />

Technorati குறிச்சொற்கள்: ,

ஒரு கட்டம் உள்ளடக்க கேள்வி வலை பகுதி முடிவுகள் காட்ட / மேசை

கண்ணோட்டம் மற்றும் குறிக்கோள்

பெட்டியை வெளியே, பாசி’ உள்ளடக்கத்தை கேள்வி வலை பகுதி (CQWP) பட்டியல் வடிவமைப்பு அதன் முடிவுகளை காட்டுகிறது, similar to search results. It is also possible to display the results in a grid format (அதாவது. HTML அட்டவணை வடிவமைப்பு). Grid formats are better in some circumstances. I describe how to achieve that effect in this article.

வணிக நிலைத்தன்மை

I have worked with a client on an enterprise-wide MOSS rollout. We have designed their taxonomy such that projects are first class citizens in the hierarchy and have their own top level site. Project managers maintain a singleton list of project summary information, போன்ற தலைப்பை, வரவு செலவு திட்டம், எதிர்பார்க்கப்படுகிறது நிறைவு தேதி, remaining budget and other summary type fields. By "singleton" I mean a custom SharePoint list guaranteed to contain only one item. Simplistically, இது போல்:

படம்

குறிப்பிட்டது போல தொழில்நுட்ப அணுகுமுறை அதே உள்ளது இங்கே (http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!447.entry). The CQWP uses an XSL transform to emit HTML for the browser to render.

I always envision the result before diving into the XSL because XSL is a nightmare. Here’s my desired result:

படம்

இந்த HTML என்று முடிவு உருவாக்குகிறது:

<HTML>
 <உடல்>
 <மையம்>
 <மேசை ஓரம்= 1>

<!-- அடையாளங்கள் ->
 <TR ப்க்கோலோர்= நீல>
 <TD><இருக்கின்றன நிறம்= வெள்ளை><>திட்டத்தின் பெயர்</></இருக்கின்றன></TD>
 <TD ஒழுங்குசெய்= உரிமை><இருக்கின்றன நிறம்= வெள்ளை><>தேதி நிறைவு</></இருக்கின்றன></TD>
 <TD ஒழுங்குசெய்= உரிமை><இருக்கின்றன நிறம்= வெள்ளை><>வரவு செலவு திட்டம்</></இருக்கின்றன></TD>
 <TD ஒழுங்குசெய்= உரிமை><இருக்கின்றன நிறம்= வெள்ளை><>உண்மையான செலவு</></இருக்கின்றன></TD>
 <TD><இருக்கின்றன நிறம்= வெள்ளை><>ஒட்டுமொத்த நிலைமை</></இருக்கின்றன></TD>
 </TR>

<TR>
 <TD>மீண்டும் கம்பி கணினி அறை.</TD>
 <TD ஒழுங்குசெய்= உரிமை>02/01/08</TD>
 <TD ஒழுங்குசெய்= உரிமை>22,500.00</TD>
 <TD ஒழுங்குசெய்= உரிமை>19,000.00</TD>
 <TD>முன்னேற்றம் உள்ள</TD>
 </TR>

<TR>
 <TD>எல் மேம்படுத்து விதிகளை சர்வர்கள்</TD>
 <TD ஒழுங்குசெய்= உரிமை>04/01/08</TD>
 <TD ஒழுங்குசெய்= உரிமை>7,500.00</TD>
 <TD ஒழுங்குசெய்= உரிமை>0.00</TD>
 <TD>திட்டமிட்டு</TD>
 </TR>

</மேசை>
 </மையம்>
 </உடல்>
</HTML>

அணுகுமுறை

கட்டம் உருவாக்க இந்த வழிமுறைகளை பின்பற்றவும்:

  1. கட்டம் கூறுகள் அடையாளம் (வரிசைகள் / நெடுவரிசைகளை).
  2. தேவையான தளத்தில் பத்திகள் வரையறுத்து உருவாக்க.
  3. திட்டங்கள் மற்றும் ஒற்றை பட்டியல்கள் துணை தளங்கள் உருவாக்க.
  4. ஒரு வலை பக்கத்தை CQWP சேர்க்க உங்கள் பட்டியல்கள் தேட அதை கட்டமைக்க.
  5. கூடுதல் பத்திகள் வரை சேகரிக்க CQWP இன் XML மாற்றவும்.
  6. ஒரு அட்டவணை உருவாக்க XSL மாற்றவும்.

I’m going to concentrate on number six. Numbers one through four are straight-forward and something that any CQWP user has already done. Number five has been well-documented by others including this exhaustive screen-shot laden article from MSDN இங்கே (http://msdn2.microsoft.com/en-us/library/bb897399.aspx) மற்றும் ஹீத்தர் சுலைமான் வலைப்பதிவு இங்கே (http://www.heathersolomon.com/blog/articles/CustomItemStyle.aspx).

கொட்டைகள் மற்றும் போல்ட்

படிகள் எம்எஸ்டிஎன் ஆவணங்கள் மற்றும் ஹீத்தர் சாலமன் கட்டுரை படி ஐந்து மூலம் ஒரு தொடங்க செயல்படுத்த.

இந்த கட்டத்தில், நீங்கள் பக்கம் உங்கள் CQWP சேர்க்க நீங்கள் உங்கள் <CommonViewFields> தேவையான கட்டமைப்பு.

வழக்கமான வழிமுறைகளை பின்பற்றி, நான் இந்த இடைநிலை முடிவுகளை பெற:

1. ஒரு உள்ளடக்க வகை உருவாக்க, a templatized custom list for that content type and two sites. Here is the content type:

படம்

இங்கே தளத்தில் கட்டமைப்பானது:

படம்

2. என் திட்டம் subsites மற்றும் ஒற்றை திட்டத்தின் சுருக்கத்தை பட்டியல்கள் உருவாக்கி பின்னர் CQWP சேர்க்க:

படம்

3. மூலம் எனக்கு கூடுதல் தகவல் சேர்க்க <CommonViewFields>:

        <சொத்து பெயர்="CommonViewFields" மாதிரி="மாலை">Project_x0020_Name;Project_x0020_Expenses;Project_x0020_Status;Project_x0020_Start_x0020_Date;Project_x0020_End_x0020_Date;Project_x0020_Budget</சொத்து>

நான் ஒரு வரியில் அனைத்து சொத்து துறைகள் வைத்திருக்க என்று குறிப்பு அல்லது வேலை இல்லை (CQWP கேள்வி எதுவும் திரும்பினார் என்று சொல்ல வேண்டும் என்று நான்).

4. இந்த கட்டத்தில், we’re ready to move beyond the MSDN article and flip on over to Heather Solomon’s article. Follow her steps starting near step #5 சிறப்பு உருவாக்க / unghosted version of ItemStyle.xsl. I follow Heather’s advice, படி வழியாக வரை 11 இந்த இடைநிலை முடிவுகளை பெற:

4.1: என் XSL டெம்ப்ளேட் பின்வருமாறு பெயரிட:

<XSL:template name="Grid" match="Row[@Style=’Grid’]" mode="itemstyle">

நான் சற்றே அவரது ஆலோசனை மாற்ற <XSL:-ஒவ்வொரு …> ஒரு சேர்ப்பதன் மூலம் <br /> ஒரு தூய்மையான பட்டியல் வழங்க குறிக்கவும்:

    <XSL:-ஒவ்வொரு தேர்ந்தெடு="@ *">
      பி:<XSL:மதிப்பு தேர்ந்தெடு="பெயர்()" /><Br/>
    </XSL:-ஒவ்வொரு>

4.2: நான் வலை பகுதியாக மாற்ற, go to appearance and select my "Grid" பாணி:

படம்

மாற்றம் விண்ணப்பிக்க இங்கு விளைவாக:

படம்

நாம் துறைகள் நாங்கள் விரும்பவில்லை என்று மேலே இருந்து பார்க்க முடியும் (திட்டத்தின் பெயர், செலவு, அந்தஸ்து, முதலியன) are available for us to use when we emit the HTML. Not only that, but we see the names by which we must reference those columns in the XSL. எடுத்துக்காட்டாக, we reference Project Status as "Project_x005F_x0020_Name".

இந்த கட்டத்தில், நாம் ஹீத்தர் வலைப்பதிவில் இருந்து இந்த ராட்சதர்கள் தோள்களில் இருந்து புறப்படும், நான் என் சொந்த சிறிது சேர்க்க.

ContentQueryMain.xsl

குறிப்பு: இருவரும் ContentQueryMain.xsl மாற்றம் அத்துடன் ItemStyle.xsl போது, உங்கள் மாற்றங்கள் விளைவை பார்க்க முன் நீங்கள் மீண்டும் அந்த கோப்புகளை சரிபார்க்க வேண்டும்.

கட்டம் தயாரித்தல் நோக்கங்களுக்காக, MOSS uses two different XSL files to produce the results we see from a CQWP. To generate the previous bit of output, we modified ItemStyle.xsl. MOSS actually uses another XSL file, ContentQueryMain.xsl to in conjunction with ItemStyle.xsl to generate its HTML. As its name implies, ContentQueryMain.xsl is the "main" XSL that controls the overall flow of translation. It iterates through all the found items and passes them one by one to templates in ItemStyle.xsl. We’ll modify ItemStyle.xsl to generate the open <மேசை> தரவு முதல் வரிசையில் உமிழ்கின்ற முன் டேக் மற்றும் நிறைவு <மேசை> tag after emitting the last row. To accomplish this, ContentQueryMain.xsl is modified to pass two parameters to our "grid" ItemStyle.xsl உள்ள டெம்ப்ளேட், "last row" and "current row". ItemStyle.xsl uses these to conditionally emit the necessary tags.

ஹீத்தர் சுலைமான் நுட்பத்தை பயன்படுத்தி, we locate ContentQueryMain.xsl. It is located in the same place as ItemStyle.xsl. This screen shot should help:

படம்

நாம் பின்வரும் மாற்றங்களை செய்ய வேண்டும்:

  • ஒரு XSL டெம்ப்ளேட் மாற்ற, "CallItemTemplate" that actually invokes our Grid template in ItemStyle.xsl. We will pass two parameters to the Grid template so that it will have the data it needs to conditionally generate opening and closing <மேசை> குறிச்சொற்களை.
  • Modify another bit of ContentQueryMain.xsl that calls the "CallItemTemplate" to pass it a "LastRow" LastRow எங்கள் கிரிட் டெம்ப்ளேட் கடத்தப்பட அளவுரு என்று.

Locate the template named "OuterTemplate.CallItemTemplate" சரம் அடையாளம்:

  <XSL:டெம்ப்ளேட்டை பெயர்="OuterTemplate.CallItemTemplate">

பின்வருமாறு முழு டெம்ப்ளேட் பதிலாக:

  <XSL:டெம்ப்ளேட்டை பெயர்="OuterTemplate.CallItemTemplate">
    <XSL:நில் பெயர்="CurPosition" />

    <!--
      Add the "LastRow" அளவுரு.
      We only use it when the item style pass in is "Grid".
    -->
    <XSL:நில் பெயர்="LastRow" />

    <XSL:தேர்வு>
      <XSL:எப்போது சோதனை="@ உடை = 'NewsRollUpItem'">
        <XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க தேர்ந்தெடு="." முறைமை="itemstyle">
          <XSL:உடன், PARAM பெயர்="தொகுப்பு பாங்கு" தேர்ந்தெடு="$cbq_iseditmode" />
        </XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க>
      </XSL:எப்போது>
      <XSL:எப்போது சோதனை="@ உடை = 'NewsBigItem'">
        <XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க தேர்ந்தெடு="." முறைமை="itemstyle">
          <XSL:உடன், PARAM பெயர்="CurPos" தேர்ந்தெடு="$CurPosition" />
        </XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க>
      </XSL:எப்போது>
      <XSL:எப்போது சோதனை="@ உடை = 'NewsCategoryItem'">
        <XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க தேர்ந்தெடு="." முறைமை="itemstyle">
          <XSL:உடன், PARAM பெயர்="CurPos" தேர்ந்தெடு="$CurPosition" />
        </XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க>
      </XSL:எப்போது>

      <!--
              கிரிட் itemstyle.xsl டெம்ப்ளேட் தற்போதைய நிலையை lastrow அனுப்ப.
              ItemStyle.xsl திறந்த மற்றும் இறுதி வெளியிடுவதில்லை என்று பயன்படுத்தும் <மேசை> குறிச்சொற்களை.
      -->
      <XSL:எப்போது சோதனை="@ உடை = 'கிரிட்'">
        <XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க தேர்ந்தெடு="." முறைமை="itemstyle">
          <XSL:உடன், PARAM பெயர்="CurPos" தேர்ந்தெடு="$CurPosition" />
          <XSL:உடன், PARAM பெயர்="கடந்த" தேர்ந்தெடு="$LastRow" />
        </XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க>
      </XSL:எப்போது>

      <XSL:இல்லையெனில்>
        <XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க தேர்ந்தெடு="." முறைமை="itemstyle">
        </XSL:-வார்ப்புருக்கள் விண்ணப்பிக்க>
      </XSL:இல்லையெனில்>
    </XSL:தேர்வு>
  </XSL:டெம்ப்ளேட்டை>

Comments மாற்றங்கள் நோக்கம் விவரிக்கின்றன.

நிச்சயமாக, the "OuterTemplate.CallItemTemplate" is itself called from another template. Locate that template by searching for this text string:

<XSL:டெம்ப்ளேட்டை பெயர்="OuterTemplate.Body">

OuterTemplate.Body உள்ள வழிமுறைகளை மூலம் உருட்டும் மற்றும் LastRow அளவுரு பின்வருமாறு நுழைக்க (சாய்வு ஒரு கருத்து காட்டப்படும்):

<XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="OuterTemplate.CallItemTemplate">
  <XSL:உடன், PARAM பெயர்="CurPosition" தேர்ந்தெடு="$CurPosition" />
  <!-- LastRow அளவுரு நுழைக்க. -->
  <XSL:உடன், PARAM பெயர்="LastRow" தேர்ந்தெடு="$LastRow"/>
</XSL:அழைப்பு-டெம்ப்ளேட்>

இந்த அனைத்து பிறகு, நாம் இறுதியாக விஷயங்களை ஒழுங்காக நமது ItemStyle.xsl வெளியிடுவதில்லை என்று அமைக்க வேண்டும் <மேசை> சரியான இடத்தில் குறிச்சொற்களை.

ItemStyle.Xsl

குறிப்பு: மறுபடி, அந்த மாற்றங்கள் விளைவை பார்க்க அதனால் எந்த மாற்றம் செய்த பின் ItemStyle.xsl சரிபார்க்க.

நாம் இங்கு இரண்டு பணிகள் உள்ளன:

  • Replace the entire Grid template. You can copy/paste from below.
  • Add some mumbo jumbo outside the template definition that enables "formatcurrency" template to work. (நான் XSL ஒரு மெல்லிய கைப்பிடி என்று சொல்ல முடியும்).

முதல், ItemStyle.xsl மேல் அருகே, இந்த வரியை சேர்க்கவும்:

  <!-- எங்களுக்கு அமெரிக்கா காட்ட உதவும் சில mumbo ஜம்போ. நாணய. -->
  <XSL:தசம-வடிவம் பெயர்="ஊழியர்கள்" ஐக்கிய="டி" />

  <XSL:டெம்ப்ளேட்டை பெயர்="தவறுதல்" பொருந்தவில்லை="*" முறைமை="itemstyle">

நான் முன்பு நேரடியாக சேர்க்க என்பதை கவனத்தில் <XSL:template name="Default" …> வரையறை.

அடுத்து, go back to our Grid template. Replace the entire Grid template with the code below. It is thoroughly commented, ஆனால் எனக்கு மின்னஞ்சல் தயங்க அல்லது கேள்விகள் இருந்தால் என் வலைப்பதிவில் கருத்துரைகளை விட்டு செல்லாதீர்கள்.

  <XSL:டெம்ப்ளேட்டை பெயர்="கம்பி சட்டம்" பொருந்தவில்லை="வரிசை[@ உடை = 'கிரிட்']" முறைமை="itemstyle">

    <!--
      ContentMain.xsl CurPos மற்றும் கடைசி செல்கிறது.
      நாம் நிபந்தனையின் பேரில் திறந்த மற்றும் இறுதி வெளியிடுவதில்லை இந்த பயன்படுத்த <மேசை> குறிச்சொற்களை.
    -->
    <XSL:நில் பெயர்="CurPos" />
    <XSL:நில் பெயர்="கடந்த" />

    <!-- பின்வரும் மாறிகள் தரமான ItemStyle.xsl இருந்து திருத்தப்படாத -->
    <XSL:மாறி பெயர்="SafeImageUrl">
      <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="OuterTemplate.GetSafeStaticUrl">
        <XSL:உடன், PARAM பெயர்="UrlColumnName" தேர்ந்தெடு="'ImageUrl'"/>
      </XSL:அழைப்பு-டெம்ப்ளேட்>
    </XSL:மாறி>
    <XSL:மாறி பெயர்="SafeLinkUrl">
      <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="OuterTemplate.GetSafeLink">
        <XSL:உடன், PARAM பெயர்="UrlColumnName" தேர்ந்தெடு="'LinkUrl'"/>
      </XSL:அழைப்பு-டெம்ப்ளேட்>
    </XSL:மாறி>
    <XSL:மாறி பெயர்="DisplayTitle">
      <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="OuterTemplate.GetTitle">
        <XSL:உடன், PARAM பெயர்="தலைப்பு" தேர்ந்தெடு="@ தலைப்பு"/>
        <XSL:உடன், PARAM பெயர்="UrlColumnName" தேர்ந்தெடு="'LinkUrl'"/>
      </XSL:அழைப்பு-டெம்ப்ளேட்>
    </XSL:மாறி>
    <XSL:மாறி பெயர்="LinkTarget">
      <XSL:என்றால், சோதனை="@ OpenInNewWindow = 'உண்மையான'" >_blank</XSL:என்றால்,>
    </XSL:மாறி>

    <!--
      இங்கு நாம் ஒரு மாறி வரையறுக்க, "tableStart".  இந்த HTML கொண்டிருக்கிறது
      .  குறிப்பு என்று நீங்கள் CurPos = 1, இது ஒரு CDATA குறிச்சொல் உள்ள HTML உள்ளடக்கியது.
      இல்லையெனில், அது காலியாக இருக்கும்.

      tableStart மதிப்பு ஒவ்வொரு முறையும் ItemStyle வழியாக அழைக்கப்படுகிறது emited
      .
    -->
    <XSL:மாறி பெயர்="tableStart">
      <XSL:என்றால், சோதனை="$CurPos = 1">
        <![CDATA[
        <அட்டவணை எல்லை = 1>
          <tr bgcolor="blue">
            <TD><font color="white"><ப>திட்டத்தின் பெயர்</ப></இருக்கின்றன></TD>
            <td align="right"><font color="white"><ப>தேதி நிறைவு</ப></இருக்கின்றன></TD>
            <td align="right"><font color="white"><ப>வரவு செலவு திட்டம்</ப></இருக்கின்றன></TD>
            <td align="right"><font color="white"><ப>உண்மையான செலவு</ப></இருக்கின்றன></TD>
            <TD><font color="white"><ப>ஒட்டுமொத்த நிலைமை</ப></இருக்கின்றன></TD>
          </TR>
        ]]>
      </XSL:என்றால்,>
    </XSL:மாறி>

    <!--
      மற்றொரு மாறி, tableEnd வெறுமனே இறுதி அட்டவணை குறிச்சொல் வரையறுக்கிறது.

      TableStart போல, அது எப்போதும் emited.  அதன் மதிப்பு ஏன் இந்த
      .
    -->
    <XSL:மாறி பெயர்="tableEnd">
      <XSL:என்றால், சோதனை="$CURPOS கடைசியாக $ =">
        <![CDATA[ </மேசை> ]]>
      </XSL:என்றால்,>
    </XSL:மாறி>

    <!--
      எப்போதும் tableStart உள்ளடக்கங்களை வெளியிடுவதில்லை.  இந்த முதல் இருந்தால்
      , நாம் அதன் மதிப்பு தெரியும்
      .

      தப்பி வெளியீடு முடக்க ஏனெனில் போது tableStart அது வெற்று இல்லை, அது
      .  என்றால்
      , it will generate
      stuff like "&Lt;மேசை&ஜிடி;" instead of "<மேசை>".
    -->
    <XSL:மதிப்பு தேர்ந்தெடு="$tableStart" முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"/>


    <TR>
      <!--
      பி:Project_x005F_x0020_Name
      :Project_x005F_x0020_End_x005F_x0020_Date
      :Project_x005F_x0020_Budget
      :Project_x005F_x0020_Expenses
      :Project_x005F_x0020_Status
      -->
      <TD>
        <XSL:மதிப்பு தேர்ந்தெடு="@ Project_x005F_x0020_Name"/>
      </TD>

      <TD ஒழுங்குசெய்="சரியான">
        <XSL:மதிப்பு தேர்ந்தெடு="@ Project_x005F_x0020_End_x005F_x0020_Date"/>
      </TD>

      <TD ஒழுங்குசெய்="சரியான">
        <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="formatCurrency">
          <XSL:உடன், PARAM பெயர்="மதிப்பு" 
தேர்ந்தெடு="@ Project_x005F_x0020_Budget"></XSL:உடன், PARAM> </XSL:அழைப்பு-டெம்ப்ளேட்> </TD> <TD ஒழுங்குசெய்="சரியான"> <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="formatCurrency"> <XSL:உடன், PARAM பெயர்="மதிப்பு" தேர்ந்தெடு="@ Project_x005F_x0020_Expenses">
</XSL:உடன், PARAM> </XSL:அழைப்பு-டெம்ப்ளேட்> </TD> <TD> <XSL:மதிப்பு தேர்ந்தெடு="@ Project_x005F_x0020_Status"/> </TD> <!-- பின்வரும் அனைத்து விஷயங்களை தெளிவுபடுத்த வெளியே கருத்து. எனினும், அதனை மீண்டும் கொண்டுவர மற்றும் அதை விஷயங்களுடன் <TD> அதன் பார்க்க         . --> <!-- <div id="linkitem" class="item"> <XSL:if test="string-length($SafeImageUrl) != 0"> <div class="image-area-left"> <a href="{$SafeLinkUrl}" target="{$LinkTarget}"> <img class="image-fixed-width" src="{$SafeImageUrl}"
alt="{@ ImageUrlAltText}"/> </ஒரு> </div> </XSL:என்றால்,> <div class="link-item"> <XSL:அழைப்பு-டெம்ப்ளேட்
name="OuterTemplate.CallPresenceStatusIconTemplate"/> <a href="{$SafeLinkUrl}"
target="{$LinkTarget}" title="{@ LinkToolTip}"> <XSL:value-of select="$DisplayTitle"/> </ஒரு> <div class="description"> <XSL:value-of select="@Description" /> </div> </div> </div>
--> </TR> <!-- இறுதி அட்டவணை குறிச்சொல் வெளியிடுவதில்லை. நாம் கடந்த வரிசையில் இருந்தால், இந்த வெற்று வேண்டும். --> <XSL:மதிப்பு தேர்ந்தெடு="$tableEnd" முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"/> </XSL:டெம்ப்ளேட்டை> <XSL:டெம்ப்ளேட்டை பெயர்="formatCurrency"> <XSL:நில் பெயர்="மதிப்பு" தேர்ந்தெடு="0" /> <XSL:மதிப்பு தேர்ந்தெடு='வடிவமைப்பு எண்($மதிப்பு, "$DDD,டி.டி. டி,DDD.DD", "staff")' /> </XSL:டெம்ப்ளேட்டை>

ஸ்டாண்டர்ட் WSS / பாசி தரவு நுழைவு திரைகள் அடுக்கு டிராப்-தாழ்வுகளை ஆதரவு இல்லை (அல்லது தொடர்பு இண்ட்ரா இருந்து மற்ற)

புதுப்பிப்பு (04/2008): இந்த வலைப்பதிவில் இடுகை இந்த பிரச்சினைக்கு ஒரு நல்ல JavaScript அடிப்படையிலான அணுகுமுறையை காட்டுகிறது: http://webborg.blogspot.com/2008/04/add-functions-and-events-to-sharepoint.html

UPDATE இரண்டாம்: (04/2008): இந்த நுழைவு அதே உறுதிமொழி: http://www.cleverworkarounds.com/2008/03/13/free-mosswss-2007-web-part-hide-controls-via-javascript/

பல முறை ஒரு வாரம், தினமும் இல்லை என்றால், forum users describe a requirement that would normally be met via cascading drop-downs. எடுத்துக்காட்டாக, நான் இரண்டு சொட்டு கீழே கட்டுப்பாடுகள் இல்லை:

  • அமெரிக்கா பட்டியல். மாநிலங்கள்
  • அமெரிக்கா பட்டியல். நகரங்கள்.

பொறுப்பு UI வழங்குநர்கள் போன்ற, நாம் இது போல் செயல்பட வேண்டும்:

  • பால் ஒரு யூஎஸ் தெரிவு. state from the drop-down.
  • This causes the cities drop-down to filter only those cities that belong to the selected state.
  • பால் இந்த வடிகட்டி பட்டியலில் இருந்து ஒரு நகரம் தெரிவு.

There is no out-of-the-box support for this feature. உண்மையில், there is no OOB support for any kind of direct intra-form communication. This includes programmatically hiding/enabling/disabling fields in response to field changes elsewhere on the form.

இந்த கட்டுரையின் உண்மையான நோக்கம் சாத்தியமுள்ள தீர்வுகளை விவரிக்க நான் அவர்களுக்கு தெரியும் இந்த விருப்பங்கள்:

  1. Develop a custom column type. As a custom-column-developer, you have full control over the "world" of that custom column. You can implement a cascading drop-down that way.
  2. Consider using workflow. In some cases, you want to automatically assign a value to field based on another field’s value. இந்த விஷயத்தில், நீங்கள் சாதாரணமாக ஒரு கணக்கி நிரலை பயன்படுத்த முயற்சி என்று, ஆனால் சில நேரங்களில், it just won’t get the job done. SharePoint Designer workflow is a relatively administer-friendly alternative to dropping down into code and visual studio. If you go this route, மூலம் பிரச்சினை பற்றி எச்சரிக்கையாக இருக்க வேண்டும் இந்த கட்டுரை (http://paulgalvin.spaces.live.com/blog/cns!CC1EDB3DAA9B8AA!405.entry).
  3. நிகழ்வு கையாளர்கள்: பணிப்பாய்வு போன்ற, this is an after-the-fact solution. Your event handler is a .NET assembly (சி #, VB.NET) to which SharePoint passes control. The object you develop has access to the data of the list (முழு பொருள் மாதிரி) எந்த தேவை கணக்கீடு செய்ய முடியும்.
  4. Use SharePoint Designer to create custom entry forms. I don’t have direct experience with this approach, but I hear they are doing good things with NewForm.aspx these days 🙂
  5. உங்கள் சொந்த ASP.NET தரவு உள்ளீடு செயல்பாடு உருட்ட (as a stand-alone web page or as a web part) and use that instead.

If anyone knows other and/or better options, please post a comment and I’ll update the body of this post.

<இறுதியில் />

Technorati குறிச்சொற்கள்:

Yes/No (தேர்வு பெட்டி) உள்ளடக்க கேள்வி வலை பகுதி உள்ள வடிகட்டும்

To filter for a query for the Yes/No check box entitled "PG Milestone", இந்த CQWP கட்டமைக்க:

படம்

இந்த அந்த வெளிப்படையான ஒருமுறை நீங்கள் எனக்கு அது ஆனால் கடினமான கண்டுபிடிக்க ஒரு பதில் என்று கேள்விகள் மற்றொரு ஒன்று: உள்ளடக்கத்தை கேள்வி வலை பகுதி பயன்படுத்தி ஆம் / இல்லை காசோலை பெட்டியில் வடிகட்ட எப்படி.

முதல் தேடல் முடிவு I find using the search term "filter yes/no content query web part" தவறான அவுட் பிளாட் உள்ளது, அதனால் நான் இந்த போட அது வழக்கமான தேடல் முடிவுகளில் தவறான முடிவை மாற்ற முடியும் என்று பார்க்க நினைத்தேன்.

அது மிகவும் எளிது: True values = "1" and false values do not equal "1" (அழகான ரெட்ரோ, உண்மையில்).

மேலே உள்ள உதாரணத்தில், I created site column of type "Yes/No (பெட்டியை)" named "PG Milestone". I added it to a doc library, ஒரு சில ஆவணங்களை பதிவேற்றம், ஒரு ஜோடி மதிப்பு அமைக்க மற்றும் சோதனை.

<இறுதியில் />

ஷேர்பாயிண்ட் உள்ள பார் வரைபடங்கள் உருவாக்க

கண்ணோட்டம்:

(புதுப்பிப்பு 12/04/07: ஒரு சுவாரஸ்யமான வலை பகுதி வழியாக இந்த முகவரிகள் என்று மற்றொரு வலைப்பதிவில் இணைப்பது இறுதியில் மற்றொரு சுவாரசியமான ஆதார சேர்க்கப்பட்டது)

This blog entry describes how to create a bar graph in SharePoint. This works in both WSS and MOSS environments as it only depends upon the data view web part.

பின்வருமாறு ஒட்டுமொத்த அணுகுமுறை:

  1. நீங்கள் வரைபடம் வேண்டும் தரவு கொண்டுள்ளது என்று ஒரு பட்டியல் அல்லது ஆவணம் நூலகம் உருவாக்க.
  2. தொடர்புடைய ஆவணம் நூலகம் வைக்கவும் / தனிபயன் ஒரு பக்கம் மீது பட்டியலை ஒரு தரவு பார்வை வலை பகுதியாக மாற்ற (DVWP).
  3. ஒரு வரைபடமாக காட்டுகிறது என்று ஐ உருவாக்க DVWP இன் XSL மாற்றவும்.

வணிக நிலைத்தன்மை / அமைப்பு முறை:

நான் தரமான தலைப்பு நிரல் மற்றும் ஒரு கூடுதல் பத்தியில் ஒரு விருப்ப பட்டியல் உருவாக்கப்பட்டது, "Status". This models (மிகவும் எளிமையான) an "Authorization For Expense" தலைப்பு திட்டம் மற்றும் தகுதி பட்டியலில் இருந்து ஒரு மதிப்பு பிரதிநிதித்துவம் அங்கு நிலைமை:

  • முன்மொழியப்பட்ட
  • செயல்பாட்டில்
  • முடங்கியது

புறநிலை இந்த நிலையை குறியீடுகள் காட்டுகிறது என்று ஒரு ஊடாடும் கிடைமட்ட சட்டவரைப்படமாக உற்பத்தி ஆகிறது.

நான் பட்டியல் மக்கள் மற்றும் இது போல்:

படம்

தரவை வலை பகுதி உருவாக்க:

ஒரு பக்கம் தனிபயன் பட்டியலில் சேர்ப்பதன் மூலம் DVWP உருவாக்க (என் விஷயத்தில் தளத்தில் பக்கம்) மற்றும் வழிமுறைகளை பின்பற்றவும் இங்கே (http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!395.entry).

வெறுமனே DVWP உருவாக்கும் கூடுதலாக, we also need to set the paging property to show all available rows. எனக்கு, இந்த மாதிரி ஏதாவது தெரிகிறது:

படம்

இந்த கட்டத்தில், I always close SPD and the browser. I then re-open the page using the browser. This avoids accidentally mucking up the web part layout on the page.

எக்ஸ்எஸ்எல்டி மாற்றவும்:

இது எக்ஸ்எஸ்எல்டி மாற்ற இப்போது நேரம்.

I always use visual studio for this. (பார் இங்கே இன்டலிசென்ஸ் பற்றி ஒரு முக்கிய குறிப்பு நீங்கள் நிறைய உதவும்).

நான் ஒரு வெற்று திட்டம் நான்கு புதிய கோப்புகளை சேர்க்க உருவாக்க (replacing the words "Original" and "New" பொருத்தமான):

  • Original.xslt
  • New.xslt
  • அசல் Params.xml
  • புதிய Params.xml

என் வழக்கு, இது போல்:

படம்

Modify the web part and copy the params and XSL to the "Original" விஷுவல் ஸ்டுடியோ பதிப்பு.

இங்கு நோக்கம் XSL ஒரு வரைபடமாக வழங்குவதுமான HTML இல் DVWP கேள்வி நாம் திரும்ப பெற முடிவு மாற்றும் காரணமாக உள்ளது.

இந்த முடிவுக்கு, it helps to first consider what the HTML should look like before we get confused by the insanity that is known as "XSL". (தெளிவாக இருக்க வேண்டும், பின்வரும் வெறுமனே ஒரு உதாரணம்; don’t type it or copy/paste into visual studio. I provide a full blow starting point for that later in the write-up). The following sample graph is rendered as per the HTML immediately following:

மாதிரி சட்டவரைப்படம்

தொடர்புடைய HTML:

<HTML>
<உடல்>
<மையம்>
<அட்டவணை அகலம் = 80%>
<TR><TD><மையம்>Horizontal Bar Graph</TD></TR>
<TR>
<td align="center">
<table border="1" அகலம் = 80%>
<TR>
<TD அகலம் = 10%>திறந்த</TD>
<TD><அட்டவணை = cellpadding"0" = cellspacing"0" எல்லை = 0 அகலம் = 50%><TR bgcolor = சிவப்பு><TD>&NBSP;</TD></TR></மேசை></TD>
</TR>
<TR>
<TD அகலம் = 10%>மூடிய</TD>
<TD><அட்டவணை = cellpadding"0" = cellspacing"0" எல்லை = 0 அகலம் = 25%><TR bgcolor = சிவப்பு><TD>&NBSP;</TD></TR></மேசை></TD>
</TR>
<TR>
<TD அகலம் = 10%>முடங்கியது</TD>
<TD><அட்டவணை = cellpadding"0" = cellspacing"0" எல்லை = 0 அகலம் = 25%><TR bgcolor = சிவப்பு><TD>&NBSP;</TD></TR></மேசை></TD>
</TR>
</மேசை>
</TD>
</TR>
</மேசை>
</உடல்>
</HTML>

I used a dead simple approach to creating my bars by setting the background color of a row to "red".

கொண்டு இங்கிருந்து இந்த: முடிவில், நாங்கள் என்ன செய்கிறோம் அனைத்து வரிசைகள் மற்றும் அணி வரிசைகளை பயன்படுத்தி HTML உருவாக்குகிறது.

டெம்ப்ளேட் எக்ஸ்எஸ்எல்டி:

I’ve copied the XSLT that generates a horizontal bar graph. It’s fairly well commented so I won’t add much here except for these notes:

  • நான் முதல் DVWP உருவாக்கப்பட்ட போது ஷேர்பாயிண்ட் டிசைனர் எனக்கு கொடுத்தார் என்று இயல்புநிலை XSL தொடங்கியது.
  • நான் சமூக ஜனநாயக கட்சியின் இந்த குறைப்பதற்கான முடிந்தது 657 இந்த கோடுகள் 166 lines.
  • நான் அளவுருக்கள் XML கோப்பு சுற்றி போடுகிறாய் (XSL இருந்து தனி மற்றும் நீங்கள் DVWP தன்னை மாற்ற போகும் போது நான் என்ன தெரியும் இது; நீங்கள் மாற்ற முடியும் இரண்டு கோப்புகள் உள்ளன). எனினும், அதை எளிமைப்படுத்த பொருட்டு, I did remove nearly all of them from the XSL. This means that if you want to make use of those parameters, you just need to add their variable definitions back to the XSL. That will be easy since you will have the original XSL variable definitions in your visual studio project.
  • You ought to be able to copy and paste this directly into your visual studio project. அப்பொழுது, remove my calls and insert your own calls to "ShowBar".
  • துரப்பணம் கீழே ஒரு உருவாக்குவதன் மூலம் வேலை <ஒரு படம்> இந்த: http://server/List?FilterField1=fieldname&FilterValue1=actualFilterValue. This technique may be of value in other contexts. முதலில், நான் ஒரு மிகவும் சிக்கலான வடிவம் உறுதிப்படுத்தப்பட வேண்டும் என்று நினைத்தேன்: http://server/List/AllItems.aspx?View={guid}&FilterField1=blah&FilterValue1=blah, but in my environment that is not necessary. The List’s URL is passed to us by SharePoint so this is quite easy to generalize.

இங்கே அது:

<XSL:நடைதாளுடன் பதிப்பு="1.0" ஒதுக்கப்பட-விளைவாக-முன்னொட்டுகள்="ரூ Z O கள் ddwrt DT msxsl" 
xmlns:msxsl="தாழி:ஸ்கீமாக்களை-Microsoft-காம்:XSLT" xmlns:XSL="HTTP://www.w3.org/1999/XSL/Transform"
xmlns:ஷேர்பாயிண்ட்="Microsoft.SharePoint.WebControls" xmlns:__designer="HTTP://schemas.microsoft.com/WebParts/v2/DataView/designer"
xmlns:கட்டுவிரியன்="HTTP://schemas.microsoft.com/ASPNET/20" xmlns:ddwrt="HTTP://schemas.microsoft.com/WebParts/v2/DataView/runtime"
xmlns:அந்த="தாழி:ஸ்கீமாக்களை-Microsoft-காம்:அலுவலகம்" xmlns:கள்="UUID:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"
xmlns:DT="UUID:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:ரூ="தாழி:ஸ்கீமாக்களை-Microsoft-காம்:rowset" xmlns:Z="#RowsetSchema"
xmlns:ddwrt2="தாழி:பிரண்ட்பேஜ்:உள்ளக"
> <XSL:உற்பத்தி முறை="HTML" (எழுதும்போது) ஓரத்தில் இடம் விடு="இல்லை" /> <XSL:தசம-வடிவம் Nan="" /> <XSL:நில் பெயர்="ListUrlDir"></XSL:நில்> <!-- நான் ஒரு பயிற்சியை கீழே ஆதரவு இந்த வேண்டும். --> <XSL:டெம்ப்ளேட்டை பொருந்தவில்லை="/" xmlns:ஷேர்பாயிண்ட்="Microsoft.SharePoint.WebControls"
xmlns:__designer=http://schemas.microsoft.com/WebParts/v2/DataView/designer xmlns:கட்டுவிரியன்="HTTP://schemas.microsoft.com/ASPNET/20"
> <XSL:மாறி பெயர்="dvt_StyleName">மேசை</XSL:மாறி> <XSL:மாறி பெயர்="வரிசைகளை" தேர்ந்தெடு="/dsQueryResponse / வரிசைகளை / வரிசை" /> <XSL:மாறி பெயர்="dvt_RowCount" தேர்ந்தெடு="எண்ணு($வரிசைகளை)" /> <XSL:மாறி பெயர்="IsEmpty" தேர்ந்தெடு="$dvt_RowCount = 0" /> <XSL:மாறி பெயர்="dvt_IsEmpty" தேர்ந்தெடு="$dvt_RowCount = 0" /> <XSL:தேர்வு> <XSL:எப்போது சோதனை="$dvt_IsEmpty"> வரைபடம் எந்த தரவு இல்லை!<Br/> </XSL:எப்போது> <XSL:இல்லையெனில்> <!-- சுவாரஸ்யமான விஷயங்களை இங்கே தொடங்குகிறது. நாம் வரைபடம் ஒவ்வொரு வரிசையின் மாறிகள் ஒரு ஜோடி வரையறுக்க வேண்டும்: மொத்த எண்ணிக்கை           . --> <XSL:மாறி பெயர்="totalProposed" தேர்ந்தெடு="எண்ணு(/dsQueryResponse / வரிசைகளை / வரிசை[சீராக்க இட(@ நிலைமை) = 'முன்வைக்கப்பட்ட'])" /> <XSL:மாறி பெயர்="percentProposed" தேர்ந்தெடு="$totalProposed DIV $ dvt_RowCount" /> <XSL:மாறி பெயர்="totalInProcess" தேர்ந்தெடு="எண்ணு(/dsQueryResponse / வரிசைகளை / வரிசை[சீராக்க இட(@ நிலைமை) = 'செயல்பாட்டில்'])" /> <XSL:மாறி பெயர்="percentInProcess" தேர்ந்தெடு="$totalInProcess DIV $ dvt_RowCount" /> <XSL:மாறி பெயர்="totalStalled" தேர்ந்தெடு="எண்ணு(/dsQueryResponse / வரிசைகளை / வரிசை[சீராக்க இட(@ நிலைமை) = 'முடங்கியுள்ளது'])" /> <XSL:மாறி பெயர்="percentStalled" தேர்ந்தெடு="$totalStalled DIV $ dvt_RowCount" /> <!-- நாங்கள் இங்கே HTML அட்டவணை வரையறுக்க. நான் சில நிலையான இருந்து கடனாக           . நான் அதை புகழ என்று நினைக்கிறேன்           . --> <மேசை அகலம்="100%" cellspacing="0" cellpadding="2" பாணி="எல்லை வலதுசாரி: 1 திட # C0C0C0; எல்லை-கீழே: 1 திட # C0C0C0; எல்லை இடது பாணி: திடமான; எல்லை இடது அகல: 1; எல்லை மேல் பாணி: திடமான; எல்லை மேல் அகல: 1;"> <TR> <TD ஒழுங்குசெய்="மையம்"> <மேசை ஓரம்="1" அகலம்="100%"> <!-- நாம் வரைபடம் வேண்டும் என்று ஒவ்வொரு நிலையை, we call the "ShowBar" டெம்ப்ளேட்டை. நாம் கடந்து: 1. வரிசையில் ஒரு லேபிள். இந்த ஒரு மிகையிணைப்பை மாற்றப்பட்டு. 2. சதவீதம் (மேலே இருந்து மாறி). 3. அடிப்படை பட்டியலில் இருந்து குறியீடு உண்மையான துறையில் பெயர். இந்த                      . 4. பொருந்தியது துறையில் மதிப்பு #3. 5. இந்த நிலையை குறியீடு மொத்த பொருட்கள் (அனைத்து இல்லை கிராண்ட் மொத்த                      ). இது ஒரு வெளிப்படுத்தினாலும் <TR></TR> மற்றும் கிடைமட்ட சட்டவரைப்படமாக வரி. நாம் ஒவ்வொரு நிலையை குறியீடு இந்த டெம்ப்ளேட் அழைக்க நாம் பார்க்க வேண்டும். --> <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="ShowBar"> <XSL:உடன், PARAM பெயர்="BarDisplayLabel" தேர்ந்தெடு="'முன்வைக்கப்பட்ட'"/> <XSL:உடன், PARAM பெயர்="BarPercent" தேர்ந்தெடு="$percentProposed"/> <XSL:உடன், PARAM பெயர்="QueryFilterFieldName" தேர்ந்தெடு="'தகுதி'"/> <XSL:உடன், PARAM பெயர்="QueryFilterFieldValue" தேர்ந்தெடு="'முன்வைக்கப்பட்ட'"/> <XSL:உடன், PARAM பெயர்="TotalItems" தேர்ந்தெடு="$totalProposed"></XSL:உடன், PARAM> </XSL:அழைப்பு-டெம்ப்ளேட்> <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="ShowBar"> <XSL:உடன், PARAM பெயர்="BarDisplayLabel" தேர்ந்தெடு="'முடங்கியுள்ளது'"/> <XSL:உடன், PARAM பெயர்="BarPercent" தேர்ந்தெடு="$percentStalled"/> <XSL:உடன், PARAM பெயர்="QueryFilterFieldName" தேர்ந்தெடு="'தகுதி'"/> <XSL:உடன், PARAM பெயர்="QueryFilterFieldValue" தேர்ந்தெடு="'முடங்கியுள்ளது'"/> <XSL:உடன், PARAM பெயர்="TotalItems" தேர்ந்தெடு="$totalStalled"></XSL:உடன், PARAM> </XSL:அழைப்பு-டெம்ப்ளேட்> <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="ShowBar"> <XSL:உடன், PARAM பெயர்="BarDisplayLabel" தேர்ந்தெடு="'ஆம் செயல்முறை'"/> <XSL:உடன், PARAM பெயர்="BarPercent" தேர்ந்தெடு="$percentInProcess"/> <XSL:உடன், PARAM பெயர்="QueryFilterFieldName" தேர்ந்தெடு="'தகுதி'"/> <XSL:உடன், PARAM பெயர்="QueryFilterFieldValue" தேர்ந்தெடு="'ஆம் செயல்முறை'"/> <XSL:உடன், PARAM பெயர்="TotalItems" தேர்ந்தெடு="$totalInProcess"></XSL:உடன், PARAM> </XSL:அழைப்பு-டெம்ப்ளேட்> </மேசை> </TD> </TR> </மேசை> </XSL:இல்லையெனில்> </XSL:தேர்வு> </XSL:டெம்ப்ளேட்டை> <!-- இந்த டெம்ப்ளேட் சட்டவரைப்படமாக தனிப்பட்ட வரிகளை காட்டும் வேலை செய்கிறது. ஒருவேளை நீங்கள் இங்கே உங்கள் முறுக்குவதை மிக செய்கிறேன். --> <XSL:டெம்ப்ளேட்டை பெயர்="ShowBar"> <XSL:நில் பெயர்="BarDisplayLabel" /> <!-- காண்பிக்க லேபிள் --> <XSL:நில் பெயர்="BarPercent"/> <!-- மொத்த சதவீதம். --> <XSL:நில் பெயர்="QueryFilterFieldName"/> <!-- கேள்வி செல்ல பயன்படுத்தப்படும் & வடிகட்ட --> <XSL:நில் பெயர்="QueryFilterFieldValue"/> <!-- கேள்வி செல்ல பயன்படுத்தப்படும் & வடிகட்ட --> <XSL:நில் பெயர்="TotalItems" /> <!-- இந்த barlabel மொத்த எண்ணிக்கை --> <TR> <!-- பட்டியில் முத்திரை தன்னை. --> <TD வர்க்கம்="MS-formbody" அகலம்="30%"> <!-- அறிக்கைகள் இந்த அடுத்த கணம் அனுமதிக்கிறது என்று ஒரு கேள்வி சரம் உருவாக்குகிறார்           . நாம் இங்கே ஒரு சில விஷயங்களை பயன்படுத்த: 1. நாம் ஒரு பத்தியில் வடிகட்ட ஒரு பட்டியலில் FilterField1 மற்றும் FilterValue1 கடத்தலாம். 2. ஷேர்பாயிண்ட் எங்களுக்கு ஒரு முக்கிய காரணி கடந்து, ListUrlDir that points to the underlying list against which this DVWP is "running". XSL வேடிக்கையாக உள்ளது? --> <XSL:உரை முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"> <![CDATA[<ஒரு படம் ="]]></XSL:உரை> <XSL:மதிப்பு தேர்ந்தெடு="$ListUrlDir"/> <XSL:உரை முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"><![CDATA[?FilterField1 =]]></XSL:உரை> <XSL:மதிப்பு தேர்ந்தெடு="$QueryFilterFieldName"/> <XSL:உரை முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"><![CDATA[&FilterValue1 =]]></XSL:உரை> <XSL:மதிப்பு தேர்ந்தெடு="$QueryFilterFieldValue"/> <XSL:உரை முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"><![CDATA[">]]></XSL:உரை> <XSL:மதிப்பு தேர்ந்தெடு="$BarDisplayLabel"/> <XSL:உரை முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"><![CDATA[</ஒரு>]]></XSL:உரை> <!-- அடுத்த பிட் வடிவமைப்பில் சில எண்கள் காட்டுகிறது: "(மொத்தம் / % மொத்த)" --> (<XSL:மதிப்பு தேர்ந்தெடு="$TotalItems"/> / <!-- இது எங்களுக்கு ஒரு நல்ல சதவீதம் முத்திரை உருவாக்குகிறது. நன்றி, மைக்ரோசாப்ட்! --> <XSL:அழைப்பு-டெம்ப்ளேட் பெயர்="percentformat"> <XSL:உடன், PARAM பெயர்="சதவீதம்" தேர்ந்தெடு="$BarPercent"/> </XSL:அழைப்பு-டெம்ப்ளேட்>) </TD> <!-- இறுதியாக, ஒரு வெளியிடுவதில்லை <TD> பட்டியில் தன்னை குறி.--> <TD> <மேசை cellpadding="0" cellspacing="0" ஓரம்="0" அகலம்="{சுற்றிலும்($BarPercent * 100)+1}%"> <TR ப்க்கோலோர்="சிவப்பு"> <XSL:உரை முடக்கவும் வெளியீடு-தப்பித்து="ஆம்"><![CDATA[&NBSP;]]></XSL:உரை> </TR> </மேசை> </TD> </TR> </XSL:டெம்ப்ளேட்டை> <!-- இந்த சில XSL இருந்து நேரடியாக எடுத்து நான் ஒரு எம் டெம்ப்ளேட் காணப்படும். --> <XSL:டெம்ப்ளேட்டை பெயர்="percentformat"> <XSL:நில் பெயர்="சதவீதம்"/> <XSL:தேர்வு> <XSL:எப்போது சோதனை="வடிவமைப்பு எண்($சதவீதம், '# # # 0%;-#,##0%')= 'Nan'">0%</XSL:எப்போது> <XSL:இல்லையெனில்> <XSL:மதிப்பு தேர்ந்தெடு="வடிவமைப்பு எண்($சதவீதம், '# # # 0%;-#,##0%')" /> </XSL:இல்லையெனில்> </XSL:தேர்வு> </XSL:டெம்ப்ளேட்டை> </XSL:நடைதாளுடன்>

முடிவுகள்:

மேலே இருந்து XSL இந்த வரைபடம் உருவாக்குகிறது:

படம்

நிலையை குறியீடு கிளிக் செய்வதன் மூலம் அடிப்படை தரவு கீழே துளை:

படம்

இறுதி எண்ணங்கள்:

இந்த பொதுமைப்படுத்த முடியும்?

நான் இந்த கிராபி கருத்து நேசிக்கிறேன், but I hate the fact that I have to go in and do so much hand-coding. I’ve given a little thought to whether it can be generalized and I’m optimistic, but I’m also a little fearful that there may be a brick wall somewhere along the path that won’t offer any work-around. If anyone has some good ideas on this, கருத்துக்கள் ஒரு குறிப்பு அல்லது செய்யவும் என்னை மின்னஞ்சல்.

செங்குத்து வரைபடங்கள்:

This is a horizontal bar graph. It’s certainly possible to create a vertical graph. We just need to change the HTML. I would start the same way: Create an HTML representation of a vertical bar graph and then figure out how to get that via XSL. If anyone is interested in that, I could be persuaded to try it out and work out the kinks. If someone has already done that, எனக்கு தெரியப்படுத்துங்கள் நான் மகிழ்ச்சியுடன் உங்கள் வலைப்பதிவில் இணைக்க வேண்டும் தயவு செய்து 🙂

நான் ஒரு செங்குத்து வரைபடம் சவால் வரைபடம் லேபிள் நிர்வகிக்க மிகவும் கடினமாக இருக்கிறது என்று நினைக்கிறேன், ஆனால் நிச்சயமாக முடியாது இல்லை.

புலம் பெயர் Gotcha தான்:

உங்கள் துறையில் பெயர்கள் வெளியே பார்க்க குறைந்தது இரண்டு விஷயங்கள் உள்ளன.

முதல், a field name with a space has to be escaped in the XSL. This will probably be an issue here:

        <XSL:மாறி பெயர்="totalProposed" 
தேர்ந்தெடு="எண்ணு(/dsQueryResponse / வரிசைகளை / வரிசை[சீராக்க இட(@ நிலைமை) = 'முன்வைக்கப்பட்ட'])" />

If your "Status" column is actually named "Status Code" then you need to reference it as "Status_x0020_Code":

   <XSL:மாறி பெயர்="totalProposed" 
தேர்ந்தெடு="எண்ணு(/dsQueryResponse / வரிசைகளை / வரிசை[சீராக்க இட(@ Status_x0020_Code) = 'முன்வைக்கப்பட்ட'])" />

இரண்டாவது, நான் இந்த ஒரு சிறிய பஞ்சுபோன்று இருக்கிறேன், but you also need to be on the alert for field name changes. If you name your field "Status Code" பின்னர் பின்னர், rename it to "AFE Status", the "internal name" does not change. The internal name will still be "Status Code" and must be referenced as "Status_x0020_Code". The "other resources" இணைப்புகள் பிரச்சனை இந்த வகையான நோய் மற்றும் சரிசெய்ய உதவும்.

அந்த கலர் பற்றி:

I picked "red" because it’s pleasing to me at the moment. It would not be a big deal to show different colors so as to provide more than just a visual description of a number, but to also provide a useful KPI. எடுத்துக்காட்டாக, if the percentage of "stalled" AFE தான் இருக்கிறது > 10% அது சிவப்பு காண்பிக்க, otherwise show it in black. பயன்படுத்த <XSL:தேர்வு> இந்த செய்துமுடிக்க.

பிற வளங்கள்:

மாற்றுவதை மகிழ்ச்சி!

<இறுதியில் />

என்னுடைய குழுசேர்!

ஷேர்பாயிண்ட் வழங்காது “அணுகல்” அறிக்கைகள்

புதுப்பிப்பு 01/28/08: இந்த codeplex திட்டம் இந்த பிரச்சினையை அணுகுகிறது: http://www.codeplex.com/AccessChecker. I have not used it, இந்த உங்கள் சூழலில் உரையாற்ற வேண்டும் ஒரு பிரச்சினை என்றால் அதை உறுதி தெரிகிறது.

புதுப்பிப்பு 11/13/08: ஜோயல் Oleson இங்கே பெரிய பாதுகாப்பு மேலாண்மை பிரச்சினையில் ஒரு நல்ல பதவியை எழுதினார்: HTTP://www.sharepointjoel.com / பட்டியல்கள் / இடுகைகள் / Post.aspx?List=0cd1a63d-183c-4fc2-8320-ba5369008acb&ஐடி = 113. It links to a number of other useful resources.

கருத்துக்களம் பயனர் மற்றும் வாடிக்கையாளர்கள் பெரும்பாலும் இந்த வழிகளில் ஒரு கேள்வி கேட்க: "How do I generate a list of all users with access to a site" or "How can I automatically alert all users with access to list about changes made to the list?"

There is no out of the box solution for this. If you think about it for a moment, அதை ஏன் புரிந்து கொள்ள கடினமாக இருக்கிறது.

SharePoint security is very flexible. There are at least four major categories of users:

  • அநாமதேய பயனர்.
  • ஷேர்பாயிண்ட் பயனர்கள் மற்றும் குழுக்கள்.
  • ஆக்டிவ் டைரக்டரி பயனர்.
  • வீட்டு அங்கீகாரம் படிவங்கள் (FBA) பயனர்.

நெகிழ்வு என்று ஒரு பாதுகாப்பு கண்ணோட்டத்தில், any given SharePoint site will be dramatically different from another. In order to generate an access list report, ஒரு தளத்தை பாதுகாத்து எப்படி அறிந்துகொள்ள வேண்டும், query multiple different user profile repositories and then present it in a useful fashion. That’s a hard problem to solve generically.

எப்படி அமைப்புக்கள் இந்த கையாள்வதில்? I’d love to hear from you in comments or மின்னஞ்சல்.

</இறுதியில்>

பாசி என் வரிசை பெயர் பாதுகாக்கப்பட்டவை அல்லது பயன்பாட்டில் சொல்லும் … ஆனால் இது தான்

புதுப்பிப்பு 12/04/07: பார் இந்த மைக்ரோசாப்ட் KB (http://support.microsoft.com/kb/923589) தொடர்புடைய தகவல்.

உண்மையில், அது தான் மாறிவிடும், ஆனாலும் குறும்புத்தனமான பாசி கடினமாகிறது இருந்தது.

My customer does some development work on his MOSS site over the weekend. It’s a bit of a jumble as to what he actually did, ஆனால் இறுதி விளைவாக இந்த:

  • He tries to add a site column called "Quantity" மற்றும் பாசி பதில்கள்: "The column name that you entered is already in use or reserved. Choose another name."
  • He attempts to add it to another environment and that works. ஆகையால், "Quantity" ஒதுக்கப்பட்ட பெயர் அல்ல.
  • He tries to find an existing site column named "Quantity" in that site collection. He cannot find it.

நான் சில செய்தார் ஆராய்ச்சி, and even some coding, தத்துவ மழித்தெடுத்து இறுதியாக அளவு என்ற பத்தியில் என்று கண்டுபிடிக்கப்பட்டது, உண்மையில், exist. It was in the "_Hidden" group. Hence, நாம் ஷேர்பாயிண்ட் பயனர் இடைமுகம் வழியாக அதை கண்டுபிடிக்க முடியவில்லை.

அது எப்படி அங்கு வந்தது? I do not know, ஆனால் நான் ஒரு கோட்பாடு இல்லை (அல்லது என் மனைவி அதை அழைக்க வேண்டும் என, "blah blah blah"). எங்காவது வரி சேர்த்து, ஒரு அற்புதமான நாற்பது டெம்ப்ளேட் was added and probably activated at a site in the site collection. It was then deactivated (அல்லது தளம் நீக்கப்பட்டது). The site column, இருப்பினும், remained but in the "_Hidden" group. If someone knows better, என்னை வழியாக தெரியப்படுத்துங்கள் மின்னஞ்சல் அல்லது கருத்துக்களை பதிவு.

SharePoint was telling the truth. It’s hardly worth pointing out that that message is not as helpful as it could be. It would be nice to see that message fork into two different messages in the future: 1) நிரலை பெயர் ஒதுக்கப்பட்டுள்ளது என்று அல்லது இல்லையா. 2) இது முன்பதிவு செய்யவில்லை என்றால்,, தளத்தில் காண்பிக்க, அல்லது குறைந்த பட்சம் குழு, நிரலை பெயர் ஏற்கனவே பயன்படுத்தப்பட்டது அமைந்துள்ள.

</இறுதியில்>

OM விருப்ப பட்டியல் வழியாக தற்போது தகவல்கள் (அல்லது, மற்றொரு OM தரவு Displayor [yacc போன்ற, ஆனால் வேறு])

இன்று, I spent a handful of hours tracking down the root cause behind the message "The column name that you entered is already in use or reserved. Choose another name."

கேள்வி நிரலை உருவாக்கப்பட்டது, மற்றொரு சூழலில் நீக்கப்பட்டதை மீண்டும் உருவாக்கப்பட்டது, so I knew it wasn’t a reserved name. எனினும், நான் வெறுமனே தளம் சேகரிப்பு எந்த இடத்தில் தரமான ஷேர்பாயிண்ட் பயனர் இடைமுகம் வழியாக எங்கும் நிரலை கண்டுபிடிக்க முடியவில்லை.

நான் posted இங்கே எம்எஸ்டிஎன் கருத்துக்களம் மற்றும் வெல்லமுடியாத ஆண்ட்ரூ ஊட்டர்ட் அடிப்படை பொருள் மாதிரி தரவு திசையில் எனக்கு சுட்டிக்காட்டினார்.

நான் சென்றுவிட்டோம் codeplex எனக்கு உதவும் என்று சில கருவிகள் அடிப்படை OM தரவில் பெருமகனார் கண்டுபிடித்து உதவ என்னை சிக்கலில் கண்டுபிடிக்க.

நான் பல கருவிகள் முயற்சி மற்றும் அவர்கள் மிகவும் குளிர்ந்த மற்றும் சுவாரஸ்யமான ஆனால் இறுதியில், the UI wasn’t good enough for my purpose. I’m not criticizing them by any means, அவர்கள் UI உருவாக்கப்பட்ட போது ஆனால் தெளிவாக கருவி செய்பவர்களை மனதில் என் பிரச்சனை இல்லை :). Most people seem to be investing a fair amount of time and effort in creating workstation / மரம் காட்சிகள் வழங்கும் வாடிக்கையாளர் பயன்பாடுகள், right-click context menus and so forth. These are nice and all, ஆனால் இது மிகவும் நெகிழ்வான ஒரு மேல் ஒரு-the-வரி பயனர் அனுபவத்தை நிறைய வேலை இருக்கிறது.

நான் உண்மையில் இந்த பிரச்சினைக்கு ஒரு பதில் தேவை. அது எனக்கு ஏற்பட்டது என்று நான் விருப்ப பட்டியலில் தளம் சேகரிப்பில் தளத்தில் பத்திகள் அனைத்து பெற முடியும் என்றால், நான் வடிகட்ட முடியவில்லை, எனக்கு இந்த கூறப்படும் இருக்கும் நிரலை கண்டுபிடிக்க உதவும் என்று காட்சிகள் வரிசைப்படுத்த மற்றும் உருவாக்க (அது இது, BTW). I went ahead and did that and an hour or two later, என் தளத்தில் பத்திகள் குழுக்கள் ஒரு விருப்ப பட்டியல் ஏற்றப்பட்டன, sorting and so forth. I found my answer five minutes later.

நான் வெற்றிகரமாக உலகம் முழுவதும் எடுத்தால் போது, I think I will decree that all SharePoint tools providers must seriously consider surfacing their object model data in a custom list. That way, நான் அதிகாரம் எனக்கு எந்த வழியில் தேட (இறுக்கம், நிச்சயமாக, தரமான ஷேர்பாயிண்ட் அம்சங்கள் மூலம்).

ஷேர்பாயிண்ட் டிசைனர் பணியோட்ட வழக்கமான அதிரடி — பற்றி கவனிப்பு <துறையில் கூட்டு வடிவமைப்புகள் வகை =”StringBuilder” … />

இந்த இரண்டு வரையறைகள் இடையே ஒரு முக்கியமான வேறுபாடு இருக்கிறது என்று ஒரு விரைவு கவனிப்பு:

<FieldBind Field="InParam1" DesignerType="StringBuilder" Id="2" Text="Input parameter #1"/>

எதிர் நிலையில்:

<FieldBind Field="InParam1" Id="2" Text="Input parameter #1"/>

சமூக ஜனநாயக கட்சி இப்படி முதல் நிகழ்ச்சிகள்:

படம்

பின்னர் இந்த காட்டுகிறது:

படம்

I’m not sure how helpful these screen shots are but I put in the effort to make them so you have to view them 🙂

கவனிப்பு இந்த: StringBuilder நீங்கள் ஒரு சரம் கட்ட அனுமதிக்கும் (வெளிப்படையாக) சரம் literals மற்றும் பணிப்பாய்வு தரவு ஒன்றாக கலந்து (via the "Add Lookup" கீழ் இடது கை மூலையில் உள்ள பொத்தானை). When you use the Add Lookup button, it inserts a token in the form "[%டோக்கன்%]". When SharePoint invokes your custom action, (என் விஷயத்தில் சி # குறியீடு), ஷேர்பாயிண்ட் டோக்கன் தன்னை தானே, not the value of the token. If you use the default designer type (இரண்டாவது வகை), ஷேர்பாயிண்ட் டோக்கன் விரிவடைகிறது உங்கள் நடவடிக்கை டோக்கன் உண்மையான மதிப்பு மரணம்.

StringBuilder = BAD, இயல்புநிலை வடிவமைப்பாளர் வகை = GOOD.

நிச்சயமாக, that’s not what I really mean. Just don’t try and pass a parameter to your custom action when the designer type = StringBuilder. Use the default designer type and chain a StringBuilder to it up front if you need to build complex strings in your workflow (இது தற்செயலாக ஒரு மின்னஞ்சல் நடவடிக்கை ஒரு சுறுசுறுப்பான பொருள் உருவாக்க செய்கிறது சரியாக என்ன, ஆனால் மற்றொரு வலைப்பதிவு உள்ளீடு ஒரு பொருள் இருக்கிறது, உள்ளது).

<இறுதியில் />

முன்கூட்டிய பணியோட்ட செயல்படுத்தல் — ஒரு அல்லாத மருத்துவ தீர்வு

புதுப்பிப்பு: இந்த எம்எஸ்டிஎன் விவாதம் பார்க்க, குறிப்பாக கடந்த நுழைவு: http://forums.microsoft.com/MSDN/showpost.aspx?postid=2631057&siteid=1. It describes a condition that may short circuit this whole thing. In short, கட்டாய துறைகள் குறைந்தது ஒரு வகையில் இது போன்ற எளிய இருக்கலாம்.

நான் எட்டு உள்ளடக்க வகைகளை ஆதரிக்கிறது என்று ஒரு ஆவணத்தை நூலகம் வேண்டும்.

I have a SharePoint Designer workflow that wants to calculate and assign a "reminder date" வெறுமனே கழிப்பதன் மூலம் 30 மற்றொரு கட்டுரையில் இருந்து நாட்கள், "due date". This should only happen for one of the content types, "Insurance". The business objective is to produce a KPI that shows two categories of insurance documents: "about to expire" and "expired." (நீங்கள் KPI மற்றும் இந்த வகையான பற்றி இன்னும் கணிசமான துளை கீழே படிக்க முடியும் இங்கே).

I have configured the workflow to fire when a new item is created and when an item is modified. The idea is that when an insurance document is uploaded, we calculate a "warning date" based on the expiration date. A pair of views work in connection with a KPI List to highlight these conditions when users hit their home page.

இந்த உத்தி நான் ஒரு ஆவணத்தை பதிவேற்ற போது வேலை இல்லை.

I upload the document and I am presented with the meta data entry screen. இந்த கட்டத்தில், I’m already in trouble. SharePoint has already, முன்னர் என் கண்ணோட்டத்தில், fired the workflow. I haven’t had a chance to pick the correct content type nor assign a due date. அதே சமயம், the workflow does not fire when I hit the submit button at this time. There’s some built-in logic that "believes" that first submit is part of the "create" event. அப்படி … அதை செயல்படுத்த போது என் பணிப்பாய்வு துப்பாக்கி மற்றும், it was passed default meta data values.

The best work-around I know of is to insert a "pause until" activity in the workflow. I have the workflow pause for 1 minute. While it’s pausing, நான் சரியான உள்ளடக்கம் வகை தேர்வு, enter the meta data and submit. The pause completes and the workflow proceeds as needed. (என் சூழலில் அந்த குறிப்பு, timer workflow activities from SPD do not work out of the box. You may have the same trouble. பார் இங்கே மேலும் விவரங்களுக்கு).

I don’t like "magic delay" work-around. What happens if the user uploads a document and the phone rings and the ensuing conversation outlasts the pause? I can make the pause longer, ஆனால் நான் இன்னும் அது பிடிக்காது.

நான் இங்கே எம்எஸ்டிஎன் மன்றங்கள் இந்த பற்றி எழுதியது: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2430725&SiteID=1