Răspuns Management page theme

  • Friday, November 05, 2010 1:48 PM
     
     

    Hi,

    I am writing a workflow association form for a workflow that I have created in VS 2010.

    It is all working okay, however the custom form that I create does not have the same theme as the main management page (lines between rows, wide columns, rightmost column shaded, etc).  How can I use the same templates as the system pages to get a consistent look and feel?

    I tried copying sections from Web Server Extensions\14\TEMPLATE\LAYOUTS\AddWrkfl.aspx to match and including the wssuc tag prefix definition, however VS just complained because the various template files are not part of my feature/solution.

    How can I achieve this?

    Thanks,

All Replies

  • Saturday, November 06, 2010 2:58 AM
     
     Answered

    > however VS just complained because the various template files are not part of my feature/solution

    Yup, that's the way it works... VS cannot recognize or display SharePoint linked master pages, linked JavaScript files or CSS.  If you duplicate the structure of a SharePoint application in your page, your application should still build OK and when deployed display OK.

     


    Mike Smith TechTrainingNotes.blogspot.com
    • Marked As Answer by mr-miles Wednesday, November 10, 2010 12:54 PM
    •