Changing the view of a calendar overlay inside another webpart

Hi,
I have downloaded and implemented the TabsWebPart from MSDN. Seems to function great.
I have made a master calendar with an overlay including 2 calendars, each with different colors. If I insert the calendar itself as a webpart, my overlay view applies great and you can see the appointements, however if I insert this calendar into the TabsWebPart
(tab1), it shows up blank with nothing. As far as I am aware the process was to close the web parts you want to display in the TabsWebPart, and then edit the xml file with the name of your closed web parts.
Now it seems that once you close the web part, it must lose its view settings? The other problem is that once inside the TabsWebPart, there appears no way to edit the Calendar webpart. Clicking on it simply selects the TabsWebPart edit box.
Have I missed something?

Hi,
I understand that you want to show calendar overlay inside a tab web part. As far as I know, closed Web Parts do not appear in the UI directly. But they stay in the Web Parts collection of the page so that code can access them. When you close a Web Part,
it is not rendered on the page, which improves performance. Closing a Web Part moves the Web Part to the Closed Web Parts gallery, which preserves the configuration and customizations in the Web Part. You can return the closed Web Part (with all its configuration
and customizations intact) to the page from the Closed Web Parts gallery. So it won’ lost its views. If you want to edit the view, you need to edit it before closing it. After you close it, you can access the web part in SharePoint designer while editing the
page. So now, you can add another Calendar web part to show in the Tabs web part and edit the views instead.
Thanks,
Entan Ming
Entan Ming
TechNet Community Support

Similar Messages

  • When I open ical, the calendar looks like an old desk pad vs what is in the manual.  How do I change the view (not month, day, week), but the background presentation?

    When I open ical, the calendar looks like an old desk pad vs what is shown in the manual or on-line tutorials.  How do I change the view (i.e. background) not the month/day/week view but the background template?  The default in the manual is good.  Software is current - Lion. 

    Kelly,
    Try: MacNix: Change Mac OS X 10.7 Lion iCal and Address Book Skins from Leather to Aluminum.

  • Is there I way I can reload the google calendar as I am unable to change the views or go forward or backward by weeks.

    Is there a way to reload the Google Calendar program on my laptop? Currently, I am unable to change the views. It is always on the current week. I cannot get the daily view either. Thanks!!

    This would not seem to be an Apple issue at all, much less for Apple Remote Desktop. These forums cannot help you with setting up Google Calendar on a Windows system. Perhaps you would be better served by taking your question to a forum related to Google's apps or at least a Windows forum.
    Or did you just forget to include details about what computer you're actually asking about?

  • When I do a search for a particular song in the iTunes store, how can I change the view for the results?

    I have the latest version of iTunes.  Today I did a search for a particular song.  In the past, I used to get a list of the song and the various artists who recorded it, and I could click the little arrow and play a preview of that song before I decided to buy it.  Today the results didn't display that way - instead, I got a page with probably 50 or 100 songs all spread out across the page, and the "writing" was all overlayed so you couldn't quite tell what you're supposed to see!  I want to go back to the "list" view but couldn't find anywhere to change the view preference.  Any idea how?

    Do a malware check with some malware scan programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]
    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Next Generation Java Plug-in 1.6.0_16 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Please change the view in the top sites, the 6.1 upgrade has reverted back to a plane two dimensional view, which is a little plain. Can I revert back to an older version via my time capsule save?

    Please change the view in the top sites, the 6.1 upgrade has reverted back to a plain two-dimensional view, which is a little dated. Can I revert back to an older version via my time capsule save? C'mon Apple upgrades supposed to leap into the future not the past. :-(

    Please change the view in the top sites, the 6.1 upgrade has reverted back to a plain two-dimensional view, which is a little dated. Can I revert back to an older version via my time capsule save? C'mon Apple upgrades supposed to leap into the future not the past. :-(

  • Views for list web parts. Is there a way to allow users to change the view for a list web part without being redirected?

    Hi,
    I added a list view web part into a SharePoint 2013 page and it  is working as expected, except for one thing.
    I have enabled the option for the user to change the view for the web part. However when the user changes it, the user is redirected away from the page containing the web part, to the URL of the list itself.
    Is there a way to circumvent this issue so when the user selects a different view it updates the listing in the web part itself, rather than the user being redirected?
    Thanks in advance for the help.
    Regards,
    P.

    Hi,
    Please understand that one page can only display one view. You could find it out by observing the Address in browser when switching among different views for a list.
    If you would like to change the view of a list web part, you could go to web part propertites > Select view and configure it.
    In addition, here is a thread with similar requirement that might help:
    http://social.technet.microsoft.com/Forums/en-US/18dba190-5ee2-4b50-b005-1360d862f4ba/how-can-end-user-change-the-view-in-a-list-view-web-part?forum=sharepointgeneralprevious
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to change the view criteria at run time for af:query

    Hi,
    I've a usecase where I need to change the view criteria of the af:query at run time.
    Use case:
    =======
    1) Consider a check box (Show Emps Under Dept 10) in the query panel when user selects and clicks 'Search' button should show the employees under dept 10. If user searches without selecting the check box, the results should show all the employees in all the departments.
    2) I need to have a check box always in the query panel. Its mandatory.
    The way I implemented:
    ==============
    1) Created a transient variable 'Show Emps Under Dept 10' in the EmployeeVO and also created a bind variable bind_DeptNo.
    2) Create a view criteria 'AllEmployees' which has only the transient attribute as the view criteria item and whose value set to 'false' by default.
    3) Created another view criteria 'EmpUnderDept' which has 'DepartmentId' as the view criteria item and whose value set to the bind variable 'bind_DeptNo'.
    4) Dropped the view criteria 'EmpUnderDept' as the 'af:query' panel in the jspx page.
    5) Overridden the queryListener as '#{EmpBean.empSearch}'
    6) Has the below code in the empSearch method as below. When user selects the check box, applying the other criteria 'EmpUnderDept' and setting the bind variable to '10'.
    public void empSearch(QueryEvent queryEvent) {
    // Add event code here...
    QueryDescriptor queryDesc = (QueryDescriptor) queryEvent.getDescriptor();
    ConjunctionCriterion conCrit = queryDesc.getConjunctionCriterion();
    List<Criterion> criterionList = conCrit.getCriterionList();
    List criterionValues = new ArrayList();
    Object criteriaValue = null;
    int criteriaNo = 0;
    DCBindingContainer bc = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    FacesContext facesContext = FacesContext.getCurrentInstance();
    for (Criterion criterion : criterionList) {
    AttributeDescriptor attrDescriptor = ((AttributeCriterion)criterion).getAttribute();
    System.out.println("============== attrDescriptor.getName() =================== " + attrDescriptor.getName());
    criteriaValue = ((AttributeCriterion)criterion).getValues().get(0);
    if(criteriaNo==0) {
    Boolean val = (Boolean) ((AttributeCriterion)criterion).getValues().get(0);
    if (val.equals(true)) {
    OperationBinding method = (OperationBinding) ADFUtil.findOperation("ExecuteWithParams");
    if(method!=null) {
    Map params = method.getParamsMap();
    //params.put(key, value)
    method.getParamsMap().put("bind_DeptId", 10L);
    method.execute();
    ADFUtil.invokeMethodExpression( "#{bindings.EmpUnderDeptCriteiaQuery.processQuery}", queryEvent);
    } else {
    //ADFUtil.invokeEL("#{bindings.ExecuteWithParams.execute}");
    ADFUtil.invokeMethodExpression( "#{bindings.AllEmployeesCriteriaQuery.processQuery}", queryEvent);
    But this approach is not working and its always showing all the employees in all the departments.
    Please let me know if there is a way to change the view criteria at run time depending on the values set at run time for one of the view criteria items.
    JDev version am using is '11.1.1.5'
    Thanks,
    Lakshman

    Hi Shay,
    It worked for me without overriding the executeQuery() method in the ViewImpl.java.
    Instead of creating 2 view criteria, I created only one which has both transient variable and the DepartmentId = <bind_DeptId>. With the above code, it worked properly. Now I am using only one view criteria.
    Thank you.

  • I can't change the view/order of music on my iPhone in iTunes.

    So, my iPhone is plugged into my MacBook Pro. iTunes is open, the iPhone is in my left column. I select the "Music" sub-cat under my iPhone, which shows me the songs on my iPhone. I cannot change the view or order in which the songs are listed. So I can't sort by name, or artist or album. It appears to be locked on genre, and only the standard list view is available.
    I've restarted the phone. I've changed all sorts of setting in iTunes preferences. I am able to add songs, but I can only delete if I go into the "manually added songs" list.
    I think this was an issue before I upgraded to Lion. Any ideas?

    To Reset your Photo Stream, follow these instructions:
    From a computer browser, go to icloud.com and sign in.
    Click on your name on the iCloud home page (this is the page that shows all the app icons). If you do not see your name, click the cloud icon in the top left of the page.
    Click Advanced.
    Here you will see the Reset Photo Stream button. Clicking this button will remove all your Photo Stream photos from iCloud. Once removed, they cannot be recovered, but you can re-upload any photos you'd like to restore to your Photo Stream from a Mac or PC.
    After resetting your Photo Stream, you can also remove any photos that have been downloaded to your device or computers. To do this, follow the directions below:
    On your iOS device, you can remove photos from the Photo Stream view by turning off Photo Stream and then optionally turning it back on. You can do this at Settings > iCloud > Photo Stream.If you added any Photo Stream photos to other albums or the Camera Roll on your iOS device, you can locate and delete these photos manually, if desired.

  • How do I change the name of my calendar on my iPhone 5

    How do I change the name of my calendar on my iPhone 5

    Hello evanwhakahau,
    Thanks for using Apple Support Communities.
    Have you tried changing the institution's name by using the public site manager or iTunes Producer?  If not, then please reach out to our iTunes U Public Site Manager support in the link below:
    iTunes U Public Site Manager Support
    https://ssl.apple.com/support/itunes-u/public-site-manager/contact.html
    Take care,
    Alex H.

  • How to change the view of the basic search portlet

    Hi,
    I want to change the view of the basic search portlet. To be more precise, I just want a text box and a Go button in it. Cananybody advise on how to do this?
    Regards,
    Priya

    Indeed the 'Basic Search Box' item is what you want to use. You can choose what label you want or an icon if desired.
    As mentioned in a previous reply, you need to edit the properties of the Page Group where you want to add the item and add the 'Basic Search box' to the list of available items that a user can add to the page group.
    Navigator -> Properties (for the desired page group) -> Configure Tab -> Edit link in the 'Content Type and Classification' section -> Item Types section add the 'Basic Search Box'.
    Now in a page in that page group, add an item, and from the list of 'Built-In Navigation Item Types' you will see the 'Basic Search Box'.

  • I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what's up with that?

    I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what’s up with that?

    You need to do the basic troubleshooting steps described in the User Guide, Appendix B.
    Restart phone
    Reset phone
    Restore in iTunes using a backup
    Restore in iTunes as new, without using a backup
    If restoring as new doesn't help, there is a hardware failure in the phone that needs evaluation by Apple.

  • How to Change the View

    View will not reset to "actual size"; suggestions?

    When opening a PDF document it is zoomed at 173%, which is "Fit Width". I want them to open at 100% or Actual Size.  Every time I open a PDF I have to click on View, then Zoom, then click Actual Size. I have gone to Adobe Acrobat Professional and clicked on Edit, then Preferences, then under Default Layout & Zoom and changed from "automatic" to 100%, hit OK -- but nothing changed, even after a reboot, which is sometimes needed to hold changes. I work with PDFs quite a bit & it's just frustrating to have to keep changing the view. Thanks for any assistance you can provide.

  • My phone no longer changes the view/picture/map when i go from vertical to the horizontal position is this some thing to do with the accelerometer

    my phone no longer changes the view/picture/map when i go from vertical to the horizontal position is this some thing to do with the accelerometer

    No, that would probably be the orientation lock. Check up by the battery icon and see if you have an icon with a small lock and a circular arrow. Either way, go to the Control Center, swiping up from the bottom of the screen. Look at the top row of icons and the orientation lock is the last one on the right. White is on, black is off. Just turn it off and you should be alright. Understand there are some apps that do not change into the landscape mode from portrait.

  • I am new to iWorks and would like to change the view on my spreadsheet in Numbers to landscape.  I can't find where to do that.  I am even able to do that? Please help!

    I am new to iWorks and would like to change the view on my spreadsheet in Numbers to landscape.  I can't find where to do that.  I am even able to do that? Please help!

    you can change the page orientation by selecting the menu item "File > Print..." then adjust the orientation in "Page Orientation" section, then click "Done" (or "Print", if you want to print).

  • How to change the color of a calendar entry

    How do you change the color of a calendar entry?

    Hi Skaytn,
    Welcome to the Support Communities!
    Are you referring to the Calendar app on your computer, or do you have an iCloud account?  The articles below will explain how to change calendar names and colors.  Whatever calendar you place an entry in will determine what it's color will be.
    Mac Basics: Calendar keeps your appointments
    http://support.apple.com/kb/HT5978
    Create new calendars
    By default, OS X includes two calendars in the Calendar app – Work and Home. If  you want to create a new calendar, choose New Calendar from the File menu. Type a name for your calendar in the text field. For example, if you have kids, you might want to create a separate calendar for each one to track their schedules. You can see and control how your calendars appear by clicking the Calendars button.
    To change the color or name of a calendar, select it from the calendars list, then choose Edit > Get Info. To remove a calendar and all of its events, right-click or Control-click the calendar's name,  then select Delete from the shortcut menu that appears.
    Calendar (Mavericks): Change calendar colors
    http://support.apple.com/kb/PH14984
    Change the color of a calendar and its events.
    Click the calendar’s name.
    Choose Edit > Get Info.
    Choose a new color from the pop-up menu in the top-right corner.
    iCloud: Change a calendar’s name or color
    http://support.apple.com/kb/PH2675
    Cheers,
    - Judy

Maybe you are looking for