API to show Property Help in Property Inspector of JDeveloper

Hi,
We are writing the product based on JDeveloper/FCP platform.
There is the need to provide either tooltip or some kind of help
for each property in Property Inspector. What kind of API should
we use to achieve that? In XML Schema extension I see the
following Property Help:
We'd like to achieve the same functionality.
Thanks in advance!

User, tell us your jdev version, please!
Not sure what you try to do, but you can look into the extension sdk. See https://www.google.de/url?sa=t&source=web&rct=j&ei=cCs3VdvlKpPKaNbogaAN&url=http://www.oracle.com/technetwork/topics/ind…
Which has samples too.
Timo

Similar Messages

  • Property Inspector freezing jdeveloper

    I'm using Jdev 10.1.3.4.
    When I select a jsf component(command button) from the structure pane to load its properties into the Property Inspector pane, Jdev crashes.
    The cause seems to be my css imports, which I'm loading for my yui javascript components(http://developer.yahoo.com/yui/)
    Does anyone know why or how to make it stop?
    Here are my Includes, when I comment them out it works fine.
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/fonts/fonts-min.css" />
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/button/assets/skins/sam/button.css" />
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/container/assets/skins/sam/container.css" />
    </head>
    <body class="yui-skin-sam">
    If anyone has an answer I would appreciate it, as it is quite annoying to have to comment and uncomment everytime I want to use the inspector.
    Thanks.

    sure
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="/webapp/careersTagLib" prefix="careersTagLib"%>
    <f:view>
      <html>
        <head>
          <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
          <title>Careers @ Davis School District - Apply</title>
                <link rel="stylesheet" type="text/css" href="css/defaultRed.css"/>
                <link rel="stylesheet" type="text/css" href="css/apply.css"/><%--
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/fonts/fonts-min.css" />
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/button/assets/skins/sam/button.css" />
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.6.0/build/container/assets/skins/sam/container.css" />
    --%>
    <script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/utilities/utilities.js"></script>
    <script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/button/button-min.js"></script>
    <script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/container/container-min.js"></script>
    <!-- Dependency -->
    <script src="http://yui.yahooapis.com/2.6.0/build/yahoo/yahoo-min.js" type="text/javascript"></script>
    <!-- Used for Custom Events and event listener bindings -->
    <script src="http://yui.yahooapis.com/2.6.0/build/event/event-min.js" type="text/javascript"></script>
    <!-- Source file -->
    <script src="http://yui.yahooapis.com/2.6.0/build/connection/connection-min.js" type="text/javascript"></script>
                <script type="text/javascript" src="js/apply.js"> </script>
        </head>
        <body class="yui-skin-sam"><careersTagLib:Nav/>
        <div class="contentBox">
            <div class="errMsgs">
              <h:messages showDetail="true" layout="list" rendered="#{backing_global.renderErrors}"/>
            </div>
             <h3>Employment Application</h3>
             <h:outputText value="appId from param: #{backing_apply.appParam}"/>
                     <h:form binding="#{backing_apply.formGeneralInfo}" id="formGeneralInfo">
                        <h:inputHidden binding="#{backing_apply.idFromApply}" id="idFromApply" value="#{backing_jobPostings.submitIdHidden.value}"/>
                        <h:inputHidden binding="#{backing_apply.applicationIdHidden}" id="applicationIdHidden"/>
              <div id="box">
                        <h4>General Information</h4>
                        <div class="innerBox"><div>You can save your application at any time and continue later by clicking save at the bottom of the page.<br />(<span class="required">*</span>) required</div>
                            <h:commandButton value="load from profile" binding="#{backing_apply.loadProfileBtn}" id="loadProfileBtn" immediate="true"
                                             action="#{backing_apply.loadProfileBtn_action}" actionListener="#{backing_apply.loadProfileBtn_actionListener}"/>
                            <div class="profileColumnLabel">
                            <h:commandButton value="commandButton1" binding="#{backing_apply.commandButton1}" id="commandButton1"/><careersTagLib:RequiredLabel >First Name:</careersTagLib:RequiredLabel>
                                <careersTagLib:RequiredLabel >Middle Name:</careersTagLib:RequiredLabel>
                                <careersTagLib:RequiredLabel >Last Name:</careersTagLib:RequiredLabel>
                                <h:outputLabel id="prefFirstNameLabel" value="Preferred First Name: " />
                                <h:outputLabel id="prefLastNameLabel" value="Preferred Last Name: " />
                                <h:outputLabel id="emailLabel" value="Email: " />
                                <h:outputLabel id="cellPhoneLabel" value="Cell Phone: #" />
                            </div>
                            <div class="profileColumn">                           
                                <h:inputText binding="#{backing_apply.firstName}" id="firstName"/>
                                <h:inputText binding="#{backing_apply.middleName}" id="middleName"/>
                                <h:inputText binding="#{backing_apply.lastName}" id="lastName"/>
                                <h:inputText binding="#{backing_apply.prefFirstName}" id="prefFirstName"/>
                                <h:inputText binding="#{backing_apply.prefLastName}" id="prefLastName"/>
                                <h:inputText binding="#{backing_apply.email}" id="email"/>
                                <h:inputText binding="#{backing_apply.cellPhone}" id="cellPhone"/>
                            </div>
                            <div class="profileColumnLabel">
                                <careersTagLib:RequiredLabel >Home Address:</careersTagLib:RequiredLabel>                           
                                <h:outputLabel id="homeAddress2Label" value="Address Line 2: " />
                                <careersTagLib:RequiredLabel >City:</careersTagLib:RequiredLabel>
                                <careersTagLib:RequiredLabel >State:</careersTagLib:RequiredLabel>
                                <careersTagLib:RequiredLabel >ZipCode:</careersTagLib:RequiredLabel>
                                <careersTagLib:RequiredLabel >Phone:</careersTagLib:RequiredLabel>    
                            </div>
                            <div class="profileColumn">
                                <h:inputText binding="#{backing_apply.homeAddress}" id="homeAddress"/>
                                <h:inputText binding="#{backing_apply.homeAddress2}" id="homeAddress2"/>
                                <h:inputText binding="#{backing_apply.homeCity}" id="homeCity"/>
                                <h:inputText binding="#{backing_apply.homeState}" id="homeState"/>
                                <h:inputText binding="#{backing_apply.homeZip}" id="homeZip" maxlength="5" size="8"/>
                                <h:inputText binding="#{backing_apply.homePhone}" id="homePhone"/>
                            </div>
                            <div class="profileColumnLabel">
                                <h:outputLabel id="altAddressLabel" value="Alternate Address: " />
                                <h:outputLabel id="altAddress2Label" value="Address Line 2: " />
                                <h:outputLabel id="altCityLabel" value="City: " />
                                <h:outputLabel id="altStateLabel" value="State: " />
                                <h:outputLabel id="altZipLabel" value="Zipcode: " />
                                <h:outputLabel id="altPhoneLabel" value="Phone #: " />                               
                            </div>
                            <div class="profileColumn">
                                <h:inputText binding="#{backing_apply.altAddress}" id="altAddress"/>
                                <h:inputText binding="#{backing_apply.altAddress2}" id="altAddress2"/>
                                <h:inputText binding="#{backing_apply.altCity}" id="altCity"/>
                                <h:inputText binding="#{backing_apply.altState}" id="altState"/>
                                <h:inputText binding="#{backing_apply.altZip}" id="altZip"/>
                                <h:inputText binding="#{backing_apply.altPhone}" id="altPhone"/>
                            </div>
                            <div class="clear"></div>
                        </div>
                        <h:panelGrid columns="1" binding="#{backing_apply.qualificationsPanelGrid}" id="qualificationsPanelGrid"/>
                             <h4>Position Specific Information</h4>                   
                        <h4>Equal Opportunity Employer</h4>
                    </div>               
                    </h:form>
            </div>
            <div id="qualDialog" style="visibility:hidden;">
                    <div class="hd">Add/Edit Qualifications</div>
                    <div class="bd">            
                      <iframe id="addQualFrame" src="addQual.jsp"
                              width="100%" height="445"></iframe>
                    </div>
                  </div>
            <careersTagLib:Footer/>
        </body>
      </html>
    </f:view>
    <%-- oracle-jdev-comment:auto-binding-backing-bean-name:backing_apply--%> Thanks.

  • Help! Can't paste into code view or property inspector

    I'm experiencing a weird and extremely annoying bug in Dreamweaver CS6 -- I can't paste text from outside apps into DW's code view or into the property inspector (such as URLs).
    Pasting doesn't work no matter the method: Ctrl + V, right-clicking or using the Edit menu. Pasting works normally in every other program. If I copy within Dreawmweaver, pasting works fine.
    Does anyone have a solution for this? I'm running Win 8 and DW 12.1 through Creative Cloud. Searching the forums, I see others have reported the same issue. Some have been able to fix it by deleting the configuration file; that didn't fix the issue for me. I'd like to try reinstalling DW, but the Adobe Application Manager doesn't seem to allow that.
    I began noticing this bug about two weeks ago. That might have been about the same time I updated to 12.1. Can anyone help?
    Thanks,
    Cory K.

    Adding to my last post, I used a clipboard format inspector called nclip (http://code.google.com/p/nclip/) to see if I could find a pattern between "what works" and "what doesn't".
    There are two cases where I'm seeing paste-into-Dreamweaver CS6 fail:
    Paste into Code View fails, but Paste into Design View works!
    Paste into either Code View or Design View fails
    I went through the list of programs that worked and didn't worked, using nclip to show what clipboard formats were being saved from each working and non-working source. It appears that DreamWeaver CS6 as of January 9, 2013 doesn't accept the most basic text clipboard formats:
    CF_UNICODETEXT
    CF_TEXT
    CF-OEMTEXT
    CF_LOCALE
    If these are the only clipboard formats used by an app (for example, Window's venerable Notepad.exe), Dreamweaver doesn't appear to handle them. Most programmer-style text editors output just these formats, because they are presumed to be understood any application that handles text. These fail for both pasting into codeview and design view.
    Interestingly, Chrome browser fails the code view test, but it does work in design view! It outputs the four clipboard types above, plus one more:
    Custom Format: HTML Format
    Hypothesis 1: Any application that puts HTML Format on the clipboard will paste into design view, but not necessarily code view.
    Next, Visual Studio 2010 and Sticky Notes, which doesn't include HTML Format as a clip type, works for both code view and design view. They both output this type in addition to the basics:
    Custom Format: Rich Text Format
    Two programs that output Rich Text Format without HTML Format are Sticky Notes and WordPad. These both work with Code View and Design View. From these limited tests on my system, it appears that for Dreamweaver to accept a text paste from an outside program into Code View, that program must output Rich Text Format to the clipboard. Otherwise, it fails. Dreamweaver will accept HTML Format, but only in Design View. Firefox is an exception in that it don't export Rich Text Format, but still works with Code View. It might use OLE, though (Chrome doesn't seem to use OLE, and it breaks in code view).
    Hypothesis 2: Any application that puts Rich Text Format on the clipboard will paste into design view AND code view.
    If Dreamweaver is really ignoring the basic text clipboard formats, and it's not just my system configuration, then this is a bug. Probably something that got overlooked in testing.
    To reproduce on Dreamweaver 12.1 build 5966:
    Try copy/pasting text from Notepad.exe into Dreamweaver Code View (DWCV). This fails for me.
    Try copy/pasting text from WordPad.exe into DWCV. This works!
    Try copy/pasting text from Internet Explorer 9 or Firefox into DWCV. This works!
    Try copy/pasting text from Chrome. This fails to paste into Code View, but does paste into Design View
    The Code View workaround:
    Use Firefox or Internet Explorer for your browser if you're copy/pasting source code.
    If you're working from another text editor, try copy/pasting into intermediate programs Sticky Notes or WordPad, then copy/paste from there into Dreamweaver.
    So that is my experience on Windows 7 64-bit. Anyone else experiencing the same thing?

  • Output text show Null when access value through property inspector in ADF

    Hi,
    we declare two UIComponents one is Deptno which is InputComboBoxListofValues and othre is Dname as output text.
    we create ManagedBean called "deptBean"(which is in BackingBeanScope) and create a method inside bean "deptnoChanged".
    ValueChangeListener of Deptno pointing to deptnoChanged method of deptBean.
    Inside deptBean we declare a variable private String departmentName which are having setter and getters.
    we can Initialize departmentName based on valueChangeEvent in bean level
    for example:
    if (deptno=10)
    setdepartmentName("Accounts");
    else
    setdepartmentName("Sales");
    Now we Can Access the Value of departmentName.
    The UIComponent(output text field) such as Dname in JSP Page we set value (in property Inspector)
    _#{backingBeanScope.deptBean.departmentName}_
    when we execte the JSP Page Dname show Null as output. but output we expect as Accounts or Sales only.
    Please help us, how to resolve the problem
    Thanks,
    kumar.

    when we execte the JSP Page Dname show Null as output. but output we expect as Accounts or Sales only.The value to be got while debugging should be via EL expressions and stored somewhere.
    If the value Dname is bound to the backing bean then you can view its value in the property inspector using
    #{<BeanScope>.<BeanName>.value} or the like

  • Property inspector cut off [was: CS4 help]

    Hello all,
    I just got a new computer with windows vista 64 bit.  With this new computer, I got a new CS4 package.  In dreamweaver, the properties pannel on the bottom of the screen cuts off and does not show all the stuff that it used to.  For example, I can see the word Target, but there is not dropdown box for me to select which target I want to select.  Is there a way to fix this so everything is viewable?
    Thanks
    [Message was edited by a moderator to make subject line more meaningful]

    You're welcome.  You might want to mark this thread as answered for the benefit of others with the same question.  And in the future, please try to use a more descriptive subject line for their benefit as well.  I'm going to edit your post accordingly....
    Hmm - well, I can't.  Too bad.  Who would search for a Property inspector answer with CS4/help in their search phrase?
    Message was edited by: Murray *ACE*
    [Another moderator says: It's easy to edit the subject line if you know how. ]

  • Help Getting CS6 DreamWeaver to Allow Me to Set HTML Settings in Property Inspector

    Hi,
    Another quesiton regarding table layout.  As I often am designing email newsletters, I still need easy ways to set old fashioned HTML elements without messing with CSS (alignment, etc) - it just works better for me for email blasts to code in HTML, plus Outlook still doesn't follow CSS very well in HTML emails.
    After moving to CS6 on a Mac, I can't get the property inspector to allow me to edit HTML Cell properties in the property inspector.  Everything is grayed out.  I'm sure this is some setting somewhere but I can't find it.  In Preferences I do have "HTML instead of CSS" set.  Note that in CS6 on my PC I AM able to edit these fields and change alignment and other cell propertie.s  But, see below, on the Mac, everything is grayed out and I can't edit anything.
    It's got to be a setting somewhere.  How do you over ride CS6 insistance on CSS and HTML blocking and go back to ability to set HTML properties in the property inspector?  There has to be something set different on my PC install than my Mac install but I can't figure out what, as I personally don't remember changing anything and both are brand new installs of CS6, and both are editing the same file.
    HELP!  Thanks!

    Hi Nancy,
    Thanks so much for the response, and I understand CS6 is more standards compliant, but they did NOT remove the ability to make these changes.  You’re missing that I AM able to change and edit in the property inspector to my hearts content in CS6 on my WINDOWS install.  See this screen shot – I can click in the property inspector for a cell and change alignment, etc, and CS6 happily makes the code (like it should) for me.  But on the MAC, it’s grayed out per my original post.  There is a setting I’m missing that I can’t find, or does CS6 Mac not work like CS6 Windows?  Something doesn’t add up.

  • Dreamweaver Help | Set text properties in the Property inspector

    This question was posted in response to the following article: http://helpx.adobe.com/dreamweaver/using/set-text-properties-property-inspector.html

    The note at the bottom of the first section (About formatting text (CSS versus HTML)) says -
    "You can combine CSS and HTML 3.2 formatting within the same page. Formatting is applied in a hierarchical manner: HTML 3.2 formatting overrides formatting applied by external CSS style sheets, and CSS embedded in a document overrides external CSS."
    Please be aware that embedded CSS will ONLY override external CSS if the external CSS link is closer to the  tag than the embedded CSS (i.e., it comes earlier in the flow of the document).  If the embedded CSS comes first in the flow of the document, it will be overridden by the external CSS instead.

  • Showing my own styleClass in Property inspector styleClass combo

    I have created my own styleSheets with my own new class and I'd like to select it in the styleClass combo into Property inspector. Is there any way of achieving it?
    Thanks
    Carlos

    When i add css styles for entities such as <button>, urls do not become context aware!! i.e. the url is not changed to include the application's name, which results in images not displaying.
    Is this a case of discrimination between adf css definitions and html css definitions?
    Here is a snip of my .css file (which is defined in my adf-faces-skins.xml)
    -----------start---------------
    button.update {
    content:url(/skins/myskin/images/update.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
    -----------end---------------
    After i run my application my css file is generated named "myskin-desktop-10_1_3_1_0-en-gecko.css" and displays the following for this button...
    -----------start---------------
    button.update,button.x8w {content:url(/skins/myskin/images/update.png); background-repeat: no-repeat; background-position: center left; padding-left: 15px;}
    -----------end---------------
    As you can see, the url points to /skins/myskin/images/update.png not /myapp/skins/myskin/images/update.png.
    How can i make my css definitions context aware?

  • Property Inspector Help Please!!

    I am running Dreamweaver MX Educator version in OSX 10.4.7 -
    everything works - except I am unable to get the full display in
    property inspector - I don't have the ability to center tables.
    What's up? And how do I fix?
    Thanks,
    Steve

    Whatever. :-D
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:eccjoj$l84$[email protected]..
    > That would be the other left corner, Patty.
    >
    > --
    > 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
    > ==================
    >
    >
    > "P@tty Ayers"
    <[email protected]> wrote in message
    > news:ecchrn$iqm$[email protected]..
    >> Have you tried clicking the tiny, tiny arrow in the
    lower left corner of
    >> the Property Inspector?
    >>
    >>
    >> --
    >> Patty Ayers | www.WebDevBiz.com
    >> Free Articles on the Business of Web Development
    >> Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    >> --
    >>
    >>
    >>
    >> "SteveStepanek" <[email protected]>
    wrote in message
    >> news:eccgud$hk2$[email protected]..
    >>>I am running Dreamweaver MX Educator version in
    OSX 10.4.7 - everything
    >>>works -
    >>> except I am unable to get the full display in
    property inspector - I
    >>> don't have
    >>> the ability to center tables. What's up? And how
    do I fix?
    >>> Thanks,
    >>> Steve
    >>>
    >>
    >>
    >
    >

  • PROPERTY INSPECTOR HELP?!!!

    Where did my property inspector go?
    its gone from the bottom and i fdont know how to get it back :S

    Window > Properties?

  • Property Inspector documentation

    Hello,
    Where can I find a full description of all the varies properties in the Property Inspector?
    Many thanks on the help,
    Arie.

    We use the Property Inspector in a number of different ways. Where you can find more information depends on how you are using the PI. For example, if you are using the PI to build Swing applications, the Swing API documentation has more info.
    -- Brian (JDev Team)

  • Hspace gone from Property Inspector

    DW is pretty new for me; I've probably done this to myself somehow.
    I'm following a lesson in a book and it shows an image selected and asks me to click in the Hspace box in Property Inspector and add 40 px. This makes perfect sense to me. I did exactly this a few weeks ago when we were learning how to insert images. Today Property Inspector doesn't seem to have an Hspace box. Or a Vspace box. Property Inspector seems to as well be missing a Border box, maybe an Align box under it (picture in book is very small), and some buttons to the right of Border (crop, brightness & contrast, sharpen) seem to have moved to the upper half of Property Inspector. Other parts of Property Inspector seem to be there. Map, Target, and Original show. I understand how to close the bottom half of Property Inspector, and I'm sure I have both halves open, because I can see (e.g.) both Src and Original at the same time. I also am sure I have an image selected (because I can see the name of the jpg file in the Src box).
    I've been working around this by setting Hspace and Vspace directly in the code, which is okay, but it bothers me that a piece of the program just wandered off sometime when I wasn't looking.
    I'm using DW CS6, version 12.0, build 5808, but I was seeing this exact same problem in CS5 (not sure of the exact version number; I was running it--badly--through Citrix).
    Any help is greatly appreciated.
    Ken Benson

    HSpace and VSpace were deprecated with the CS6 release.  They were in DW up to CS5.5.
    http://blogs.adobe.com/dreamweaver/2012/07/dw-cs6-img-tag-attributes-deprecated.html
    You should be using CSS margin instead:
    http://www.w3schools.com/css/css_margin.asp

  • First Play and End Jump go blank in Property Inspector

    I am using dvdsp2. In my Property Inspector window, when I go to the First Play drop down menu it is blank. There are no items to select in the drop down menu when I select the disc in the Outline tab.
    The same goes for End Jump in the Property Inspector when I click Track 1
    I tried a reinstall but it did not change anything.
    Any help please?
    So, what I'm noticing is that in the Property Inspector when I click First Play, where it says Menu 1 in the drop down menu it clears when clicked. This does the same in the Remote Control section. Drop Down menus Title, Menu, and Return all clear(go blank) when I click them.
    The same goes for Track 1 in the Property Inspector. In the Remote Control section
    Angle, Chapter, Audio, Subtitle drop down menus all go clear when clicked. Only the Menu drop down stays but does not drop down. It shows: Same as Disc.
    Maybe there's a link.
    Thanks
    Mandla

    I am using dvdsp2. In my Property Inspector window, when I go to the First Play drop down menu it is blank. There are no items to select in the drop down menu when I select the disc in the Outline tab.
    The same goes for End Jump in the Property Inspector when I click Track 1
    I tried a reinstall but it did not change anything.
    Any help please?
    So, what I'm noticing is that in the Property Inspector when I click First Play, where it says Menu 1 in the drop down menu it clears when clicked. This does the same in the Remote Control section. Drop Down menus Title, Menu, and Return all clear(go blank) when I click them.
    The same goes for Track 1 in the Property Inspector. In the Remote Control section
    Angle, Chapter, Audio, Subtitle drop down menus all go clear when clicked. Only the Menu drop down stays but does not drop down. It shows: Same as Disc.
    Maybe there's a link.
    Thanks
    Mandla

  • Select an Image? Proportional Resize in the Property Inspector?

    I'm working in Dreamweaver CS 4 on a Mac. My problem is that I want to resize a jpeg while keeping it's proportions but I can't select it (so that the resize handles appear). When I click on it, I end up selecting the div it's wrapped in (or a div further out in the code). I can select it in the code, but the resize handles still don't appear - just the info in the property inspector shows. So I have two questions:
    1. Is there a keyboard shortcut that helps you "drill down" to select the item you're looking for - like in some print layout programs where you can hit a few buttons while clicking on it with the mouse and it keeps giving you lower and lower objects?
    2. Is there a way to change size in the property inspector where the proportions remain constant? 
    Thanks in advance for your help.
    Max

    That's a cool trick - only specifying the width - thanks!
    (Eventuallly, I would resize the image in PS so it would not require the browswer to do resizing for me).
    In answer to your question, pziecina, no - it's not a background image.
    One of the images has a z-index specified because I thought that might help, but it didn't.
    Here a link to a live page (which is a mess at the moment):
              http://www.mhrbuild.com/rapidstructural.html
    and here's the code for the entire page:
    <!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>MHR Home Renovation - 18th Century Farmhouse Sample</title>
    <link href="mhr.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
      var obj = null; with (document){ if (getElementById)
      obj = getElementById(objId); }
      if (obj){
        if (theValue == true || theValue == false)
          eval("obj.style."+theProp+"="+theValue);
        else eval("obj.style."+theProp+"='"+theValue+"'");
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    //-->
    </script>
    <style type="text/css">
    <!--
    .spongy {
        float: left;
        margin-right: 15px;
    inset shot{
        position:relative;
        left:0px;
        top:0px;
        width:376px;
        height:166px;
        z-index:1;
    -->
    </style>
    </head>
    <body class="oneColLiqCtr" onload="MM_preloadImages('images/18th Century House/fireplace/045.jpg','images/18th Century House/fireplace/DSCN2242.jpg','images/18th Century House/dining room/042.jpg','images/18th Century House/dining room/042.jpg','images/18h Century House/fireplace/045.jpg')">
    <div id="container">
    <div class="hometopleft"><span class="logo"><img src="images/mhr_wLoveLogo.gif" alt="MHR Logo" width="191" height="141" id="Image1" /></span></div>
    <div class="hometopright"><img src="images/MHRhead.jpg" width="475" height="149" alt="MHR - Building, Remodeling, Repairs and Restorative Cleaning" />
      <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a></li>
          <li><a href="services.html">Services</a></li>
          <li><a href="sampleIndex.html">Samples</a></li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div class="contactbar">Phone 413-717-0003 • P.O. Box 1915, Lenox, MA 01240-4915 • [email protected]</div>
    <div class="sampleGallery" id="edy">
      <h1><span>PROJECT SAMPLES</span></h1>
    <h2>Rapid Structural Repair</h2>
      <h3>Repair of Structural Damage in the Bathroom of Tennant Occupied Unit</h3>
      <div class="jobdescrip" id="edyjob">
        <div class="spongy"><img src="images/rapidrepair/638_512x384.jpg" width="384" height="512" alt="Spongy Bathroom Floor" /></div>
    MHR was asked to fix a “spongy” area of the floor by the bathtub in a tenant-occupied, rental apartment.
        <p>Once opened, it became clear that the spongyness was a symptom of structural damage done during installation of original plumbing. Sections of load bearing joists had been removed to make room for plumbing, leaving the floor system with critical structural deficiencies.
          Sponginess was caused by the separation in the toilet waste flange during flushing. </p>
        <p> Structure had to be reengineered but replacing the floor joists entirely would have been prohibitively expensive and time consuming. Instead, MHR shouldered the broken part of floor from the apartment beneath and then added posts in the basement which carried the load all the way down to the basement concrete slab. <strong>This re-enginneared design provided a level of structural integrity that exceeded building code requirements and was far less expensive than any alternative approach.</strong></p>
        <div id="apDiv1">
          <div class="spongy" id="level"><img src="images/rapidrepair/653.jpg" width="253" height="160" alt="Level Shows Slant of Floor Before Repair" /></div>
        A carpenter's <br />
        level showing <br />
        the extreme tilt <br />
        of the floor <br />
        caused by the structural damage. </div
      ></div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="family">
        <h2>FIREPLACE MANTLE</h2>
        <div class="befafterbuttons" id="family_bda">
          <div class="befafterinside" id="during" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/045.jpg',1)" onmouseover="MM_changeProp('during','','backgroundColor','#008','DIV');MM_changeProp('dur ing','','color','#FFF','DIV')" onmouseout="MM_changeProp('during','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d uring','','color','#000000','DIV')">During CONSTRUCTION</div>
          <div class="befafterinside" id="detail" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/DSCN2242.jpg',1)" onmouseover="MM_changeProp('detail','','backgroundColor','#008','DIV');MM_changeProp('det ail','','color','#FFF','DIV')" onmouseout="MM_changeProp('detail','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d etail','','color','#000000','DIV')">DETAIL VIEW (close up)</div></div>
      </div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="window">
        <h2>VIEW OF DAMAGE FROM THE DOWNSTAIRS APARTMENT</h2>
        <p> </p>
      </div>
      <div class="spacer"></div>
    <div class="beforeduringafter" id="dining">
        <h2>DINING ROOM</h2>
        <div class="before" id="diningrm"><img src="images/18th Century House/dining room/009.jpg" alt="18centDin" name="18centDin" width="512" height="384" /></div>
        <div class="befafterbuttons" id="dining">
          <div class="befafterinside" id="dinduring" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/042.jpg',1)" onmouseover="MM_changeProp('dinduring','','backgroundColor','#008','DIV');MM_changeProp(' dinduring','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinduring','','backgroundColor','#D5DFFF','DIV');MM_changeProp ('dinduring','','color','#000000','DIV')">DURING CONSTRUCTION</div>
           <div class="befafterinside" id="dinafter" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/009.jpg',1)" onmouseover="MM_changeProp('dinafter','','backgroundColor','#008','DIV');MM_changeProp('d inafter','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinafter','','backgroundColor','#DFDFFF','DIV');MM_changeProp( 'dinafter','','color','#000000','DIV')">AFTER CONSTRUCTION</div>
        </div>
      </div> 
    </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

  • Extension Dev :: Property Inspector :: canInspectSelection() ??

    DW Version: 8
    Problem:
    I am trying to get the Property Inspector to show when the
    user selects a
    tag using the following brackets {} instead of <>
    brackets. But it seems
    when you add the following string to the top of the P.I. html
    page:
    <!-- tag:ASSIGN, priority:8,selection:exact,hline,vline
    -->DW reads the
    keyword but assumes the tag contains <> type of
    brackets. How do I get it to
    recognize the tag using {} for brackets?
    Example Tag: {assign name="theVar"}
    Thanks in advance!

    1. From JDeveloper Help open the JDeveloper Extension SDK reference. There you will find a complete description of how to integrate with the JDeveloper Inspector Window.
    - Help | Table of Contents
    - Expand Reference
    - Double click on JDeveloper SDK
    - Click on the link for the oracle.ide.inspector package
    - Scroll to the bottom and read the package description.

Maybe you are looking for

  • Is there any way to open a map to the location specified in a calendar event?

    Besides opening the event, copying the location, and pasting it into google\bing\etc mapping tools I do not see this rather common functionality available in Lightning. Ideally, right clicking on the event in the calendar (without opening the event)

  • Data Loading issue in APEX

    Hi Everybody.. I'm new to Oracle APEX and i'm facing the issues loading the data into the table. My issue is the text data is getting loaded with double quotes. Please suggests. Thanks, Suresh

  • N wireless card for Mac Mini 1.66ghz

    What is the best wireless card for me to install to upgrade to N series wireless? Also is it always better to go 300 mbps vs. 150 mbps? (will be installing Snow Leopard OS). Thanks.

  • Help with SELECTIO SCREEN

    Dear Sirs: I defined the following parameters in my program: SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME. PARAMETERS:             p_kokrs LIKE cobk-kokrs MEMORY ID ZKO  OBLIGATORY, More parameters. SELECTION-SCREEN END OF BLOCK b1. AT SELECTION-SCR

  • HT4539 How do I load music samples to iMovie on ipad. Programs don't seem to save to file for transfer

    Some apps I have downloaded don't seem to save music files outside of themselves. I need to save to file of some kind for use in iMivie for example. The catalog in iMovie music only has what came with the download.