<input type='image' src='IMAGEURL.gif'>

Jack


On Thu, 23 Dec 2004 09:37:44 +0800, PC Leung <[EMAIL PROTECTED]> wrote:
> It is glad to know that it can be done. But I do not know how to do it.
> On the right side, the web page shows words like "Home", "Ricks"
> and "Trivera". How can I put images instead of words?
> The following is my tiles-defs.xml and controller.
> 
> tiles-defs.xml:
>   <definition name="erp.menu.home" path="/layout/menu.jsp"
>    controllerClass="com.common.tiles.MyMenuAction" >
>   <put name="title" value="Tiles" />
> 
> public class MyMenuAction implements Controller  {
> ...
>           private List getLinks() {
>             List list = new ArrayList();
>             list.add(createMenuItem ("Home", "/index.html"));
>             list.add(createMenuItem ("Rick's", "http://rickhightower.com";));
>             list.add(createMenuItem ("Trivera", 
> "http://www.triveratech.com";));
>             return list;
>           }
> ...
> }
> 
> On Tue, 21 Dec 2004 20:47:02 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote:
> > Yes.  The uploading of the image is after the html/response is sent anyway.
> >
> > Jack
> >
> >
> > On Wed, 22 Dec 2004 12:12:21 +0800, PC Leung <[EMAIL PROTECTED]> wrote:
> > > A simple tile layout:
> > >
> > >              pages1 pages 2
> > > ---------+---------------------------
> > >   url1  |
> > >   url2  |
> > >   url3  |
> > >   url4  |
> > >
> > > For the vertical box layout or tab pages, user can click on the labels of 
> > > words.
> > > But it is more user friendly to click on images.
> > > Can I replace words with images in Tiles?
> > >
> > >
> > > On Mon, 20 Dec 2004 04:49:49 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote:
> > > > If you gave the code you were talking about, people who wanted to help
> > > > could do so without looking it up.  I just dump the examples and so
> > > > have no idea what you are talking about without reloading.
> > > >
> > > > Jack
> > > >
> > > >
> > > > On Mon, 20 Dec 2004 14:51:40 +0800, PC Leung <[EMAIL PROTECTED]> wrote:
> > > > > The sample of Tiles contains text only.
> > > > > Can I put images instead of texts where points to a URL?
> > > > > So that it is more nice looking to click an image.
> > > > >
> > > > > Please show a way.
> > > > > Thanks
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > > --
> > > > "You can lead a horse to water but you cannot make it float on its 
> > > > back."
> > > >
> > > > ~Dakota Jack~
> > > >
> > > > "You can't wake a person who is pretending to be asleep."
> > > >
> > > > ~Native Proverb~
> > > >
> > > > "Each man is good in His sight. It is not necessary for eagles to be 
> > > > crows."
> > > >
> > > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > --
> > "You can lead a horse to water but you cannot make it float on its back."
> >
> > ~Dakota Jack~
> >
> > "You can't wake a person who is pretending to be asleep."
> >
> > ~Native Proverb~
> >
> > "Each man is good in His sight. It is not necessary for eagles to be crows."
> >
> > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~
> >
> > -----------------------------------------------
> >
> > "This message may contain confidential and/or privileged information.
> > If you are not the addressee or authorized to receive this for the
> > addressee, you must not use, copy, disclose, or take any action based
> > on this message or any information herein. If you have received this
> > message in error, please advise the sender immediately by reply e-mail
> > and delete this message. Thank you for your cooperation."
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
------------------------------

"You can lead a horse to water but you cannot make it float on its back."

~Dakota Jack~

"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-----------------------------------------------

"This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation."

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to