I'm looking to have the TextInput text box change to blank when clicked
into.
Can someone help me here.

        <mx:TextInput accessibilityProperties="" text="Search:" width="100%"
maxWidth="200"  id="Search" editable="true" enabled="true"
displayAsPassword="false"/>


On Tue, Mar 17, 2009 at 11:51 AM, Anil <[email protected]> wrote:

>
> Hi,
> The below worked great.
>  <link rel="icon"
>       href="favicon.ico">
>
> But when i tried  <link rel="icon"
>       type="image/gif"
>       href="image.gif">
> It did not work.
> Any clue?
> Thanks in Advance,
> Anil
>
>
>
> On Mar 16, 3:12 am, Flexian_me <[email protected]> wrote:
> > Use Favicon . Better you generate any favicon and then use it as it is
> > of very small size thus will help to reduce loadin time of the website
> > otherwise you can use any image .
> > place following code inside your index.template.html into head section
> > as -
> >
> > <link rel="icon"
> >       type="image/png"
> >       href="favicon.ico">
> >
> > put ur image url inside href . I hav image as favicon.ico in the same
> > html-template directory so you can replace this favicon.ico with your
> > image url.
> >
> > Thanks & Regards!
> > !Amar Shukla!
> >
> > On Mar 13, 11:36 am, Flex Baby <[email protected]> wrote:
> >
> > > hi,
> > > how to set image near that page title?
> >
> > > On Mar 11, 10:19 am, Flexian_me <[email protected]> wrote:
> >
> > > > in your flex project you must be having an html-template folder which
> > > > contains  an index.template.html file . Open this file in any text
> > > > editor and find this tag <title>${title}</title>
> > > > Now simply replace this ${title}  with your project name as  -
> >
> > > > <title>My Project</title>
> >
> > > > Thanks & Regards!
> > > > !Amar Shukla!
> >
> > > > On Mar 10, 4:42 pm, Flex Baby <[email protected]> wrote:
> >
> > > > > hi,
> > > > > wen i run my project in browser,title for the current tab is that
> URL
> > > > > name,
> > > > > but i want that title name for the tab is My PROJECT NAME,how i got
> it?
>
> >
>


-- 
Sincerely
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Edwin Melendez
Print/Web/Media
646-246-4368

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to