Xhtmlb: Tabstrip  tab display n same wndow.

Problem: when  click on any tab it is opening new window. Not only on tab but also even on min/max buttons. What could be the problem i do not know.
Can anyone find the solution to the following code.
<htmlb:content design="DESIGN2003" >
      <htmlb:form target="_blank" >
              <htmlb:gridLayoutCell columnIndex = "<%= lv_col_count %>"
                              rowIndex    = "<%= lv_row_count %>" >
          <xhtmlb:tabStrip id                   = "Tabstrip"
                           brandingNotchVisible = "FALSE"
                           dropDownListVisible  = "TRUE"
                           viewStateMode        = "COLLAPSED_EXPANDED"
                           onHelp               = "onMainTabHelp"
                           flowIndicatorVisible = "TRUE"
                           dropDownItemCount    = "10" >
            <xhtmlb:tabStripItem name     = " overview1"
                                 title    = " Overview"
                                 disabled = "FALSE" >
              <bsp:call url     = "main.do"
                        comp_id = "<%= ZCL_MAINCONTROLLER=>GC_SUBCONTROLLER_ID_O %>" >
                <bsp:parameter name  = "gv_view_type"
                               value = " OVERVIEW" />
              </bsp:call>
            </xhtmlb:tabStripItem>
            <xhtmlb:tabStripItem name     = " steam"
                                 title    = " STeam "
                                 disabled = "FALSE" >
              <bsp:call url     = "main.do"
                        comp_id = "<%= ZCL_MAINCONTROLLER=>GC_SUBCONTROLLER_ID_S %>" >
                <bsp:parameter name  = "gv_view_type"
                               value = "TEAM" />
              </bsp:call>
            </xhtmlb:tabStripItem>
            <xhtmlb:tabStripItem name     = " test1"
                                 title    = " Test "
                                 disabled = "FALSE" >
              <%@include file="test1.htm" %>
            </xhtmlb:tabStripItem>
          </xhtmlb:tabStrip>
Thx
sid

Hi Sid,
the <i>target</i> attribute tells the browser where to open the target URL.
Options are
<b>_blank</b>  - the target URL will open in a new window
<b>_self</b>     - the target URL will open in the same frame as it was clicked
<b>_parent</b> - the target URL will open in the parent frameset
<b>_top</b>     - the target URL will open in the full body of the window
_self is generally the default.
Cheers
Graham

Similar Messages

  • How to display existing View as content in TABSTRIP tab?

    Is it possible to display existing View as tab content in TabStrip tab? If so how can we do this?
    Thanks in advance!

    Hi,
    Please have a look into this linl. It will really help you a lot and give you clear idea on UI development and also about using TabStrip.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e617bc3-0401-0010-2c82-81f82e73300e">Developing Web Dynpro User Interfaces</a>
    Thanks and Regards
    Avijit

  • When I open about this mac - more info and I switch through the tabs (display,memory,storage,support,service) it lags (fps drops, animation looks choppy not smooth). Why does this happen? (over 300 gb free,same programs installed,free desk-downloads)

    When I open about this mac -> more info and I switch through the tabs (display,memory,storage,support,service) it lags (fps drops, animation looks choppy not smooth) even though all the mac (programs , interface ) works smooth . Why does this happen? (over 300 gb free,same programs installed,free desktop-downloads -no garbage there- everything neat and tidy.) Need some help. Only there it the animations goes like 2 fps and is not smooth. I do not understand why because the programs are the same so its the usage. Nothing is changed, yet i experience this little issue for a couple of days.

    OK, I'm confused. When I do About this Mac > More Info in OS10.9, I don't see any animation other than the window resizing. Is that the animation you are describing?
    Which if any of the following apply to your computer:
    1) Are you running any anti-virus/internet security applications?
    2) Are you running any "cleaning/tune-up/optimizations" applications?
    3) Any peer-to-peer or torrent downloading software?
    4) Any third-party disk backup software that came bundled with an external hard drive?
    5) Any online backup scheme other than iCloud (Carbonite; GoogleDrive; MS One Drive)?
    6) Did your financial institution ask you to install Trusteer EndPoint Protection (also known as Trusteer Rapport)?

  • Xhtmlb:tabStrip: change order of tabs dynamically?

    Is there a way to change the order of the tabStripsItems in an xhtmlb:TabStrip dymanically?
    In my case, I have a certain number of fixed tabs and some more tabs that are defined by customizing.
    <xhtmlb:tabStrip id="TabStrip"
                     selection="<%= controller->mv_selection %>"
                     onSelect="DoSelect"
                     width="100%">
      <xhtmlb:tabStripItem name  = "fixedTab1
                           title = "f1" >
      </xhtmlb:tabStripItem>
      <xhtmlb:tabStripItem name  = "fixedTab2
                           title = "f2" >
      </xhtmlb:tabStripItem>
      <% LOOP AT table_from_customizing ASSIGNING <fs> %>
      <% IF <fs>-sequence < 2 .%>
      <% "move tabStrip to a earlier position.How?? %>
      <% ENDIF.%>
        <xhtmlb:tabStripItem name  = "<%= <fs>-name %>"
                             title = "<%= <fs>-title %>" >
        </xhtmlb:tabStripItem> 
      <% ENDLOOP %>

    in that case (example between fixed tab1 and fixed tab2 )
    <xhtmlb:tabStrip id="TabStrip"
                     selection="<%= controller->mv_selection %>"
                     onSelect="DoSelect"
                     width="100%">
      <xhtmlb:tabStripItem name  = "fixedTab1
                           title = "f1" >
    <%  sort table_from by sequence ascending .
        LOOP AT table_from_customizing ASSIGNING <fs> %>
    <xhtmlb:tabStripItem name  = "<%= <fs>-name %>"
                             title = "<%= <fs>-title %>" >
        </xhtmlb:tabStripItem> 
    <% endloop . %>
    <xhtmlb:tabStripItem name  = "fixedTab2
                           title = "f2" >
      </xhtmlb:tabStripItem>
    Regards
    Raja

  • How can I distinguish multiple tabs of the same site in the tab bar?

    Hello,
    I've been following some massive open online courses (MOOCs) and its been necessary to have several tabs open at the same time for the same site. I would like to be able to distinguish these tabs by being able to put a tag instead of the site url ('instructions', 'template', 'code', 'scratch', 'docs' etc. etc) and/or a colour code.
    Does anyone know if and how this can be done?
    Many thanks

    This one colors tabs, but the author warns that it doesn't work with other tab-related extensions, so you probably need to keep searching for one that does everything you want:
    https://addons.mozilla.org/en-US/firefox/addon/colorfultabs/
    If you don't find a do-it-all extension, you can modify the tab titles with a userscript that is specific to that website. This is because the tab displays the text designated in the page as its title.
    You either could "hard code" the list of words for each of the pages, or you could have a script extract information from the page, for example, the first main heading, or some other predictable bit of data. The script then would insert your preferred wording as the title of the page and Firefox will show that on the tab.
    To see how that appears, so you know whether it would be useful, you could do this experiment:
    On a web page that has useless tab text, open the Web Console using command+alt+k (Windows: Ctrl+Shift+k). In the line at the bottom next to the caret, paste the following code and press Enter:
    document.title="Magic!";
    If you decide you want a script written for this, you could try the request forum on userscripts''.''org:
    [http://userscripts.org/forums/2 Ideas and script requests - Userscripts.org]
    Although some people offer small payments, that usually isn't necessary to motivate people to help.
    Let me give you a brief warning about that site, though: over the past year, a lot of popular scripts were duplicated and reposted with additional code that hijacks your Facebook account. Be cautious when installing scripts, check the reviews, make sure there are no references to Facebook.

  • MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.

    MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.How do I solve this issue?

    Go step by step and test.
    1. Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204
    2. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    3. Deselect Proxies if selected.
        System Preference > Network > Advanced  > Proxies Tab
        Under "Select Protocol", uncheck any box if selected.
        Click "OK" then  "Apply”.

  • Xhtmlb: tabStrip - how to execut a page with flow logic

    Hello all, how do I execute a "page with flow logic" from a "tabStrip".  Currently I am using a "page fragment".  But I need to change to a "page with flow logic" becuase of a technical issue. 
    Is it possible to tell which tab was selected using event processing?  When I try, I am getting "illegal reference". 
    Here is a sample of my current code.
    <xhtmlb:tabStrip id            = "TABSTRIP"
                     viewState     = "EXPANDED"
                     viewStateMode = "COLLAPSED_EXPANDED"
                     tooltip       = "Choose tab" >
      <xhtmlb:tabStripItem name  = "Home"
                           title = "Home" >
        <%@include file="home.htm" %>
      </xhtmlb:tabStripItem>
      <xhtmlb:tabStripItem name  = "Medical"
                           title = "Medical" >
        <%@include file="medical.htm" %> 
      </xhtmlb:tabStripItem>
      <xhtmlb:tabStripItem name  = "Dental"
                           title = "Dental" >
        <%@include file="dental.htm" %>
      </xhtmlb:tabStripItem>
      <xhtmlb:tabStripItem name  = "Vision"
                           title = "Vision" >
        <%@include file="vision.htm" %>
      </xhtmlb:tabStripItem>
      <xhtmlb:tabStripItem name  = "FlxSpnd"
                           title = "Flexible Spending" >
        <%@include file="home.htm" %>
      </xhtmlb:tabStripItem>
      <xhtmlb:tabStripItem name  = "Other"
                           title = "Other" >
        <%@include file="home.htm" %>
      </xhtmlb:tabStripItem>
      <xhtmlb:tabStripItem name  = "RevSub"
                           title = "Review and Submit" >
        <%@include file="home.htm" %>
      </xhtmlb:tabStripItem>
    </xhtmlb:tabStrip>
    What would I replace the "page frament" with?
    Thanks in advance for your help, Troy

    Hi Troy,
      If i understood your requirement i think you need to move to other pages or views when the tabstrip items or clicked. If your requirement is the above one below is the explanation....
    In the layout you include a attribute  onSelect        = "mySelect" in the tag  xhtmlb:tabStrip.
    For event handling in the oninputprocessing you write the below code,
       CLASS CL_HTMLB_MANAGER DEFINITION LOAD.
    DATA: TABSTRIP TYPE REF TO CL_XHTMLB_TABSTRIP.
    Reading Data from Toolbar
    TABSTRIP ?= CL_HTMLB_MANAGER=>GET_DATA( REQUEST = REQUEST
                                            NAME    = 'xhtmlb:tabstrip'
                                            ID      = 'tb3' ).
    Optional: test that this is an event from HTMLB library.
    IF EVENT_ID = CL_HTMLB_MANAGER=>EVENT_ID.
    Scenario 1: Read event from manager.
      DATA: EVENT TYPE REF TO IF_HTMLB_DATA.
      EVENT = CL_HTMLB_MANAGER=>GET_EVENT_EX( RUNTIME->SERVER->REQUEST ).
    DATA: request_event TYPE REF TO cl_xhtmlb_event.
    request_event ?= event.
    IF EVENT IS NOT INITIAL AND EVENT->EVENT_NAME =
    CL_XHTMLB_TABSTRIP=>CO_EVENT_NAME.
    *---here you can handle the event... 
    ENDIF.
    ENDIF.
    Regards,
    Azaz Ali.

  • Cover flow displays the same two pieces of artwork for all videos.

    I've been adding a collection of tv series I have on DVD to iTunes 9.1.1, it all worked fine initially, I opened each video up of a series of tv programs and used the "Set Poster Frame" option to capture a frame of the program to use as the artwork for that program.
    I normally have the programs sorted by what tv program they belong to, so Cover flow only displays the first episode of a series' artwork. I'm not sure why though but something I did yesterday appears to have caused cover flow to blow a fuse.
    If I chose to sort by name before, cover flow would display all the artwork for each episode, and it showed all the different artworks correctly. Now though after some fiddling I did which I cannot seem to recount my steps back to, it only displays the same two pieces of artwork from two particular episodes for all the videos when it is sorted via name:
    http://img257.imageshack.us/img257/3052/tvprogcoverflow.png
    I've tried removing all the artwork, but there doesn't seem to be an option to delete the poster frame and the poster frame artwork doesn't show up under the artwork tab for the individual videos so I can't delete anything from there. If I select all the videos and then right click and get info, then select the artwork check box and click OK it seemingly deletes all the artwork... Then replaces it again with the exact same artwork!
    Although cover flow shows each video has having the same artwork if I Get Info each video it clearly shows it having the correct artwork so why cover flow is messing around like this I don't know.
    I've tried deleting the album artwork cache in the itunes folder, didn't work. I even tried deleting my entire itunes folder which I have separate from my library and the hidden prefs file in my actual library, but that didn't work either.
    Interestingly enough, if I re-add all the videos they automatically get listed as films and go under the film tab. When looking at them under their cover flow correctly shows every episode with the right artwork:
    http://img200.imageshack.us/img200/8234/filmcoverflow.png
    As soon as I change the Get Info options tab from Film to TV program either for one video or all of them, then cover flow screws up again.
    Any idea how to fix this annoyance?

    The weird thing is, it worked before. I encoded all the videos previously and had them all listed and didn't encounter this problem, but I noticed I'd forgotten to decomb/detelecine the videos so I deleted everything and re-encoded it all. AFter filling the tags out and setting poster frames again I was thinking of making life easier by just pasting the same artwork for every episode, so I did, but didn't like the results so I deleted it again (I selected every video, used Get Info and pasted the artwork that way).
    I think it was after this that the problem started to occur. In any case I've been through every episode and made sure the name, series, episode and episode id fields are all filled in with incremental values and they are. I even made sure the Sort Name field was filled in on every video. But this didn't work either.
    So, thinking another restart was needed I deleted every video again. Re-encoded them all, again. Set the tags for every video and poster frame again. Finished it all off nicely, checked cover flow and was highly annoyed to find it was STILL showing the same two pieces of art work for every video as shown in that image I posted.
    Ultimately, I wouldn't care so much that cover flow is screwing up like this as I always intended to sort by program anyway so it would only ever display one piece of artwork for an entire series of videos, however where-as when it was working it picked the artwork for the first episode of a series to display, its instead picking one of the latter episodes. I can't seem to find any way of choosing what artwork I want displayed.

  • Tabs display on different line in XP than with Window7

    With Firefox 4.0 (and the 'Tabs On Top' option selected):
    In XP the tabs are shown on the line BELOW the upper left FIREFOX button. In Windows7, they are displayed on the SAME line as the FIREFOX button (the very top line of the display) - thus using one less line in the display window.
    How do I get XP to display the same as Windows7?

    Here are images of the 2...

  • Xhtmlb:tabStrip height attribute

    I am using xhtmlb:tabStrip to show few tabs and each tab item is holding a iframe loading some page .
    The tabstrip item should be to the maximum page height. unlike htmlb:tabstrip there is nothing like body height in xhtmlb.
    i tried setting the <xhtmlb:tabStrip height to various values like 100%, 600 , 600px but nothing seems to change the size at all.
    Anybody has seen this , got a solution?
    Thanks in advance.
    Regards
    Raja
    <b>I have fixed it. it was the height property of the iframe which was causing the issue. i had set 100% as the height of the iframe. But when i changed to px its working as desired.</b>
    Message was edited by: Durairaj Athavan Raja

    hi Brian,
    Thanks for taking time to put in your thoughts.
    The issue is within the tabstrip body i have iframe and the src parameter is changed at runtime to different bw webtemplates depending on the user action.
    If i have to determine the height of the webtemplate , then i would write a javascript in the webtemplate and pass it back to my  main page. But how will my javascript in the webtemplate is going to find the <b>rendered</b> webtemplate height? i need to try these things out and post the outcome here.
    Regards
    Raja

  • XHTMLB tabstrip help

    Hi all,
    I replaced htmlb tabstrips in my code by xhtmlb tabstrips.But after this,the javascipt in my code has stopped working and the pages are showing javascript error .Why is this happening? Is it because of using xhtmlb ?Please help.
    Regards,
    Ananya

    *******the button is in layout of a  page fragment
    <htmlb:button id            = "b_disp"
                      text          = "Display Ticket"
                      onClientClick = "gotoDisplay()" />
    *************javacsript code in main page
    <script>
    function gotoDisplay()
          if ( w_flagDisp == 1 || w_dateInitial != document.getElementById('i_date').value )
              var childwindow = window.open("warning1.htm","name","height=150,width=500,left=200,top=300,resizable=no,titlebar=no, toolbar=no,menubar=no,status=no");
              if (window.focus) {childwindow.focus();}
              return childwindow;
            htmlbSL(this,2,'b_disp:onInputProcessing()');
    </script>
    When I am clicking on any xhtmlb tabstrip,the javaScript error is coming.
    Message was edited by: Ananya Mukherjee

  • Drop down menu is a small square and no tab display.

    Hey, my tab display is gone, my drop down menu's won't open, such as file, edit, view, history etc.
    I have no idea what's going on, I don't want to lose my bookmarks and I can't import them into IE atm.
    Any help would be great, if I have to re-install is there a manual way to get bookmarks without going into the menu bookmarks and manage/export?
    Thanks.

    I have the same trouble with Firefox v.24.0 It occurs on Windows XP, Windows 7 Pro, and Windows 7 Enterprise.
    @foodie2 - your workaround definitely works and is far less painful than changing settings which could affect other sites. Great idea!

  • Two tabs for the same page

    Hello,
    I have been spending the whole morning trying to find a solution for this problem but did not find any either by myself or parsing the forum messages.
    I am building an application with a two level tab for the navigation.
    Everything is fine as long as the pages referenced by the tabs have a different number.
    My problem is that i use the same dynamic page (let say 40) to be accessed through two different tabs.
    e.g Parent tab is labelled "Parent"
    Two other tabs are created linked to parent tab "Parent" and those are labelled "Action1" and Action2"
    Selecting "Action1" will result in rendering the page 40 with a parameter (let say page_type) set to the value 1.
    Selecting "Action2" will result in rendering the *same* page 40 with a parameter (let say page_type) set to the value 2.
    For the parent tab "Parent" let say that the default is to select "Action1"
    Is there any solution to implement that kind of behaviour?
    I have tried to create redirecting pages (empty page and a single branch) to achieve this but i always get stucked when trying to have page 40 displaying the proper tabs and parent tab.
    Thanks in advance for any help.
    Daniel

    Hi Andy,
    Thanks for your answer!
    Whilst it is fairly straightforward to create multiple tabs for the same page (this can be done through Shared Components, Tabs and click Add on the standard >>tabs bar, enter in any page number you like), the functionality of tabs does not provide the means to set item values. Additionally, as both tabs would be >>"current" for your page 40, once you've clicked on one, you can not click on the other.Yes this is exactly what i discover once my page 40 has been built.
    There may be ways to do what you need, but as tabs are really there for navigation purposes only, this may become rather complicated. What is the difference >>between Action1 and Action2? Can this be achieved in another way? Have you considered switching to lists for navigation (where you can set item values)?In fact, i can still duplicate this page and have a few changes within each new page. But as a matter of code design as both pages have around half in common, i wanted to share most of the items (build a single page) and then play for a few additional items with conditions encompassing the page type i have set before rendering the page.=> Most items in common, a few others whose display is conditionnal. For the end user, it looks like two different pages because in their business process the "Action1" and "Action2" are clearly different.
    I use lists in this application on the home page to reach most of the application pages but while some users prefer to use the links on the home page and go back to home page, other would like to use the tabs and a number of them use both navigation mechanisms.
    Sorry if it is not quite clear (english is not my mother tongue).
    Regards,
    Daniel

  • Access web page with alternate tab displayed by default

    I have a WebHelp project with a start page that displays the
    Contents tab by default. Is there a way through the URL to have a
    different tab (e.g., the Search tab) display by default? Thanks.
    Tim

    I need a way to open the same WebHelp project with the
    Contents tab displayed by default if the project is accessed
    through one method or with the Search tab displayed by default if
    the project is accessed through another method. I am using RoboHelp
    X5.0.2.
    Peter, I generated my project with the Search tab set as
    default. I viewed the start page, and the Search tab was correctly
    displayed by default. I made a copy of this start page and saved it
    to a different folder location. I regenerated my project with the
    Contents tab set as the default. I copied the alternate start page
    into the project so that I essentially had a start_contents.htm
    page and a start_search.htm page. This method was ineffective. Both
    the start_contents.htm page and the start_search.htm page now open
    with the Contents tab displayed by default.
    Is there a way through the URL to be able to specify the tab
    to display by default (sometimes the Contents tab and sometimes the
    Search tab) for the same help project, either through using
    multiple start pages (which in my test appears to be ineffective)
    or through additional code in the URL itself?

  • How easy is it to create a new add on? I would like to see tabbed display within the browser on FF24 on Android 4.2 – as per desktop FF

    Please excuse this if it's a noob Q – I am, indeed, completely new to Android. Tabbed display appears to have been possible on previous versions of FF for Android via several add ons but unfortunately no more. Display of each open tab within the browser – rather than the current arrangement with just the number in the corner – is still possible with FF desktop and also features in Chrome, Opera and Dolphin for Android. I would prefer not to use these other mobile browsers as FF outperforms them but I do need tabbed display to allow for PDF docs to open – using the PDF viewer add on – alongside their initiating webpage. Any ideas? Is it difficult to create an add on? What is the process? Is one in the pipeline? Many thanks in advance for any help or guidance you can offer...

    Many thanks for your reply, Waka – guess you're right that it's a new add on or bust... I still find it odd that such a common UI feature across mobile browsers is unavailable in FF24 either as an option under settings or as an add-on. Surely, I'm not the only person who finds this puzzling?

Maybe you are looking for

  • Open_form with session causing deadlock after commit is applied in called form

    Hi all, i am using forms 10g r2. i have two forms say A and B. I am calling form B from A using open_form built-in with session_mode is set to session. Form opening without error and i can update execute queries and insert records on both forms but.

  • Time-dependent hierarchy in query selection screen

    Hello all I am running query where input selection has following fields - Fiscal year variable ( e.g. i can enter 2008) Period variable ( e.g. i can enter 12) Hierarchy Node variable The hierarchy is time-dependent. I want that if I enter year and pe

  • Table with information of BIDs  from a vendor

    Hello, We are in a classical SRM 5.0 escenario and use the fucntionality BID invitations. Im looking for  tables where the information of a Vendor bid is stored in SRM. Especially the acceptance or rejection indicators of a BID. Thanks for any reply,

  • How to handle guest access

    Dear, I like to design a new wireless infrastructure for our company, but I ?am a bit confused what the right products are. We have over Europe 5 locations where we use AP1200. The goal should be that all employees can work with a wireless notebook a

  • Embedded Video and Interactive Buttons

    Embedded Video and Interactive Custom Button support is needed for Adobe Reader for Android.