showtext on 2 screen locations - problem

  • Hi Guys,

    I'm working on a new interface.
    I have some thumbnails on the layout, that should, onhover, show text on the mouse position AND on the floor plan.

    If I use:

    Code
    onhover="showtext(Living Room,STYLE-THUMBS); showtext(Living Room,STYLE-FLOORPLAN);"

    Only one of them appear.

    Is it possible to have 2 texts in different places?

    Thanks,

    Daniel Farjoun
    http://www.xyz360.com.br

  • You can use two textfield plugins in different places.

    Code
    <plugin name='text1' url="plugins/textfield style="STYLE-THUMBS" ... />
    <plugin name='text2' url="plugins/textfield style="STYLE-THUMBS" ... />
    
    
    ... onover="set(plugin[text1].html, '[p]'Living Room[/p]); set(plugin[text1].visible, true); set(plugin[text2].html, '[p]'Living Room[/p]); set(plugin[text2].visible, true); " ...
    ... onout= "set(plugin[text1].visible, false); set(plugin[text2].visible, false);"

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!