CFLAYOUT TAB - CFLAYOUTAREA with CFSCRIPT

The first and last TABS have the appropriate TEXT displaying.
The three tabs in between show the TAB but the TEXT is gone. Very
strange. Has anyone tried this and found a work around. We have not
been able to find any technical reference regarding use of CFSCRIPT
inside the CFLAYOUTAREA tag.

SOLVED -
IE for some reason must find a STYLE definition -
style="width:100%"
Adding it renders all the TABS with TEXT as you would expect.
For some reason Mozilla and Opera are more forgiving and do
not require the style definition.

Similar Messages

  • Cfgrid href and cflayout tab

    Thanks in advance
    I have a cflayout tab with two layoutareas each has a cfgrid with html format
    each cfgrid has a column with href.
    My problem is the hyperlink shows only on the grid in the first tab
    here is my code
    <cfquery name="sectionList" datasource="#application.dsn#">
    select * from sp.section
    </cfquery>
    <cfquery name="semesterList" datasource="#application.dsn#">
    select * from sp.semester
    </cfquery>
    <CFAJAXIMPORT TAGS="cflayout-tab,cfform,cfgrid">
    </cfajaximport>
    <CFFORM>
    <cflayout type="tab" name="Courses">
                <cflayoutarea title="Enrolled" name="Enrolled" >
                  <cfgrid query="sectionList"  name="grid1" FORMAT="html"  highlighthref="yes" >
                   <cfgridcolumn name="SectionID"  header="ID"  href="testing2.cfm" hrefkey="SectionID"   >
                   <cfgridcolumn name="SectionName" header="Name">
                   </cfgrid>
                </cflayoutarea>
                <cflayoutarea title="Instructed"  name="Instructed" selected="yes" >
                  <cfgrid query="semesterList"  name="grid2" FORMAT="html"  highlighthref="yes" >
                   <cfgridcolumn name="SemesterID"  header="ID1"  href="testing2.cfm" hrefkey="SemesterID"  >
                   <cfgridcolumn name="SemesterName" header="Name1">
                   </cfgrid>
                </cflayoutarea>
                <cflayoutarea title="Subscribed"  name="Subscribed"  >
                   <cfgrid query="sectionList"  NAME="GRID3" FORMAT="html"   highlighthref="yes" >
                   <cfgridcolumn name="sectionID"  header="sectionID" display="no"  >
                   <cfgridcolumn name="courseID"  header="courseID" href="sectionPage.cfm" hrefkey="courseID" >
                   <cfgridcolumn name="sectionName" header="Name" >
                   </cfgrid>
                </cflayoutarea>
      </cflayout>
    </CFFORM>

    I "dont" want the cfgridkey term in the URL. I want something
    like ...index.cfm?my_id=7
    Not ...index.cfm?cfgridkey=7

  • Iframe breaking cflayout tabs ?

    Hello,
    I am new to CF (old vbscript/asp guy), and am struggling
    with converting a fieldset based iframe to cflayout tabbed version.
    I can get all my tabs to work, but when I put in my iframe in the
    cflayoutarea it breaks it. I am encapsulating a fckeditor in it,
    and it just posts back to the paret frame of the iframe. All worked
    fine with fieldset, but these tabs are much better looking, and
    would love to use them. Here is a code snippet for your eyes.. any
    ideas appreciated. Not sure this can be done this way, the _target
    to the iframe inside the cflayout area was spawning another window
    before it just stopped working.. Hmm..
    Thanks, Bob
    <cfoutput>
    <cflayout type="tab" name="MyTabLayout">
    <cflayoutarea name="workarea" title="Work Area"
    style="height:100%">
    #f_mess#<br>
    <!--- <iframe src="" name="sch_iframe" width="420"
    height="100" scrolling="auto" frameborder="0"> --->
    </cflayoutarea>
    <cflayoutarea name="tab2" title="Austin Traffic"
    style="height:100%">
    RSS Feed for Trafic in Austin
    </cflayoutarea>
    <cflayoutarea name="tab1" title="APL Holidays"
    style="height:110%">
    <br>APL Holidays and Closure Times<br>
    <cfinclude template="apl_holidays.cfm">
    </cflayoutarea>
    <cflayoutarea name="tab3" title="Bulletins"
    style="height:100%">
    APL Bulletin Area ...<br>
    </cflayoutarea>
    <cflayoutarea name="tab4" title="Calendar"
    style="height:100%">
    APL Calendar...<br>
    </cflayoutarea>
    </cflayout>
    </cfoutput>

    Doh! It was a broken iframe.. blush.. all good.. :)

  • CF 9.0.1 cflayout tab - first tab - content height problem in IE 7

    In IE 7, the first tab's height is incorrectly rendered - it is the combined height of the up/down arrows in the scroll bar instead of the tab's content. The rest of the tabs are rendered correctly. I am using IE 8, and changed the Document Mode to: "IE 7 Standards." It renders fine in IE 8 or even Quirks mode.
    I'm not sure if CF 9.0.1 update created this problem. Can someone test this code on CF 9.0?
    Here's a very simple test case - copy/paste this to a new .cfm file and take a look on IE 7 (or IE 7 Standards mode in IE 8)
    <cfoutput><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html style='height:100%;'>
    <head>
        <title>CF Tabs Example</title>
    </head>
    <body>
    </cfoutput>
    <cfajaximport tags="cflayout-tab">
    <cflayout type="tab">
        <cflayoutarea title="Tab 1">
            <cfoutput>
            <p>This is the first tab!</p>
            <p>This is the first tab!</p>
            <p>This is the first tab!</p>
            <p>This is the first tab!</p>
            <p>This is the first tab!</p>
            <p>This is the first tab!</p>
            </cfoutput>
        </cflayoutarea>
        <cflayoutarea title="Tab 2">
            <cfoutput>
            <p>This is the second tab!</p>
            <p>This is the second tab!</p>
            <p>This is the second tab!</p>
            <p>This is the second tab!</p>
            <p>This is the second tab!</p>
            <p>This is the second tab!</p>
            </cfoutput>
        </cflayoutarea>
    </cflayout>
    <cfoutput>
    </body>
    </html>
    </cfoutput>

    Correct. The first tab fully displays in IE 8 both compatibility mode and 'regular' mode when running on CF 9.0.0 (actually, maybe I should spell out: Coldfusion Server Developer 9,0,0,251028
    and does not work in Coldfusion Server Enterprise 9,0,1,274733  as I stated.
    I found some posts about making minor corrections to the "cflayout.js" but I think those were changes to the 9.0.0 scripts, because it was very different from the 9.0.1 cflayout.js script.
    Bottom line - I "fixed" it by putting in the fix script into CFIDE\scripts\ajax\package\cflayout.js
    And when I say the fix script it's almost the original 9.0.0 one, but I got it here:
    http://forums.adobe.com/thread/565912?tstart=0
    it was posted by "MrTee" on Feb 23rd in a reply.

  • CFLAYOUT Tab Firefox OS X Problem

    I am building a simple set of tabs using CFLAYOUT. When I
    have titles that have more than one word it causes a white box to
    appear behind some of the titles Firefox 3 running under OS X. The
    single word tab titles don't seem to have this problem.
    Here is an example set of code to try:
    <cflayout type="tab">
    <cflayoutarea title="Hamburger">
    ABC
    </cflayoutarea>
    <cflayoutarea title="Cheese Burgers">
    123
    </cflayoutarea>
    <cflayoutarea title="Super Duper Meal">
    DEF
    </cflayoutarea>
    <cflayoutarea title="Drinks">
    456
    </cflayoutarea>
    <cflayoutarea title="Sweets">
    GHI
    </cflayoutarea>
    </cflayout>
    Any ideas what would be causing this?

    What happens if you change "Cheese Burger" to
    "Cheese Burger" ?

  • Reload cfLayOut tab

    Hello,
    I have a cfLayOut set up with 4 tabs.  On one of those tabs, I have a form that saves phone numbers for a particular person.  When I submit that form, I do so by passing in the field values via a button onClick event.  My AJAX script handles the processing, calls the ColdFusion action page that actually does the database work.  All is well.
    My problem:  I want that tab to automatically reload that form with the new changes.  In otherwords, there needs to be another call to the database and the form needs to be refreshed but ONLY within that tab.  I don't want the whole page to refresh.
    I'm having great trouble with this.  Can someone help?
    Thanks!
    Mike

    The JavaScript function declared as the call back handler would accept the data returned by the ColdFusion function evoked in the AJAX call.  It would then use this data to repopulate the desired part of the application.  With a straight up HTML interface that would be standard DOM manipulation.  By using cflayout you are also mixing flash into the mix so actionScript is probably going to be involved in getting the data into place.
    I don't have any actual code to share as I've never done this.  But those are the technologies and key words you are going to need to use so hopefully that gives you some good search ammunition.
    Ian

  • How can I update an already saved "bookmark all tabs" group with a current group of tabs? Or add only the changes??

    Example of problem:
    I have already saved a group of tabs using the "bookmark all tabs" feature.
    I open that group of tabs in a new browser window.
    Then I modify that group of tabs that I have open, adding new ones, removing old ones.
    How can I replace the existing tab group with the new tabs?
    Is there an option to just add the new ones that I have opened and keep all the others even if I have removed some of the old ones from the currently opened group?
    ...another issue: can I share bookmarks online? What are the options for this?

    You can't do that.<br />
    Each time you use "Bookmark All Tabs" a new folder is created, even if you give the folder the same name, so you will have to do any merging yourself in the Bookmarks Manager or just create a new group and discard (delete) the previous group.
    If you want to share bookmarks online then you need to use a web based service that offers such a feature like Delicious.
    *http://en.wikipedia.org/wiki/Social_bookmarking

  • How to put a 1 form in 3 jquiry TABS each with captcha. When I do it only the first Captcha displays.

    I have a web page http://www.yellowpagescr.com/index2.php that includes jquiry TABS.  I want to have 4 tabs each with a FORM PROTECTED BY CAPTCHA.  The first TAB 2 (free Ad) worked fine.  When I added the second the CAPTHA form did not display.  I added a third and it also would not display.  Is it possible to have have multiple forms on the same page, but on different TABS? 

    I don't use Captchas because they are not web friendly.  Humans have a hard time reading them which often leads to form submission failures and frustration.  I much prefer the Honeypot (hidden input field) method.  It traps spam bots who cannot resist filling in fields because they don't use CSS or JavaScript.  If the hidden field contains any characters, your form processing script can be set-up to flag that as spam and abort the submission.  Humans never see the hidden field, so it works seamlessly behind the scenes.   There's no limit on how many hidden form fields you can have on a page.
    Nancy O.

  • Issue in developing cross tab report with wizard in 10.1.3.2.1

    Hi Gurus,
    We are trying to develope group above cross tab report with wizard in BI Publisher 10.1.3.2.1 .
    i am unable to achieve multiple level columns dynamically.Using cross tab wizard i can achieve single level measure column ,but not the second level column.
    Output should look like this:
    Country1
    Region1 Region2 Region3 --(level1 column)
    d1 d2 d3 d1 d2 d3 d1 d2 d3 -- (level2 column)
    Row1 10 20 30 70 80 90 40 70 90 --data
    Row2 21 24 54 65 23 64 64 76 87 --data
    Here Regions and d1 d2 d3 may vary based on xml data.Also we have page break on country.
    Haven't get any solution till now.
    Also unable to achieve under line and overline on data for total row.
    Need help urgently in this issue.
    Thanks,
    Mahesh
    Edited by: user13450806 on Jan 7, 2011 12:43 AM

    Hi Gurus,
    I am still waiting for some one to help me in this issue.
    It is very urgent for me to solve this. Did not get any help yet.
    --Mahesh                                                                                                                                                                                                                                                                                                       

  • Mozilla firefox 25.0 tab opens with error on URL res://ieframe.dll/unknownprotocol.htm#chrome-extension://kcnhkahnjcbndmmehfkdnkjomaanaooo/widget.html any idea?

    Mozilla firefox 25.0 tab opens with error on URL res://ieframe.dll/unknownprotocol.htm#chrome-extension://kcnhkahnjcbndmmehfkdnkjomaanaooo/widget.html any idea?
    I believe this is a google voice extension but I do not have chrome installed on my PC
    Windows XP machine service pack 3.

    Hi,
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!
    Hope this helps!
    Curtis

  • Tabs created with CMFCTabCtrl::STYLE_3D style didn't display the whole tab labels

    Hi,
    We use tab controls with multiple tabs created with CMFCTabCtrl::STYLE_3D style, but the tab labels are not displayed completely. For instance, the label should be "Process Control", but the tab header shows only part of it ""Process
    C...".
    How can I make the whole label being displayed?
    Thanks.
    MJ

    Hi mj118802,
    I think this is a by design issue, Form the picture, there is no enough space to show all your tab with the long label text. If you persiste want to use  CMFCTabCtrl::STYLE_3D style, you may need to draw your own CMFCTabCtrl.
    Please think about to use CMFCTabCtrl::STYLE_3D_SCROLLED style, see the picture.
    This is not too bad.
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Tab Strip with multiple views refresh issue

    I have created a tab strip with two tabs.  Each tab has a view container element.  Each view has an iFrame which points to an ABAP report exposed as a web service (url).  I put a refresh button on the first view which fires an outbound plug which is directed to the same view.  This refreshes the first view just fine.  However, it also refreshes the second view.  I don't want to refresh the second view.  Is there a way around this?

    Hello Kenneth,
    i would try another way and use [Suspend&Resume|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/content.htm]. But that works only on component-level. So i would create 3 components A,B,C.
    Comp A has a tabstrip and inside each tab a ViewContainer Element (VCUI). Inside the VCUI's you call (the used) components B and C using Suspend & Resume Plugs. Components B and C only have one view each with an iframe calling the specific report.
    So you can refresh both components differently.
    Kind regards, Andreas

  • Just purchased Adobe Acrobat XI, when i download it and select run a tab appears with title 'Confirm Upgrade of Acrobat Pro' i select continue, another tab apears stating 'Error Encountered' - Acrobat installer encountered and unexpected failure. Please t

    Just purchased Adobe Acrobat XI, when i download it and select run a tab appears with title 'Confirm Upgrade of Acrobat Pro' i select continue, another tab apears stating 'Error Encountered' - Acrobat installer encountered and unexpected failure. Please try again. If it continues to fail contact adobe support. Please assist me asap, i need this working ASAP as i specially purchased for immediate use.. thanks:)

    No, there was no option for enter the serial number, which i gather u mean by S/N?

  • Using Srpy tabbed panels with slidding panels

    I am very new to spry and so I am still just figuring it all
    out. How I found it was I wanted a tabbed panel like the one on the
    IBM website. Anyway, I am trying to
    use the tabbed panels with the sliding panels and it just does not
    seem to be working. I found
    this
    tutorial and followed the codes but it still only works as just the
    tabbed panels - nothing has changed at all. Can someone tell me
    what I might be doing wrong? I am attaching both my html and css
    code for you to inspect.
    HTML Code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <script
    src="file://///172.16.10.251/users$/kduverna/Desktop/SpryAssets/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <link
    href="file://///172.16.10.251/users$/kduverna/Desktop/SpryAssets/SpryTabbedPanels.css"
    rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="TabbedPanels1" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab" tabindex="0"><a
    href=”#Tab1″>Tab 1</a></li>
    <li class="TabbedPanelsTab" tabindex="0"><a
    href=”#Tab1″>Tab 2</a></li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent">Content 1</div>
    <div class="TabbedPanelsContent">Content 2</div>
    </div>
    </div>
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script>
    </body>
    </html>
    css code to follow in post below - too many characters.

    and here is the css code
    CSS Code
    @charset "UTF-8";
    /* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    /* Horizontal Tabbed Panels
    * The default style for a TabbedPanels widget places all tab
    buttons
    * (left aligned) above the content panel.
    /* This is the selector for the main TabbedPanels container.
    For our
    * default style, this container does not contribute anything
    visually,
    * but it is floated left to make sure that any floating or
    clearing done
    * with any of its child elements are contained completely
    within the
    * TabbedPanels container, to minimize any impact or
    undesireable
    * interaction with other floated elements on the page that
    may be used
    * for layout.
    * If you want to constrain the width of the TabbedPanels
    widget, set a
    * width on the TabbedPanels container. By default, the
    TabbedPanels widget
    * expands horizontally to fill up available space.
    * The name of the class ("TabbedPanels") used in this
    selector is not
    * necessary to make the widget function. You can use any
    class name you
    * want to style the TabbedPanels container.
    .TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%; /* IE Hack to force proper layout when preceded
    by a paragraph. (hasLayout Bug)*/
    /* This is the selector for the TabGroup. The TabGroup
    container houses
    * all of the tab buttons for each tabbed panel in the
    widget. This container
    * does not contribute anything visually to the look of the
    widget for our
    * default style.
    * The name of the class ("TabbedPanelsTabGroup") used in
    this selector is not
    * necessary to make the widget function. You can use any
    class name you
    * want to style the TabGroup container.
    .TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
    /* This is the selector for the TabbedPanelsTab. This
    container houses
    * the title for the panel. This is also the tab "button"
    that the user clicks
    * on to activate the corresponding content panel so that it
    appears on top
    * of the other tabbed panels contained in the widget.
    * For our default style, each tab is positioned relatively 1
    pixel down from
    * where it wold normally render. This allows each tab to
    overlap the content
    * panel that renders below it. Each tab is rendered with a 1
    pixel bottom
    * border that has a color that matches the top border of the
    current content
    * panel. This gives the appearance that the tab is being
    drawn behind the
    * content panel.
    * The name of the class ("TabbedPanelsTab") used in this
    selector is not
    * necessary to make the widget function. You can use any
    class name you want
    * to style this tab container.
    .TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 10px;
    margin: 0px 1px 0px 0px;
    font: bold 0.7em sans-serif;
    background-color: #DDD;
    list-style: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    /* This selector is an example of how to change the appearnce
    of a tab button
    * container as the mouse enters it. The class
    "TabbedPanelsTabHover" is
    * programatically added and removed from the tab element as
    the mouse enters
    * and exits the container.
    .TabbedPanelsTabHover {
    background-color: #CCC;
    /* This selector is an example of how to change the
    appearance of a tab button
    * container after the user has clicked on it to activate a
    content panel.
    * The class "TabbedPanelsTabSelected" is programatically
    added and removed
    * from the tab element as the user clicks on the tab button
    containers in
    * the widget.
    * As mentioned above, for our default style, tab buttons are
    positioned
    * 1 pixel down from where it would normally render. When the
    tab button is
    * selected, we change its bottom border to match the
    background color of the
    * content panel so that it looks like the tab is part of the
    content panel.
    .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: 1px solid #EEE;
    /* This selector is an example of how to make a link inside
    of a tab button
    * look like normal text. Users may want to use links inside
    of a tab button
    * so that when it gets focus, the text *inside* the tab
    button gets a focus
    * ring around it, instead of the focus ring around the
    entire tab.
    .TabbedPanelsTab a {
    color: black;
    text-decoration: none;
    /* This is the selector for the ContentGroup. The
    ContentGroup container houses
    * all of the content panels for each tabbed panel in the
    widget. For our
    * default style, this container provides the background
    color and borders that
    * surround the content.
    * The name of the class ("TabbedPanelsContentGroup") used in
    this selector is
    * not necessary to make the widget function. You can use any
    class name you
    * want to style the ContentGroup container.
    .TabbedPanelsContentGroup {
    clear: both;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #EEE;
    /* This is the selector for the Content panel. The Content
    panel holds the
    * content for a single tabbed panel. For our default style,
    this container
    * provides some padding, so that the content is not pushed
    up against the
    * widget borders.
    * The name of the class ("TabbedPanelsContent") used in this
    selector is
    * not necessary to make the widget function. You can use any
    class name you
    * want to style the Content container.
    .TabbedPanelsContent {
    padding: 4px;
    /* This selector is an example of how to change the appearnce
    of the currently
    * active container panel. The class
    "TabbedPanelsContentVisible" is
    * programatically added and removed from the content element
    as the panel
    * is activated/deactivated.
    .TabbedPanelsContentVisible {
    /* Vertical Tabbed Panels
    * The following rules override some of the default rules
    above so that the
    * TabbedPanels widget renders with its tab buttons along the
    left side of
    * the currently active content panel.
    * With the rules defined below, the only change that will
    have to be made
    * to switch a horizontal tabbed panels widget to a vertical
    tabbed panels
    * widget, is to use the "VTabbedPanels" class on the
    top-level widget
    * container element, instead of "TabbedPanels".
    /* This selector floats the TabGroup so that the tab buttons
    it contains
    * render to the left of the active content panel. A border
    is drawn around
    * the group container to make it look like a list container.
    .VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    background-color: #EEE;
    position: relative;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    /* This selector disables the float property that is placed
    on each tab button
    * by the default TabbedPanelsTab selector rule above. It
    also draws a bottom
    * border for the tab. The tab button will get its left and
    right border from
    * the TabGroup, and its top border from the TabGroup or tab
    button above it.
    .VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    /* This selector disables the float property that is placed
    on each tab button
    * by the default TabbedPanelsTab selector rule above. It
    also draws a bottom
    * border for the tab. The tab button will get its left and
    right border from
    * the TabGroup, and its top border from the TabGroup or tab
    button above it.
    .VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: solid 1px #999;
    /* This selector floats the content panels for the widget so
    that they
    * render to the right of the tabbed buttons.
    .VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: 30em;
    height: 20em;
    /* BEGIN: Spry Horizontal Tabbed Panels meets Sliding Door
    and CSS Sprites */
    /* Revision by Craig Malcolm Petrou of CPMMUG.com */
    .TabbedPanels {
    margin: 10px 0 5px 0;
    .TabbedPanelsTab {
    font-weight: bold;
    font-size: 100%;
    background-color: #FFF;
    border: solid 0 #FFF;
    .TabbedPanelsTabHover {
    background-color: #FFF;
    .TabbedPanelsTabSelected {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    .TabbedPanelsContentGroup {
    background-color: #FFF;
    ul.TabbedPanelsTabGroup a {
    display: block;
    ul.TabbedPanelsTabGroup li.TabbedPanelsTab {
    background: url(/images/brown.png) no-repeat 0 0;
    margin: 0 0 0 -1px;
    padding: 0 0 0 10px;
    ul.TabbedPanelsTabGroup li.TabbedPanelsTab a {
    background: url(/images/brown.png) no-repeat 100% 0;
    padding: 7px 10px 5px 0;
    ul.TabbedPanelsTabGroup li.TabbedPanelsTabSelected {
    background: url(/images/brown.png) no-repeat 0 -41px;
    ul.TabbedPanelsTabGroup li.TabbedPanelsTabSelected a {
    background: url(/images/brown.png) no-repeat 100% -41px;
    /* END: Spry Horizontal Tabbed Panels meets Sliding Door and
    CSS Sprites */
    Also - is there a way to get rounded corners on the tabs in
    spry? Any good tutorials I can follow about spry - more
    specifically about using widgets and effects together.
    Thanks so much

  • [svn:fx-trunk] 12878: When sub-components don' t have a tabIndex and when VideoPlayer instance does, assigned tabIndex to each inner-component to ensure that they appear in the correct tab order with other components on the stage .

    Revision: 12878
    Revision: 12878
    Author:   [email protected]
    Date:     2009-12-11 19:07:40 -0800 (Fri, 11 Dec 2009)
    Log Message:
    When sub-components don't have a tabIndex and when VideoPlayer instance does, assigned tabIndex to each inner-component to ensure that they appear in the correct tab order with other components on the stage.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/VideoPlayerAccImpl.as

    Michael,
    "Michael Caughey" <[email protected]> wrote in message news:413f0af6$1@mail...
    If I'm doing something wrong what is it? Obviously there is something
    different about how I configured my environment a year ago.What happens if you bring down ms02?
    Regards,
    Slava Imeshev

Maybe you are looking for

  • How do I uninstall unwanted aps, games, etc. from Snow Leopard?

    I am getting ready to upgrade to Lion and I have several apps that I no longer want on my MacBook Pro OS X 10.6.8.  I am used to a PC where you have to clean it up and get it ready (defrag) for new programs. Boy, I don't miss my pc.   Do I need to do

  • Service apple mobile device failed to start, Verify privileges. What?

    After being prompted to upgrade my iTunes software, I clicked ok. The upgrade failed to complete the installation with "service apple mobile device failed to start, Verify privileges to start system services". notice. I am given the option to Abort,

  • Flip4Mac and 10.4.8

    Does anyone know of any issues between the latest version of Flip4Mac and 10.4.8? ive updated osx and now cant view wmv files in safari, ive reinstalled flip, with no joy. Any suggestions? thanks in advance -james

  • Error after modifying Taskflow

    Dear Experts, I have tried to create a taskflow which is a copy of the seeded AE HRMS PEOPLE TASKFLOW. Then i Disabled the existing buttons and enabled an item which was not a button. generally i clear cache and taskflow change gets reflected. i did

  • Best practise for storing lead information

    Hi all I'm running a qualification process by using a lead assessment script. Via this script our reps ask the potential customer 8 questions and a score is calculated. Now the reps will begin the process of converting the leads into opportunities -