Re: AjaxAutoComplete ?
Re: AjaxAutoComplete ?
- Subject: Re: AjaxAutoComplete ?
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 30 Mar 2011 07:37:30 -0700 (PDT)
thanks, I searched on my HD for '.auto_complete' and I found similar CSS in the default_screen_stylesheet.css which is part of the ERModernDefaultSkin.
It works,
thanks again,
Ted
--- On Wed, 3/30/11, Joe Kramer <email@hidden> wrote:
From: Joe Kramer <email@hidden>
Subject: Re: AjaxAutoComplete ?
To: "Theodore Petrosky" <email@hidden>
Cc: email@hidden
Date: Wednesday, March 30, 2011, 10:23 AM
Hi Ted,
I can't remember where I found this, but here is some basic CSS:
.auto_complete { position:absolute;
width:250px; background-color:white; border:1px solid #888;
margin:0px; padding:0px; z-index:100;
} .auto_complete ul { list-style-type:none; margin:0px;
padding:0px;} .auto_complete ul li.selected { background-color: #ffb;
} .auto_complete ul li { list-style-type:none; display:block;
margin:0; padding:5px; cursor:pointer;
}
Hope that helps.
Joe
Joe email@hidden
On Wed, Mar 30, 2011 at 6:48 AM, Theodore Petrosky <email@hidden> wrote:
anyone have an example of using an AjaxAutoComplete. I have it (almost) working on an AMD but I must be missing some CSS as the auto complete text is just floating over top of my other text (with a transparent background) so it is impossible to read.
the docs don't say anything about CSS necessary for it to work.
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden