You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Volker Weber <us...@weber-oldenburg.de> on 2006/03/29 20:41:22 UTC

Re: tobago javascript error

Hi Nazar,

the problem was the iconSize="off" on toolbar, i never tested this since
the javascript reorg :-(.

I just commited a fix, please update and test again.

Regards,
  Volker


Nazar Stasiv wrote:
> Hello all,
> 
> This is urgent. Our project is nearing the release date and I ask for help with 
> recent tobago revision 389809.
> I think the problem exists here tobago\html\standard\standard\script\tobago.js
>   imageMouseout: function(id) {
>     var image = this.element(id);
>     var normal = this.images[id].normal;
>     if (normal != 'null' && normal != image.src) {
>       image.src = normal;
>     }
>   },
> 
> 
> small screenshot
> 
> 
> 
> 
> <t:cell>
>     <t:toolBar iconSize="off">
> 
>                 <t:toolBarCommand id="start_process_button_up" 
> action="#{processes.startProcess}"
>                    label="Start"/>
> 
>                 <t:toolBarCommand id="activate_process_action" type="script" 
> action="alert('todo')"
>                    label="Activate"/>
> 
>                 <t:toolBarCommand id="retire_process_action" type="script" 
> action="alert('todo')"
>                    label="Retire"/>
> 
>     </t:toolBar>
> </t:cell>
> 
> 
> ------------------------------------------------------------------------
> 

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.