Unable to add content to Tab Panel when set in Master

I am using the trial version at this time.... and want to confirm whether this is a bug or a purposeful limitation of the trial version beofre I consider buying.
So I created a master page with a tabbed panel. However for each individual page I would like the tabbed panel to have different content within it. It appears that I cannot edit/add the tabbed panel in an indidual page when it is set in the master page. This is a huge issue.... as I have 10 pages that need the same tabbed panel, but with different content within each tab. Getting over my frustration, I went looking for a template creation..... there is no option to make and apply templates (which is sort of what the master is anyhow).
This is a problem because, for instance... what if my client wants another tab in the tab panel.... without the master working per above.... I'm going to have to go in and change each of them individually.
Have other people had this problem? Is it because of the trial version? Is adobe aware of this? Is there a fix? Or some detail I have overlooked?
Thanks all,
burnor

Thanks I'll do that for the next 10-15 pages for now.... but what would really be awesome is if adobe would add the functionality I'm describing. Thus added it to the idea board....

Similar Messages

  • How do you add a horizontal tabbed panel within the eCommerce "Individual-Product-Large" page?

    I am a new user to Business Catalyst and Muse web design... So sorry if this seems like a daft question
    I have created a website in Muse.
    Then I created the template page that BC can reference for the eCommerce area and inserted the tag to hold content from the BC - {tag_pagecontent}.
    I then created products and catalogues, grouped products etc - all groovy. Working great.
    I then decided that it was time to style the page as per my design - snap shot below (similar to how i did for the blog - which works great).
    So i started with the page layout.
    I managed to move the content from left to right and change widths, i then started to try to create the tabbed section in the same way and ba bowwwwww - epic fail
    I want to use a "Horizontal Tabbed Widget" as per the one i picked from Muse.
    I have a LOT of information that is unique for each product, so rather than have this huge page, its just easier to show it this way - plus it seemed pretty standard on other eCommerce site...
    But I am stumped.
    I'm so confused, i thought if i copied what seemed like a standard on other sites it would be fairly easy, especially since Muse has the Horizontal Tabbed widget - i though it would just come over to BC.
    Except, i can't get it to work...
    I'm not sure what i am doing wrong?
    A) I would like the "Individual-Product-Content" to look like the Horizontal Tabbed Widget in the screen shot of the original design from inside Muse below - im sure its possible.
    The Tabbed section is unique to the product, as is the description and the little icons bottom left and the ingredients.
    B) then the next conundrum is that each tab would have unique text to the product it is showing, how do i add those fields into the BC Product menu where the product is created and added to catalogues etc.
    I have searched and searched the web and have found nothing that is helpful.
    Anything that i have found only does a portion of what i need.
    I found something on jQuery - should i be using this?
    Or can i create the same thing using CSS?
    Or should i be combing jQuery with the BC Web Apps?
    I'd really just like help where i can be pointed in the direction of the instructions to achieve this.
    I even downloaded the BC instruction manual, which also has nothing.
    I'm sure that the answer is very very simple - but i'm just not experienced enough and after a week of trying to find the solution i thought i'd ask the experts!
    I really do appreciate anyone who takes the time to help me out.
    Thanks heaps!
    Muse Design:
    Current layout in Adobe BC:

    HI DAVIDFON, Thank you for replying to my post.
    I am using Adobe Business Catalyst to build the eCommerce component of the site. This is where i came a cropper.
    I'm not using Bootstrap or Foundation. I have done a little research on both and am wondering how easy it is to add the tabbed section to Business Catalyst with Bootstrap? nothing really explains this online...
    I'm also wondering how easy it is to put in custom information in the tabbed sections when the fields and tags are not available in Business Catalyst.
    Do you know if i can add custom fields and new tags in Business catalyst when you add products in BC?
    I'm sure you can but i can't find any reference to this online either?
    Thanks for your help.

  • Change Text on Tab of Tabbed Panel When it's Open.

    I posted this on the DW board but it was suggested I try here.
    I am using a tabbed panel to hide and reveal a page of text on this page: www.imagesandwords.org.uk/Don/pages/essay.php
    The reason I am using the tabbed panel to reveal the page is to try to keep every page looking the same throughout the site.
    When the panel is open the text in the tab still says, "More" and I wonder if there is a way to make it say, "Hide" or something when it's open.  Although it isn't uploaded yet my last task was to put tiny up and down arrows in the tab so that helps with a down arrow on closed and an up arrow on open.
    As well as the question about changing the text on the tab, is there anything wrong with using the tabbed panel like this?  I guess it might be clunky if the user has javascript turned off but I''m thinking of putting up a .pdf for download once the content is dealth with.
    Kind regards
    Martin

    Hi Martin,
    The error is very genuine and need to be fixed.
    You know what the problem is...
    We are calling same funtion from a span that is inside a div which is again calling the same funtion. So the innerHTML is not getting updated correctly.
    So what we need to do is to duplicate our JS funtion and call name it as say....cchange()
    /* for the Tab/DIV based click*/
    function change(){
    var temp=document.getElementById('moreContent').innerHTML;
    if(temp=='More...'){
    document.getElementById('moreContent').innerHTML='Hide...';
    if(temp=='Hide...'){
          document.getElementById('moreContent').innerHTML= 'More...';
    /* for the span/text based click*/
    function cchange(){
    var temp=document.getElementById('moreContent').innerHTML;
    if(temp=='More...'){
    document.getElementById('moreContent').innerHTML='Hide...';
    if(temp=='Hide...'){
         document.getElementById('moreContent').innerHTML= 'More...';
    and in our HTML it becomes
    <div class="CollapsiblePanelTab" onclick="change();"><span id="moreContent" onclick="ccchange();">More...</span> </div>
    This should finally do the required icing on cake
    Regards,
    Vinay

  • Hide contents of tabbed panel initially

    I am trying to make a tabbed panel where each panel contains gallery or slideshow. That works fine, but I really want the galleries hidden initially. Using a blank slideshow widget there is no option to do so. I have also considered a menu bar that when clicked would expose a specific gallery. Like populating an i-frame. Can anyone give me a solution to this?

    Hi
    With tabbed panel , we cannot show only tabs containing information. For this specific action you can try accordion and select "Can close all" , this would initially hide the containers where you can use slide shows.
    Also, tooltip for the purpose can be used , where the content will come on screen as pop-up on rollover with triggers.
    Try the suggestions and let me know if you have any additional question.
    Thanks,
    Sanjit

  • Open previously viewed Tabbed Panel when using browser back button

    I have a page containing SPRY tabbed panels, and was wondering if there was a way that if a user navigates back to this page using the browser back button, the last panel viewed could remain open. Using hash tags in the URL works for Mozilla but not for IE8. Here is the sample page: http://www.davidkneale.com/wcusa/expedition_leader.html
    Does anyone know how I can get this to work in IE8?

    Perhaps you missed the announcement that Adobe is no longer investing in the development of Spry. See: http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l.
    There used to be a dedicated Spry forum, but it has been changed to read-only.
    Spry isn't exactly dead, but nor is it in the best of health. Add to that the fact that IE 8 doesn't support the HTML5 history management API, and the lack of replies isn't really surprising.

  • How to add contents to Tab in TabStrip

    Hi All,
    My requirement is to display a screen/view as a content to a TAB when user selects any tab in the Tab Strip. I have developed screens for each tab seperately.
    Can any one tell me how to achieve this in web dynpro.
    Many Thanks.
    Regs/Venkat

    hi
    >First insert tabstrip ui
    >Right click tab strip ui and select insert Tab
    >Expand the Tab and select the Tabs_content and right click the tab content and select insert child and select the ViewContainerUIElement
    >In the Web dynpro Explorer View,expand the Project structure and select the Windows in the components.In the windows select ur window and expand it.
    where u can see the view container you have inserted in the tab
    >select the view containeruielement and right click it and select the Embed view and select the view which you want to embed
    hope this helps,
    Regards,
    Arun

  • Unable to add Content-Type=multipart/related; type="text/xml";

    hi all
    am trying to add the following to my soap message that include attachment
    but its not working
    Content-Type=multipart/related; type="text/xml";
    boundary="----=_Part_0_14732323.1039686671216";
    Content-Length=4259;
    can any body help plzzzzzzzz

    Hello again,
    My solution works and does not work. Content type is ok, but strange characters appear to the end of the attachment data.
    Like this
    ...</E1EDS01></IDOC></ORDERS01>H úãž6×½ ã½5Õ×¼ÛgžÛNÝ}þ[ëMu201E
    Where did these come from? I tested in a way that I changed the ContentType back to application/xml and attachment is fine again.
    Regards,
    Pekka

  • I am unable to add a new tab by pressing on the + or by usinf File/New Tab,

    What has happened? I have even downloaded and installed a new version of Firefox to find the same problem

    Try uninstalling the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and the current version of Firefox.

  • I am unable to add content to my iTunes library. I'm running 10.6.1 and didn't start having issues until a day or two ago. I've tried dragging and dropping content (like I always do) and also using file add to library. Neither work! Any suggestions?

    Please help!

    But why we are having to do this extra step I do not knew
    A post or two per day on this. Not happening to everybody obviously.  Maybe something to do with the details of the tracks to which this is happening (maybe a font character), or something else you did, but to figure this out people would have ot carefully dosument everything they were doing, including track names, machine specification, computer use history.  Nobody who posts on this posts all the detail, so there's nothing with which to work.  You can also report this issue to Apple (we're just other Mac users like you) but wihtout the detils they probably won't know what to do either.

  • CS4: Tabbed panel headers misplaced in Design view

    If I add a Spry tabbed panel to a blank page, it behaves
    fine.
    But if I add a tabbed panel inside a table cell, then the
    tabs themselves detach from the body of the panel and appear up at
    top left of the table itself.
    When the page is viewed in a browser or in Live View, it
    sorts itself out, so the issue affects only the Design View afaics.
    It's annoying though, and the misplaced tabs obscure other parts of
    the design.
    Does anyone else get this? Is it a known issue?

    I am having the same issue with Dreamweaver CS5 for Mac. I also can’t find any way to fix the issue other than quitting dreamweaver and re-starting the program.
    I doubt Adobe will ever fix it, since I’ve had so many issues with Dreamweaver going back to Macromedia days that Adobe still hasn’t bothered to fix since taking it over.
    I just hope someday another company will create a product that works well and I can throw Dreamweaver into the trash.
    I know that isn’t a very constructive post, or an answer, but maybe if I subscribe to this thread someone will eventually have a solution.
    I have tried changing the display fonts in preferences, zooming in and out of the Design view, with no results (if the cursir is offset, zooming in with design view won’t change the offset.
    It just sucks when you have an editor you can’t edit with and an FTP client you can’t use to move files around with. I basically have been reduced over the years to using Dreamweaver strictly as a code editor and will most likely be switching to something like BBedit and getting Dreamweaver completely out of my life.

  • Accordian & Tabbed Panel Error

    When I have the tabbed panel content set to expand
    automatically (ie scroll bars do no appear, the content just
    expands as the data gets bigger (or vice versa if the content is
    less for the next tab)… it does as it should and the content
    area expands or contracts accordingly.
    However… if I insert the accordion widget within one of
    the content areas, if the accordion is set to auto AND the tabbed
    panels are set to auto, the tabbed content does not expand if the
    data within the accordion requires it to do so.
    Does this make sense?
    Let me know if I need to re-explain.
    Thank you.

    I'm having the same problem. as this problem resides on an
    intranet I don't have a url to a demo.
    However, to make it clearer - I have a spry accordion with
    tabbed panels in it. If the tabbed panel content height is more
    than let's say 500px (which is the accordion content height) then a
    scrollbar appears on the right. BUT this also causes another issue
    which is when you use the scroll bar to scroll through the content,
    the tab panels hover over the content!
    I've tried changing the content height for both BUT the page
    looks stupid when there is content far less than the set content
    height!
    hope you gifted people can help with this issue.
    I have updated my spry to 1.6.
    thanks
    Anis

  • WAD - tab panel issue

    Hi , I already have 2 tab panels in the tabstrip container item..I wanted to add one more tab panel. I added it and cleked on Verify ..the new tab panel is deleted automatically .. what is the reason for this..can anyone help me solve this..
    Thanks

    ER,
    I'm guessing you are on BI 7?
    I am using the tabs in 3.5, what I foudn when I extend the tabs is that if I dont have the Tab Number in sequenece it is ignored.
    i.e. Here where I have "head_TAB3", I need to ensure that I have a head_TAB1 & head_TAB2 before hand.
    Hope that may be of help.
    Regards
    Gill

  • Tabbed Panels display problem

    I'm trying to add a spry tabbed panel to a website.  When I preview it - there are bullets next to the tabs.  How do I eliminate them?

    I have run into a similar problem occasionally, and have also noticed that it only affects the view in Design View in the Document Window.
    In my experience, your best bet is to edit your material in Code View (it doesn't jump around at all there!). Another strategy is to turn off some of your visual editing aids, in case they are the cause of your tabbed panels jumping.
    As you will see in Code View, the tabs themselves live in one section of the code and the corresponding panels live in a section lower down. If you are careful, you should have no trouble at all editing directly in Code View.
    Beth

  • Height of tabbed panels

    Is there any way of making the height of a panel equal to it's content? Its ridiculous that the panels set to the height of the panel with the longest content. Any help on this matter at all Thanks in advance

    Hi
    Please have a look to the following threads
    Make the height of a tabbed panel content container adjust to the individual tab's content.
    Tab panel - different lenght of text: possible?
    Do let me know if you have any question.

  • Spry Tabbed Panels set to use the Opacity fade out / in

    can the Spry Tabbed Panels be set to use the Opacity fade out / in similar to the Spry Image SlideShow effects?

    First add an ID to the tab as follows or similar
    <h2 id="second">Tab 2</h2>
    Then add a style rule to add a background image as follows or similar
    .TabbedPanelsTab#second {
        background:url(myImage.gif);
    Gramps

Maybe you are looking for

  • "Disk Utility can't repair this disk...and restore the backed up files"

    Hello, my macbook crashed a few days a go  as well and after going to the recovery drive and OX Utilities  tried to verify and repair disk it gives me this error "Disk Utility can't repair this disk...and restore the backed up files" is the second ti

  • Custom Persona does not display after updating Firefox!

    == Issue == I have another kind of problem with Firefox == Description == I just updated Firefox, and my custom persona is no longer displaying properly. If I change to another persona from Mozilla it will display it just fine, and I can even see my

  • HA File Adapter still processing same file twice

    We are using the eis/HAFileAdapterMSSQL to watch for ZIP files that get dropped into a directory. We are running SOA Suite 11.1.1.6 on WebLogic 10.3 with a 2-server cluster. We set our PollingFrequency to 120 seconds. When our ZIP files are small eno

  • Can't open iTunes 7.7 - Mac user

    Hi Everyone! I've recently upgraded my Mac from Tiger to Leopard and downloaded latest upgrade of iTunes. Was working fine two days ago and now I can't open iTunes from dock. Won't even open when I click on iTunes folder. What is going on???? Can ANY

  • Where are APEX images retrieved from in an n-tiered environmen?

    Oracle XE DB 11gR2 Oracle APEX 4.1.1 Glassfish 3.1.2 Red Hat Linux 5.8 =========== I notice when using Glassfish as part of my APEX environment I am required to copy the images to an /i directory on the Glassfish server under the Glassfish domain. Th