have a dialog with buttons? Are you trying to change how they look? Are
> you talking about the close X button in the dialog titlebar?
>
> - Richard
>
>
>
> On Sun, Nov 29, 2009 at 11:12 AM, Led wrote:
> > Hi.
> > What class can i use to turn a normal button as
newbie question...
On 29 nov, 16:12, Led wrote:
> Hi.
> What class can i use to turn a normal button as a dialog button with
> behaviour on hover, etc...
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this g
Hi.
What class can i use to turn a normal button as a dialog button with
behaviour on hover, etc...
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, sen
Seems amazing. Can i see a example of this working? Not the
http://www.trirand.com/jqgrid35/jqgrid.html demos. There's people
using it?
On May 21, 7:58 pm, Fontzter wrote:
> I must concur. jqGrid is an amazing plug-in.
>
> On May 20, 6:25 pm, donb wrote:
>
>
>
> > You won't find anything bette
How can i resize a dialog when user take an action that load content
on it?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubs
How can i resize a dialog when user take an action that load content
on it?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubs
Since i've upgrade to 1.7 , the dialogs (all working with 1.5.3) only
works first time. If i close and try to reopen , nothing happens.
code sample:
$(document).ready(function() {
$('#solic<%=request("cod_casa")%>').click(function() {
$('#divdt<%=request("cod_casa")%>').html('<
it's ok now. me and the CSS...
On 7 Fev, 06:41, Ca-Phun Ung wrote:
> Hi,
>
> Can't see any errors with the code snippet provided so should work. Do you
> have a test page?
>
> Thanks.
>
>
>
>
>
> On Thu, Feb 5, 2009 at 9:52 PM, Led wrote:
>
>
Maybe there's an answer...
On 5 Fev, 12:38, Led wrote:
> Ive been posting here for a solution to display multi datepicker in a
> horizontal way.I'm using (i think) correct code
> ex: $('#inic').datepicker({ beforeShowDay:
> ocupaDays ,numberOfMonths: [1, 3
Ive been posting here for a solution to display multi datepicker in a
horizontal way.I'm using (i think) correct code
ex: $('#inic').datepicker({ beforeShowDay:
ocupaDays ,numberOfMonths: [1, 3], stepMonths: 3,showOtherMonths:
false, firstDay: 1,changeFirstDay: false,showButtonPanel: true,
dateF
Hi , i've been searching for an implementation of the demo with
multiple months in horizontal way.
I need help to turn this css used in 1.6 to be used with 1.5:
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:lef
Have been working the last 2 days in a availability calendar with ui
datepicker.
The code is working as expected but the theme interfere somewhere in
the classes added dynamically.
If we change the last line in a cycle (ex: "return [true,
'desocupa' ];" to "return [false, 'desocupa' ];" ) the st
Have been working the last 2 days in a availability calendar with ui
datepicker.
The code is working as expected but the theme interfere somewhere in
the classes added dynamically.
If we change the last line in a cycle (ex: "return [true,
'desocupa' ];" to "return [false, 'desocupa' ];" ) the st
yes it is for sure a css problem.
Thanks for your patiente. Very helpull someway
On Jan 30, 11:40 am, Led wrote:
> Maybe not.
>
> look at this code inhttp://www.realferias.com/datepik_2.asp?cod_casa=15
>
> the 'transita_1' class is not added and the code is ok.
&g
The code works as it
> should. A solution was given in my previous response. Give it a try. Thanks!
>
>
>
>
>
> On Fri, Jan 30, 2009 at 6:27 PM, Led wrote:
>
> > if i use this code:
> > function ocupaDays(date) {
> > for (i = 0; i < arrayOcupado.length
ther CSS code overriding your styles - In your case
> it might be the tag colour. You may need to do something like:
>
> .desocupa a {
> background-color:#33CC33;
>
> }
>
> Or something similar.
>
> Experimentation is the key. :)
>
>
>
>
>
> On Fri, Jan 30,
alse, 'desocupa' ]; ' but in
firebug , the class is added.
thanks very much. this is important to me.
On Jan 30, 9:28 am, Ca-Phun Ung wrote:
> Could you demonstrate it "not" working in your test? Would make it easier
> for me to help you.
>
>
>
>
&g
'desocupa'];
>
>
>
>
>
> On Fri, Jan 30, 2009 at 8:50 AM, Led wrote:
>
> > now i have another problem. This code
> > function ocupaDays(date) {
> > for (i = 0; i < arrayOcupado.length; i++) {
> > if (date.getMonth() == arrayOc
now i have another problem. This code
function ocupaDays(date) {
for (i = 0; i < arrayOcupado.length; i++) {
if (date.getMonth() == arrayOcupado[i][0] - 1
&& date.getDate() == arrayOcupado[i][1]
&& date.getFullYear() == arrayOcupado[i][2]) {
return [false, 'oc
8, 2009],[6, 29, 2009],[6, 30, 2009],[7, 1, 2009],];
>
> to
>
> natDays = [[2, 22, 2009],[2, 23, 2009],[2, 24, 2009],[2, 25, 2009],[2,
> 26, 2009],[2, 27, 2009],[2, 28, 2009],[6, 26, 2009],[6, 27, 2009],[6,
> 28, 2009],[6, 29, 2009],[6, 30, 2009],[7, 1, 2009]];
>
>
>
&
,[7, 1, 2009]];
>
>
>
>
>
> On Thu, Jan 29, 2009 at 5:22 PM, Led wrote:
>
> > IE problem http://www.realferias.com/datepik.asp?cod_casa=15
>
> > On 29 Jan, 06:58, Ca-Phun Ung wrote:
> > > > > $("#Text1").datepicker({ beforeShowDay:
IE problem http://www.realferias.com/datepik.asp?cod_casa=15
On 29 Jan, 06:58, Ca-Phun Ung wrote:
> > > $("#Text1").datepicker({ beforeShowDay: nationalDays,showOtherMonths:
> > > true,showWeeks: true, firstDay: 7,changeFirstDay: false});
>
> > > function nationalDays(date) {
> > > for (i
On 29 Jan, 05:13, Led wrote:
> it is possible to add a class to datepicker cell(day). to use with
> beforeShowDay
>
> example:
> $("#Text1").datepicker({ beforeShowDay: nationalDays,showOtherMonths:
> true,showWeeks: true, firstDay: 7,changeFirstDay: false});
&g
2] = cell title (optional), e.g.
$.datepicker.noWeekends
On 29 Jan, 05:13, Led wrote:
> it is possible to add a class to datepicker cell(day). to use with
> beforeShowDay
>
> example:
> $("#Text1").datepicker({ beforeShowDay: nationalDays,showOtherMonths:
> true,showWee
it is possible to add a class to datepicker cell(day). to use with
beforeShowDay
example:
$("#Text1").datepicker({ beforeShowDay: nationalDays,showOtherMonths:
true,showWeeks: true, firstDay: 7,changeFirstDay: false});
function nationalDays(date) {
for (i = 0; i < natDays.length; i++) {
t; && date.getFullYear() == natDays[i][2]) {
> return [false, natDays[i][0][1] ];
> }
> }
> return [true, ''];
>
> }
>
> Not tested but I believe it's somewhere along these lines.
>
> On Thu, Jan 29, 2009 at 9:49 AM, Led
& date.getFullYear() == natDays[i][2]) {
> return [false, natDays[i][0][1] ];
> }
> }
> return [true, ''];
>
> }
>
> Not tested but I believe it's somewhere along these lines.
>
> On Thu, Jan 29, 2009 at 9:49 AM, Led wrote:
>
>
I trying to define a availability calendar using the ui datepicker and
inspired in an example on ui site.
The problem is that i can't figure how to use the year in this
example with the beforeShowDay .
please take a look at http://realferias.com/datepik.asp?cod_casa=15.
you will see that the sa
Hi.
I have this idea to show availability in datepicker. I would like to
show the days in red when theres no availability and in green when is
available.
I cant figure how i reference the days in datepicker.
example:
for i = cdate(rs.fields.item("inicio")) to cdate(rs.fields.item
("fim"))
if
Hi , i have this page
http://realferias.com/form.asp?cod_casa=15&nm_mes=%25
that open dialogs on each clicked record.
The problem is that the content loaded after the first open dialog ,
don't show properly.
I've made some tests and seem to me that the problem is on ui script
or jquery itself. Ca
also for me but after i set overlay, strange...
On Jan 7, 12:01 am, Maximus wrote:
> Works fine for me (in IE 7).
>
> On Jan 6, 12:56 pm, Led wrote:
>
>
>
> > It works(ui demo), not my code see it inhttp://www.realferias.com/teste.asp
>
> > On 6 Jan,
s/dialog#modal
>
> How bout you?
>
> - Richard
>
>
>
> On Tue, Jan 6, 2009 at 5:27 AM, Led wrote:
>
> > Is there some bug that ui modal dialog don't work in IE?
> > Tme dialog is modal in ff,sf,op,chrome but not in IE. Why?
>
> >
Is there some bug that ui modal dialog don't work in IE?
Tme dialog is modal in ff,sf,op,chrome but not in IE. Why?
code:
$('#bt<%=fp_rs("cod_casa")%><%=fp_rs("id")%>').click(function() {
$('#prereserva<%=fp_rs("cod_casa")%><%=fp_rs("id")%>').load('/frtfc/
env_dd_dial.asp',
{
Hi.
I have a dialog with a form loaded in it. but doenst work with the
form plugin.
Sometimes work sometimes not.
this is the code in in the dialog:
and this is the form plugin jquery code from the samples:
// prepare the form when the DOM is ready
$(document).read
this in any language that is used for web
> > development. You have to look that up in the documentation. Looks like
> > you're using some ASP flavor, which I haven't ever used and don't know
> > anything about.
>
> > --Klaus
>
>
"%20" in an url.
>
> --Klaus
>
> On 9 Nov., 01:41, led <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi.
> > I' using ui tabs in ajax mode. The problem is that some characters
> > like the '%' that im sending in a parameter is not displaying.
>
Hi.
I' using ui tabs in ajax mode. The problem is that some characters
like the '%' that im sending in a parameter is not displaying.
I'm using it for returning all values in a sql query. Everithing is ok
if i send 1,2,3,... but if i need to send the % ... the query don't
return the desired resul
ex: $("#somediv").load('template.htm').dialog({modal:true}); doen't
load the page.
complete code is:
$(document).ready(function() {
$('#bt<%=request("cod_casa")%>').click(function() {
$("#somediv").load('template.htm').dialog({modal:true});
$('#prereserva<%=request("cod_casa")
27;ve found no
> > easy solution to close the open tab (as in hide whichever tab is
> > opened at the moment).
>
> > NM
>
> > On Nov 6, 6:39 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > I simply interpreted "close" in the way what
Hi.My first post about jquery.
The question is how can i reference all ui.tabs objects in a page and
close all tabs from all ui tabs.
It's that i have tabs generated from a databse results query and i
need to close all tabs from all ui.tabs before i open another. Or a
way to prevent opening more t
40 matches
Mail list logo