Nope,

I setup a virtualhost and /etc/hosts, so I work with: zf.schoolofnet


beberlei wrote:
> 
> Hey,
> 
> from the paste it seems your link to the stylesheet is missing a dot in
> the 
> zf.schoolof.net part.
> 
> On Wednesday 04 February 2009 16:34:10 wesleywillians wrote:
>> Yep.
>>
>> I saw the source and pasted the css file path. Its Ok. I am sure. But no
>> effects, colors, etc.
>>
>> I am using in my view a sample of zend docs:
>>
>> <?=$this->datePicker("startDate",'',array('defaultDate' => '+7','minDate'
>> => '+7'));?>
>>
>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
>> <html xmlns="http://www.w3.org/1999/xhtml"; dir="ltr" lang="pt-BR">
>> <head>
>> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
>> <title>Trabalahndo com JQuery</title>
>> <link rel="Stylesheet"
>> href="http://zf.schoolofnet/styles/thema/ui.all.css";
>> type="text/css" />
>>
>> <script type="text/javascript"
>> src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></scr
>>ipt> <script type="text/javascript"
>> src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js";>
>></script>
>>
>> <script type="text/javascript">
>> //<!--
>> $(document).ready(function() {
>>     $("#startDate").datepicker({"defaultDate":"+7","minDate":"+7"});
>> });
>> //-->
>>
>> </script></head>
>> <body>
>>
>>     <input type="text" name="startDate" id="startDate" value="">    <br
>> />
>>
>>     </body>
>> </html>
>>
>> beberlei wrote:
>> > Hello Wesley,
>> >
>> > for me the CSS works correctly when downloading a theme. Are you sure,
>> > that
>> > you that the CSS is correctly included and the css theme versions of
>> > DatePicker and the UI JS DatePicker match? is there an error in the
>> theme
>> > maybe that the DatePicker related nodes are missing?
>> >
>> > On the autcomplete, the jQuery UI Team removed it from the 1.6 release
>> > candidate in the beginning of january, which is a problem for using the
>> > autocomplete. It should be mentioned in the current docs, but it seems
>> > they
>> > havent been updated just yet. You can probably get the AutoComplete
>> from
>> > the
>> > jQuery UI SVN Trunk or an Old Release Candidate of 1.7, but that is not
>> > really
>> > a solution. I am sorry for that problem :-(
>> >
>> > greetings,
>> > Benjamin
>> >
>> > On Wednesday 04 February 2009 16:16:14 wesleywillians wrote:
>> >> Hi folks,
>> >>
>> >> I am doing many experiences with Datepicker. Its working fine, but the
>> >> CSS
>> >> is been applying.
>> >> I have downloaded a theme in ui.jquery.com and i call this:
>> >> <link rel="stylesheet" type="text/css" href="/styles/theme/ui.all.css"
>> >> />
>> >>
>> >> All efects which I am expecting dont appear.
>> >>
>> >> Any Idea?
>> >>
>> >> About the autcomplete i receive a message saying: autocomplete is not
>> a
>> >> function.... Where can i download the correct plugin to work together
>> >> with
>> >> the helper autocomplete?
>> >>
>> >> all the best!
>> >> Wesley
>> >
>> > --
>> > Benjamin Eberlei
>> > http://www.beberlei.de
> 
> -- 
> Benjamin Eberlei
> http://www.beberlei.de
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problemas-with-ZendX_JQuery-Datepicker---CSS-and-autocomplete-tp21832471p21833273.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to