CSS code uses "expression"

I was studying some CSS the other day and ran across some of
the entries using an "expression". For example, padding-left:
expression(3+'px') and height: expression(28+'px'). I did some
searches on the net but didn't find anything helpful.
Can anyone shed some light on what this is and why it's being
used?
Thanks
Tom

It's IE proprietary stuff. Why they would use those exact
ones escapes me,
though.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"TCarp" <[email protected]> wrote in message
news:e9ucp9$10a$[email protected]..
>I was studying some CSS the other day and ran across some
of the entries
>using
> an "expression". For example, padding-left:
expression(3+'px') and
> height:
> expression(28+'px'). I did some searches on the net but
didn't find
> anything
> helpful.
>
> Can anyone shed some light on what this is and why it's
being used?
>
> Thanks
>
> Tom
>

Similar Messages

  • How to use css code?

    Hi, my name alper,
    I want to design a web page for my girlfriend. The CSS code to do with them, but I have no knowledge about how much information will be used. please I can do with the edge you please assign a mail program code using Turkish...

    You can do this with Edge Code/Brackets but the web design bit is a bit beyond these forums. I'd suggest checking out something like this course - HTML/CSS: Making webpages | Computer programming | Khan Academy - on Khan Academy to get started.
    =Ryan
    [email protected]

  • How can I convert my css code into table format?

    Wasn't sure how to word the title, but what I am trying to do is post my html code generated with Dreamweaver CS4 into craigslist for an advertisement I designed. Craigslist seems to only accept "TABLE FORMAT".  I just learned enough to design this AD using css, now do I have to go back and learn table cell coding? Is there something I am not aware of like a conversion or something that will work?
    Thank you very much for any help, I am very anxious to get my ad placed.

    Example of the accepted code:
    <table border="0" cellpadding="5" cellspacing="0" width="100%" id="table4" align="center">
    <tr><td width="125"><b><font size="2" face="Verdana">Contact Name:</font></b></td><td><font face="Verdana" size="2">Patrick</font></td></tr>
    You must have an old HTML editor because that isn't INLINE CSS CODE.  It's deprecated HTML code.  It might work OK on Craig's List... but <font> tags won't pass W3C validation in XHTML doc types.
    To express what you have above using inline CSS styles without tables would like this:
    <p style="font:16px Verdana, Arial, Helvetica, Sans-serif; text-align:center"><strong>Contact Name:</strong> Patrick</p>
    http://www.w3schools.com/CSS/css_howto.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • If statement in css code

    can you write  an if statement in your css code that if the name of a particular web page is something, apply one css style otherwise apply another.

    No. If statements are used in PHP & JavaScript; not CSS.
    Use External style sheets for your site wide styles.  Use Embedded CSS for page specific styles inside the document's <head> tags. 
    <head>
        <style>
              page specific styles go here....
         </style>
    </head>
    Nancy O.

  • Using expressions in jsf tags

    I have a problem with using expressions in jsf tags! I know this
    topic was discussed before but it doesn`t work.
    I want to use the following jsf-code:
    <h:panel_data id="tab" var="vari" modelReference="Bean.varis">
    <h:output_text id="Id" modelReference="vari.id"/>
    <h:command_hyperlink id="hyper" href="next.jsp" label="Detail">
    <f:parameter id="Param1" name="id" value="vari.id"/>
    </h:command_hyperlink>
    </h:panel_data>
    The value of the parameter should have the value of vari.id!! Why doesn`t it work?? I also tried to use value="${vari.id}" and value=<%= vari.id %>.
    I have also changed the jsf_core.tld from
         <rtexprvalue>false</rtexprvalue>
    to
         <rtexprvalue>true</rtexprvalue>
    Does anybody know what to do? Where should the .tld-files be localized when i deploy the webapplication??

    On May 19th, 2003 HydraD == "HD" wrote:
    HD> I have a problem with using expressions in jsf tags! I
    HD> know this
    HD> topic was discussed before but it doesn`t work.
    HD>
    HD> I want to use the following jsf-code:
    HD>
    HD> <h:panel_data id="tab" var="vari" modelReference="Bean.varis">
    HD> <h:output_text id="Id" modelReference="vari.id"/>
    HD> ...
    HD> <h:command_hyperlink id="hyper" href="next.jsp" label="Detail">
    HD> <f:parameter id="Param1" name="id" value="vari.id"/>
    HD> </h:command_hyperlink>
    HD> </h:panel_data>
    HD>
    HD> The value of the parameter should have the value of
    HD> vari.id!! Why doesn`t it work?? I also tried to use
    HD> value="${vari.id}" and value=<%= vari.id %>.
    HD>
    HD> I have also changed the jsf_core.tld from
    HD>      <rtexprvalue>false</rtexprvalue>
    HD> to
    HD>      <rtexprvalue>true</rtexprvalue>
    HD>
    HD> Does anybody know what to do? Where should the
    HD> .tld-files be localized when i deploy the
    HD> webapplication??
    If you want your parameter's value to be pulled from the model, you must
    use modelReference instead of value. Try that and see if it works.
    Ed

  • Css code for hover and replace image

    on my page i would like my visitors to hover over a div that contains text and have an image appear, would need to work in most browsers and  not disrupt any other div tags on my page.  is there some simple css code to do this?

    Initially set the display for the <img> to none, then set it to block/inline in the parent <div> :hover rule.
    > not disrupt any other div tags on my page
    If you mean you want the image to occupy its space even when it's not shown, you can use visibility: visible/hidden instead.
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Modifying CSS code to customize a theme

    Hello:
    I'm trying to change some CSS code to customize a theme for an application. I make my change, upload, and the change takes into effect. I make additional changes, click Apply Changes, and the changes do not take affect.
    I then go back to my CSS file, make the additional changes, upload the file, and the changes do not take into effect.
    My issue is that some of the time when I make a change to the CSS code, the changes take into effect. Other times, they do not.
    I installed Firebug which lets me print the HTML and CSS code for a page that is being currently viewed on the screen. I reviewed the HTML and found the "id" that I want to change. I make my changes, upload the CSS file, and the changes do not take into effect.
    What is the secret with the CSS code in these themes that will not take my changes?
    Here's an example of what happens:
    I change the background color for a table. I then want to change the font-color. Instead of displaying both changes; my page reverts to the original colors of the theme.
    I am at a complete loss. I have experience in CSS coding and I just don't understand why these changes aren't working all the time.
    Can someone give me some insight as to the secret of customizing these themes?
    Thanks,

    Hi,
    You can find your uploaded file in the table APEX_APPLICATION_FILES (or HTMLDB_APPLICATION_FILES in older versions of Apex) - search for your css filename in the FILENAME column.
    I tend to upload custom stylesheets through Shared Components, Cascading Style Sheets and then replace the existing LINK tag in the page template with:
    &lt;link rel="stylesheet" href="#WORKSPACE_IMAGES#MyThemeFileName.css" type="text/css"/&gt;Then, when I need to change the css, I do so using a text editor, delete the file through Shared Components and add in the new version. Sometimes the browser's cache holds an old copy of the stylesheet, but clearing the cache sorts that out. Otherwise, I've not had any problems doing it this way.
    The css files you're seeing in your images folder will be referenced within the page templates. As these may be updated with any upgrade to Apex, you should avoid updating these.
    Andy

  • Preview css code without html??

    I am learning CSS and very slowly.
    I would like to know if there is any way that I can "see" if my css code is working the way I want it to.
    Since there is no display in CSS , only html, I'm guessing I have to link the CSS to the html in order to see
    if the CSS code is working the way I want.
    Is there an easier way to "try out" css code?
    Perhaps another way to get it to display without linking it to an html file?
    Maybe there is another program that will let one "view" css code?
    Maybe something online that will do this?
    I really could use something like this.
    Otherwise, can someone tell me, in the most basic, simple terms, how I can link my Css code page
    to an html page, so i can preview if my CSS code is doing what it's supposed to?
    thanks!!!!!

    I hope this makes sense. thanks again!
    Not really. I don't understand the workflow you're attempting.
    CSS formats HTML pages. I link one external CSS stylesheet to all my HTML pages then tweak the CSS in the external CSS file and "see" the results of my tweaks on the HTML page I'm actually formatting.
    In other words, I preview my changes on the HTML page which is actually linked to the CSS stylesheet.
    You seem to be wanting to set up your CSS in isolation to your HTML page then, when you've got it right, you want to apply the CSS to the actual HTML page.
    Am I missing something?
    These are some of the ways I think might work:
    <td><span style=”background-color:yellow”>Breakfast</span>..</td>
    <td style=”background-color:yellow”>Breakfast</span>...</td>
    <td><span style=”bgcolor:yellow”>Breakfast</span>..</td>
    <td><span style=”color:yellow”>Breakfast</span>..</td>
    but I need to try them all  to see which is the one that will give me the desired result (highlight the word Breakfast in yellow).
    You've lost me here I'm afraid. Why not let DW do the coding for you?
    e.g. <span style=”bgcolor:yellow”> is invalid CSS code. DW will code it for you.
    Avoid inline styles <td style=”background-color:yellow”> and <span>s wherever possible. Use them in an emergency only when no other option exists. Otherwise, every time you tweak a color, you have to update every single affected <td> and <span> tag which defeats the reason for using CSS in the first place.
    CSS can be applied in several ways. In order of preference:
    1) External, linked styesheet (preferred option every time)
    2) Embedded stylesheet (rules grouped into the <head> section of a HTML page)
    3) Inline styles (CSS inline with the HTML code scattered throughout the page) - emergencies only or where no other options exist such as HTML email formatting
    You're starting with option 3) and making life hard for yourself.
    It's more powerful and efficient to define a CSS class for a highlighted table cell - in an external stylesheet which is linked to the HTML page:
    e.g.
    Separate CSS file
    td.highlight {
    background-color: yellow;
    HTML (with CSS file linked to it)
    <td class="highlight">Breakfast</td>
    You can do this for all highlighted <td>s on all HTML pages on your website - be it one or 1000.
    Later, if you want to change yellow to green, you change the CSS rule in the external CSS stylesheet (you don't have to touch the HTML file at all):
    td.highlight {
    background-color: green;
    upload that one tiny stylesheet file to the server and your entire website (all 1000 pages) is instantly updated.

  • Using expressions in tag ...

    Hi,
    I am facing a problem while using expressions in tag
    in iPlanet4.1.
    my code is
    <%@ taglib uri="/uri" prefix="myjsp" %>
    <myjsp:init param1="<%=avar%>" param2="abd" />
    this is working fine in apache.but in iplanet the value for param1 is taken as a string "<%=avar%>" !
    is there any solution for this ?
    thanks.

    I don't know anything about iPlanet, but you might want to check your TLD file and make sure you're not setting rtexprvalue to false for the attribute param1.

  • How to apply html css code in ADF pages

    I have the css code for all html components like buttons , text box, tabs etcc.. I want same look and feel in adf, I want to apply same css in ADF pages without/with minimal changes,
    I need very urgently,
    plz do needful ASAP.
    Thanks & Regards,
    Ram.

    Hi..
    Also this will helpful
    http://technology.amis.nl/blog/5722/using-adf-faces-11g-skinning-for-setting-the-styles-of-specific-component-instances-or-groups-of-instances

  • CSS code

    Using MAC with DW CS4. Sometime back it was possible to view the css code behind a webpage from within Firefox, is that still possible and how with Firefox on a MAC? Or is there another way within Safari.
    Thank you.

    Get the web developer toolbar for Firefox.
    https://addons.mozilla.org/en-US/firefox/addon/60
    I can't live without it.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Mark css code in a .php file

    I changed my css file extension to php (so that I could
    change css properties based on user preferences through php)
    Now, DW doesn't mark/highlight my css code.
    How can I explicitly tell DW to mark css code in a .php file?
    Failing that, is it possible to change css properties in a
    .css file dynamically on the server?

    Pavelthesecond wrote:
    > I changed my css file extension to php (so that I could
    change css properties
    > based on user preferences through php)
    > Now, DW doesn't mark/highlight my css code.
    > How can I explicitly tell DW to mark css code in a .php
    file?
    I don't think you can.
    > Failing that, is it possible to change css properties in
    a .css file
    > dynamically on the server?
    I find the most practical approach is to use PHP to control
    which
    stylesheet is linked to the page:
    <?php
    if (isset($_SESSION['css']) && $_SESSION['css'] ==
    'pink') {
    ?>
    <link href="pink.css" rel="stylesheet" type="text/css"
    />
    <?php
    elseif (isset($_SESSION['css']) && $_SESSION['css']
    == 'blue') {
    ?>
    <link href="blue.css" rel="stylesheet" type="text/css"
    />
    <?php
    else {
    ?>
    <link href="default.css" rel="stylesheet" type="text/css"
    />
    <?php } ?>
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Select alerts are resolved in last 2 days using Expressions in SCOM connector subscription Criteria

    Hi,
    I need to select alerts are resolved in last 2 days using Expressions in SCOM connector subscriptions.
    AlertChangedSubscriptionConfiguration config = new AlertChangedSubscriptionConfiguration(AlertSubscriptionConfigurationType.Any);
     config.PollingIntervalMinutes = 1;
     config.Criteria = @"
    <Expression>??????</Expression>";
    So here Provide Expression sample code to retrieve all alerts are resolved in last 2 days.
    Thanks,
    satheesh

    Hi,
    I am not familiar with connector subscriptions, I recommend you review the links below and hopefully it will help you.
    SCOM Product Connector Notes
    http://blogs.msdn.com/b/donmoore/archive/2008/05/15/scom-product-connector-notes.aspx
    AlertChangedSubscriptionConfiguration Class
    http://msdn.microsoft.com/en-us/library/microsoft.enterprisemanagement.administration.alertchangedsubscriptionconfiguration.aspx
    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.

  • How to break up string of css code properly?

    Is there a way to take css code that looks like this mess
    (which I got elsewhere) and break it into its legible/workable
    parts without going through it and hitting enter after every
    closing } ? There are about 1000 lines of this stuff like
    this...this is just a small bit of it...is there any easy way in DW
    to break it up properly?
    Thanks in advance...
    Laura
    #car .roundbox .topleft{background:no-repeat top
    left;width:auto;}#car .roundbox .topright{background:no-repeat top
    right;padding:0;}#car .roundbox .infobody{margin:-10px 0
    0;padding:0 10px;}#car .roundbox .botleft{background:no-repeat
    bottom left;}#car .roundbox .botright{background:no-repeat bottom
    right;}#content #popupBody #carTypes #totals
    td.totalLine{border-bottom:1px solid #eee;}#car
    #rate-content{display:block;}#car #rate-content
    #tally{width:706px;float:left;margin-top:8px;}#car #rate-content
    #tally td.fee{padding:.25em 0 0 0;}#car #rate-content #tally
    hr.hr{display:none;}#car #rate-content #tally
    td.price{text-align:right;padding:.25em 0 0 1.2em;}#car
    #rate-content #tally
    td.legend{width:60%;text-align:right;padding-right:23px;}#car
    #rate-content #tally td.legend
    img.greenIcon{height:14px;width:13px;margin-right:8px;}#car
    #rate-content #tally
    span.total{font-size:1.2em;font-weight:bold;}#car #rate-content
    #tally tr.hilite td{padding-top:.25em;}#car #rate-content #tally
    tr.hilite div.hr-tally{border-top:1px solid #999;}#car
    #rate-content #upsell .img{padding:0;margin:0;}#car #rate-content
    #rate-disc{width:54%;float:left;border-left:1px solid
    #ccc;margin:8px 0 0 18px;padding-left:18px;}#car #rate-content
    #rate-disc div{width:11em;float:left;}#car #rate-content #rate-disc
    input{width:10em;}#car table#upsell{width:706px;border-right:1px
    solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid
    #ccc;margin-top:20px;margin-bottom:4px;}#car table#upsell
    td{border-top:1px solid #ccc;padding:0 4px;}#car table#upsell
    tr.selected{background:#eaeaea;}#car table#upsell
    td.upsell-hd{background:#ccc;padding:4px;font-size:1.1em;font-weight:700;text-align:cente r;}#car
    table#upsell td.img{width:120px;}#car table#upsell
    td.price{padding:4px;font-weight:700;cursor:pointer;font-size:1.2em;}#car
    table#upsell
    img.greenIcon{height:14px;width:13px;margin-left:8px;}#car
    #spcl-opt{margin:20px 0;width:100%;}#car #spcl-opt
    ul{width:30%;float:left;margin:0;padding:0;}#car #spcl-opt
    li{list-style-type:none;}#car #spcl-opt
    img{vertical-align:middle;}#car-rules
    #links{width:180px;float:left;background:#e7ebf0;margin:12px 20px 0
    0;}#car-rules #links-content{padding:4px 8px 8px 8px;}#car-rules
    #links h4{padding:0;}#car-rules #links ul{margin:0 0 0
    14px;padding:0;}#car-rules #links li{margin:2px
    0;padding:0;}#car-rules
    #policies{width:504px;float:left;margin-top:8px;}#car-rules
    #policies h4{margin:8px 0 0;padding:4px 0 2px;}#car-rules #policies
    th{padding:6px 12px 0 0;border-bottom:1px solid
    #eaeaea;font-weight:bold;empty-cells:show;vertical-align:bottom;}#car-rules
    #policies td{padding:6px 12px 0 0;border-bottom:1px solid
    #eaeaea;empty-cells:show;}#car-rules p{margin:4px 0;}#location-map
    p{margin:4px 0 8px;}#location-map
    #map-main{width:705px;height:530px;}#location-map #map-main
    ul{padding:0;list-style:none;}#location-map #map-main ul
    li{padding:0;list-style:none;}#car #workspace
    #nav-btn-hr{width:auto;text-align:center;}#about-content
    p{margin:4px 0;}.vendOpts
    span{font-size:1.1em;font-weight:700;}#car .recapad{padding:8px 8px
    8px 0;position:absolute;right:8px;top:24px;width:315px;}#car
    .recapad img{float:right;}#titleRecap.wb_noad #recap{margin:0
    8px;}.recap_promo{float:right;text-align:center;width:34%;margin-top:8px;padding-right:8p x;}.recap_promo{width:28%;}.promo_box{background-color:#ffc;border:1px
    solid #06c;padding:4px
    8px;margin-bottom:6px;}.recap_emph,.pagin_emph,.rev_emph,.gen_emph{font-weight:bold;color :#000;}#content
    .promo_box .pkgprice,#content .svgswrap
    .pkgprice{font-size:1.27em;font-weight:bold;}.smfont{color:#666;text-align:center;}#hotel Recap{margin-bottom:1em;}#sCase{border:1px
    solid #c8d1b6;background:#fff;color:#000;position:relative;}#sCase
    h2{background:#c8d1b6;padding:5px;border:0;color:#53574c;font-size:1.3em;}#sCase
    #carRecap{margin:5px 10px;}#sCase
    .mod_search_link{margin-left:10px;}.carVendor a.shuttle{padding:3px
    0 2px 17px;background-repeat:no-repeat;background-position:center
    left;}#content #shuttleLegend{display:none;width:338px;padding:8px
    0;background-color:#FFF;border:#5f7896 1px solid;}#content
    #shuttleLegend h2{margin-left:8px;}#content #shuttleLegend
    ul{margin:-7px 0 0 -16px;}#content #shuttleLegend
    li{padding-left:28px;background-repeat:no-repeat;background-position:8px
    3px;line-height:1.5em;list-style-type:none;}#content #shuttleLegend
    li.highlight{background-color:#d5e2eb;font-weight:bold;}#snappy{margin:8px
    0;position:relative;}#snappy
    .tfArrow{font-size:1.1em;font-weight:900;padding-left:10px;height:35px;}#snappy
    #arrow1{position:absolute;left:-1px;top:4px;z-index:1;}#snappy
    #arrowText{position:absolute;left:0;top:14px;z-index:3;}#snappy
    .snappy_scroll{position:relative;left:110px;height:41px;width:612px;overflow:hidden;z-ind ex:0;padding-top:1px;background:#fff;border-width:1px;border-style:solid;border-color:#036
    #959f80 #036 #959f80;}#snappy .snappy_scroll
    span{font-size:1.5em;font-weight:900;color:#cb6732;vertical-align:middle;}#snappy
    .snappy_scroll img{vertical-align:middle;margin-left:20px;}#snappy
    .snappy_scroll span
    span{font-size:.69em;font-weight:400;color:#000;}#snappy
    .snappy_scroll
    #ha_logo{margin-top:3px;margin-right:4px;padding-top:2px;}#advSearch
    .stepcontent #pu,#advSearch .stepcontent #do{width:50%;}#advSearch
    .stepcontent .sel_loc_off{border-right:solid 1px
    #959F80;border-top:solid 1px #fff;border-left:solid 1px
    #fff;border-bottom:solid 1px
    #959F80;background:#FFE7D0;cursor:pointer;padding:3px 0;

    Open in CS4 and use Commands > Apply Source Formatting
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Lvanhoff" <[email protected]> wrote in
    message
    news:[email protected]...
    > Is there a way to take css code that looks like this
    mess (which I got
    > elsewhere) and break it into its legible/workable parts
    without going
    > through
    > it and hitting enter after every closing } ? There are
    about 1000 lines of
    > this
    > stuff like this...this is just a small bit of it...is
    there any easy way
    > in DW
    > to break it up properly?
    > Thanks in advance...
    > Laura
    >
    > #car .roundbox .topleft{background:no-repeat top
    left;width:auto;}#car
    > .roundbox .topright{background:no-repeat top
    right;padding:0;}#car
    > .roundbox
    > .infobody{margin:-10px 0 0;padding:0 10px;}#car
    .roundbox
    > .botleft{background:no-repeat bottom left;}#car
    .roundbox
    > .botright{background:no-repeat bottom right;}#content
    #popupBody #carTypes
    > #totals td.totalLine{border-bottom:1px solid #eee;}#car
    > #rate-content{display:block;}#car #rate-content
    > #tally{width:706px;float:left;margin-top:8px;}#car
    #rate-content #tally
    > td.fee{padding:.25em 0 0 0;}#car #rate-content #tally
    > hr.hr{display:none;}#car
    > #rate-content #tally
    td.price{text-align:right;padding:.25em 0 0
    > 1.2em;}#car
    > #rate-content #tally
    >
    td.legend{width:60%;text-align:right;padding-right:23px;}#car
    > #rate-content
    > #tally td.legend
    >
    img.greenIcon{height:14px;width:13px;margin-right:8px;}#car
    > #rate-content #tally
    span.total{font-size:1.2em;font-weight:bold;}#car
    > #rate-content #tally tr.hilite
    td{padding-top:.25em;}#car #rate-content
    > #tally
    > tr.hilite div.hr-tally{border-top:1px solid #999;}#car
    #rate-content
    > #upsell
    > .img{padding:0;margin:0;}#car #rate-content
    > #rate-disc{width:54%;float:left;border-left:1px solid
    #ccc;margin:8px 0 0
    > 18px;padding-left:18px;}#car #rate-content #rate-disc
    > div{width:11em;float:left;}#car #rate-content #rate-disc
    > input{width:10em;}#car
    > table#upsell{width:706px;border-right:1px solid
    #ccc;border-bottom:1px
    > solid
    > #ccc;border-left:1px solid
    #ccc;margin-top:20px;margin-bottom:4px;}#car
    > table#upsell td{border-top:1px solid #ccc;padding:0
    4px;}#car table#upsell
    > tr.selected{background:#eaeaea;}#car table#upsell
    >
    td.upsell-hd{background:#ccc;padding:4px;font-size:1.1em;font-weight:700;text-al
    > ign:center;}#car table#upsell td.img{width:120px;}#car
    table#upsell
    >
    td.price{padding:4px;font-weight:700;cursor:pointer;font-size:1.2em;}#car
    > table#upsell
    img.greenIcon{height:14px;width:13px;margin-left:8px;}#car
    > #spcl-opt{margin:20px 0;width:100%;}#car #spcl-opt
    > ul{width:30%;float:left;margin:0;padding:0;}#car
    #spcl-opt
    > li{list-style-type:none;}#car #spcl-opt
    > img{vertical-align:middle;}#car-rules
    >
    #links{width:180px;float:left;background:#e7ebf0;margin:12px 20px 0
    > 0;}#car-rules #links-content{padding:4px 8px 8px
    8px;}#car-rules #links
    > h4{padding:0;}#car-rules #links ul{margin:0 0 0
    14px;padding:0;}#car-rules
    > #links li{margin:2px 0;padding:0;}#car-rules
    >
    #policies{width:504px;float:left;margin-top:8px;}#car-rules
    #policies
    > h4{margin:8px 0 0;padding:4px 0 2px;}#car-rules
    #policies th{padding:6px
    > 12px 0
    > 0;border-bottom:1px solid
    >
    #eaeaea;font-weight:bold;empty-cells:show;vertical-align:bottom;}#car-rules
    > #policies td{padding:6px 12px 0 0;border-bottom:1px
    solid
    > #eaeaea;empty-cells:show;}#car-rules p{margin:4px
    0;}#location-map
    > p{margin:4px
    > 0 8px;}#location-map
    #map-main{width:705px;height:530px;}#location-map
    > #map-main ul{padding:0;list-style:none;}#location-map
    #map-main ul
    > li{padding:0;list-style:none;}#car #workspace
    > #nav-btn-hr{width:auto;text-align:center;}#about-content
    p{margin:4px
    > 0;}.vendOpts span{font-size:1.1em;font-weight:700;}#car
    > .recapad{padding:8px
    > 8px 8px
    0;position:absolute;right:8px;top:24px;width:315px;}#car .recapad
    > img{float:right;}#titleRecap.wb_noad #recap{margin:0
    >
    8px;}.recap_promo{float:right;text-align:center;width:34%;margin-top:8px;padding
    >
    -right:8px;}.recap_promo{width:28%;}.promo_box{background-color:#ffc;border:1px
    > solid #06c;padding:4px
    >
    8px;margin-bottom:6px;}.recap_emph,.pagin_emph,.rev_emph,.gen_emph{font-weight:b
    > old;color:#000;}#content .promo_box .pkgprice,#content
    .svgswrap
    >
    .pkgprice{font-size:1.27em;font-weight:bold;}.smfont{color:#666;text-align:cente
    > r;}#hotelRecap{margin-bottom:1em;}#sCase{border:1px
    solid
    >
    #c8d1b6;background:#fff;color:#000;position:relative;}#sCase
    >
    h2{background:#c8d1b6;padding:5px;border:0;color:#53574c;font-size:1.3em;}#sCase
    > #carRecap{margin:5px 10px;}#sCase
    > .mod_search_link{margin-left:10px;}.carVendor
    a.shuttle{padding:3px 0 2px
    >
    17px;background-repeat:no-repeat;background-position:center
    left;}#content
    > #shuttleLegend{display:none;width:338px;padding:8px
    > 0;background-color:#FFF;border:#5f7896 1px
    solid;}#content #shuttleLegend
    > h2{margin-left:8px;}#content #shuttleLegend
    ul{margin:-7px 0
    > 0 -16px;}#content
    > #shuttleLegend
    >
    li{padding-left:28px;background-repeat:no-repeat;background-position:8px
    > 3px;line-height:1.5em;list-style-type:none;}#content
    #shuttleLegend
    >
    li.highlight{background-color:#d5e2eb;font-weight:bold;}#snappy{margin:8px
    > 0;position:relative;}#snappy
    >
    .tfArrow{font-size:1.1em;font-weight:900;padding-left:10px;height:35px;}#snappy
    >
    #arrow1{position:absolute;left:-1px;top:4px;z-index:1;}#snappy
    >
    #arrowText{position:absolute;left:0;top:14px;z-index:3;}#snappy
    >
    .snappy_scroll{position:relative;left:110px;height:41px;width:612px;overflow:hid
    >
    den;z-index:0;padding-top:1px;background:#fff;border-width:1px;border-style:soli
    > d;border-color:#036 #959f80 #036 #959f80;}#snappy
    .snappy_scroll
    >
    span{font-size:1.5em;font-weight:900;color:#cb6732;vertical-align:middle;}#snapp
    > y .snappy_scroll
    img{vertical-align:middle;margin-left:20px;}#snappy
    > .snappy_scroll span
    > span{font-size:.69em;font-weight:400;color:#000;}#snappy
    > .snappy_scroll
    >
    #ha_logo{margin-top:3px;margin-right:4px;padding-top:2px;}#advSearch
    > .stepcontent #pu,#advSearch .stepcontent
    #do{width:50%;}#advSearch
    > .stepcontent
    > .sel_loc_off{border-right:solid 1px
    #959F80;border-top:solid 1px
    > #fff;border-left:solid 1px #fff;border-bottom:solid 1px
    > #959F80;background:#FFE7D0;cursor:pointer;padding:3px 0;
    >

  • Can't retrieve username using expression builder on a run time data control

    Here's the scenario:
    1. I added a Data Control resource in WebCenter Spaces, which has one paramater to get: username.
    2. I added the Data Control in Oracle Composer, and selected the return method to show as a read only form.
    3. In adding the Return method, under DC Parameters I have to get the username and place it on my parameter, ie: arg0 = username. arg0 is my data control parameter.
    I tried using every possible code there is in the Expression Editor to retrieve the username, but I keep getting null when I test it. I've tried *#{securityContext.userName}*, *#{webCenterProfile[securityContext.userName].userName}*. I also tried creating a page parameter, and use it like this: *#{bindings.myUsername}*, but still won't work. Its always null.
    How do I retrieve the username and bind it to the parameter of my data control using expression editor? Please help. Thanks.
    Edited by: aeriaL18 on Aug 13, 2012 12:15 PM

    Hi ,
    I believe this should be posted to Webcenter Portal forum : WebCenter Portal
    Thanks
    Srinath

Maybe you are looking for

  • 5081: XEngine error - Invalid guideline

    When a custome interchange.ecs file is used in the business protocol do you also have to register a custom group.ecs file or will it use the default group.ecs file? I'm getting an error message that says: 2008.01.18 at 11:31:05:968: Thread-15: B2B -

  • FMR with 30 Frames per Second (Captivate 5.5 Win)

    Hi everybody, I am creating an online YouTube video for a presentation of our product. I am not very sure how to setup the FMR to capture in 30 frames per second. If it is possible where can I configure these settings? thank you a lot Rado

  • Using an old router to expand wireless coverage

    I'm trying to get wi-fi signal on the opposite side of my house from the FIOS router. I have an old wireless router that I'm trying to use as a booster. How can I connect it so it works? My networking skills are limited (enough to be dangerous). Than

  • Strange behavior of adapter sequence in SFTP

    Hi all For SFTP sender callsap(which calls the queue and ....) is the last module in the module sequence. That implies that any module placed after callSap should not have any effect on the processing of message. However I observed if we place some m

  • OLAP Universe

    New to Universes *** i have created an OLAP universe from MSAS 2005 cube.  Each dimension object contains a detail attribute named KEY0.  However, I can see the value of KEY0 only on the "(All)" object and all have a value of 0.  The other KEY0 detai