CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2005
    Posts
    6

    Question Sharepoint: <SPSWC:PageHeader>

    How is it possible to replace rendering of the standard controls SPSWC? For example, it is necessary to replace rendering of the tag<SPSWC:PageHeader id="PageHeader" runat="server"
    TitleLocId="SiteAdminDefault_PageDescription_Text"
    SubTitleLocId="SiteAdminDefault_PageDescription_Text"
    HelpID="ManagePortalAreas" />
    Is it possible to add my own tag like <SPSWC:PageHeader>?

  2. #2
    Join Date
    Sep 2005
    Posts
    6

    Question Sharepoint: Resize a Web-part zone

    How to resize (to reduce width) a Web-part zone? Changing the size of Web-parts in a zone I can increase the width of a Web-zone. But I need to reduce it. If a Web-part is smaller by width than a zone, a zone is not justified to a Web-part.

  3. #3
    Join Date
    Sep 2005
    Posts
    6

    Question Sharepoint: Pull-down menu

    How to make a pull-down two-level menu? I.e. I click the link of an upper level and as a result a menu item opens and a submenu appears below.

  4. #4
    Join Date
    Sep 2005
    Posts
    6

    Question Sharepoint: Substitution of a template

    How is it possible to substitute a template used in creation of a portal home page? I.e. without editing SPS template.

    When creating an area it is possible to point a template for an area creation. Is it possible to change a template for an area pointing one of the templates from file "C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\1049\"? It is suggested in settings to change a template of a parent area or to point the template pointing the page (/area name/page.aspx).

  5. #5
    Join Date
    Sep 2005
    Posts
    6

    Sharepoint: Archive of news

    At creation of news there is an opportunity to set a date closed of the publication after which news gets in archive. How then to see archive of news?

  6. #6
    Andy Tacker is offline More than "Just Another Member"
    Join Date
    Jun 2001
    Location
    55°50' N 37°39' E
    Posts
    1,503

    Re: Sharepoint: Archive of news

    please avoid cross posting... I have merged all your threads... and here is the link that might be of interest to you...

    click here
    If you think you CAN, you can, If you think you CAN'T, you are probably right.

    Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.

  7. #7
    Join Date
    Sep 2005
    Posts
    6

    Question Sharepoint: Size of the text field for search by site

    How to reduce the size of the element <input name type="text" class="ms-sbkeyword ms-descriptiontext"> that is used for key words input for search by site on the portal home page? This element is taken from tag <SPSWC:RightBodySectionSearchBox id="RightBodySectionSearchBoxID" runat="server" SearchResultPageURL="SEARCH_HOME" FrameType="None" CacheTimeout="1000" EnableCache="true" /> in the template default.aspx. After template customization instead of the tag an element <input> with the width of 170px. appears. I need to reduce the size, styles ms-sbkeyword ms-descriptiontext do not influence the width.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured