Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21682 - 21711 of 52126   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21682
I don't know of a specific utility, but wouldn't be hard to write one in perl with a module like this http://search.cpan.org/~makamaka/JSON-1.15/lib/JSON.pm...
freyfogle
Offline Send Email
Dec 1, 2007
1:51 pm
21683
Hi Caridy, thanks a lot. Once again ... fantastic support Regards Mic ... From: Caridy Patiño Mayea <caridy@...> To: ydn-javascript@yahoogroups.com ...
Michael Heyder
rupnaldo
Offline Send Email
Dec 1, 2007
5:14 pm
21684
Can Yui be used to easily create pivot tables? Any good existing tutorials or examples on how to do it?...
cmpnetnet
Offline Send Email
Dec 1, 2007
8:08 pm
21685
Hi, I'm having problems still even with IE 7 with the modal setting: see the page here: Link <http://admin.folioflow.com> If you click on the ? it brings up...
andrewpmoore
Offline Send Email
Dec 1, 2007
8:57 pm
21686
I just noticed that if in the Watch tab on the Firebug debugger (for Firefox) you type the expression: eval('(' + myJsonString + ')') it will show it just like...
Satyam
satyamutsa
Offline Send Email
Dec 1, 2007
9:42 pm
21687
... That's nice, but the use case for me is viewing the responses from my server code. I generally use "wget" or "dog" to retrieve them and would like to view...
Randall R Schulz
velomanr
Online Now Send Email
Dec 1, 2007
10:06 pm
21688
Hello, Just add this CSS rule: .yui-skin-sam .yui-navset#demo .yui-nav { text-align:right; } Best Regards, Caridy (caridy at gmail.com) ...
Caridy Patiño Mayea
caridyp
Online Now Send Email
Dec 1, 2007
10:42 pm
21689
I pasted a JSON string into a new file declared as JavaScript in Eclipse and asked it to format it as JavaScript. I had to put a var a = in front of it and a...
Satyam
satyamutsa
Offline Send Email
Dec 1, 2007
11:28 pm
21690
Hi, i'm trying to implement the hide calendar event override and am having some trouble. I'm a relative newbie so could you please provide some sample code....
christianhlange
Offline Send Email
Dec 2, 2007
12:36 am
21691
Trying to use: doc4 (974px) and Nesting Grid B (3 columns) in version 2.3.1. IE6 renders the right hand column below the left and middle columns. See...
clumber2001
Offline Send Email
Dec 2, 2007
3:10 am
21692
Hi If in INTERSECT mode one drag and drop object is dropped next to another, say: bottom edge of first one is at 202px, while top edge of second is also at...
d_adamkiewicz
Offline Send Email
Dec 2, 2007
11:01 am
21693
Example below - change paths to suitable -(at least on FF 1.5.0.3/Linux box) shows what I mean. When d1 and d2 dropped, they are treated as overlapped - should...
d_adamkiewicz
Offline Send Email
Dec 2, 2007
12:55 pm
21694
Since there has been a couple of questions in the past weeks on how to build a DataTable based on information coming from the server side, I decided to give it...
Satyam
satyamutsa
Offline Send Email
Dec 2, 2007
2:48 pm
21695
See: http://yuiblog.com/blog/2007/09/26/satyam-datatable-2#Checkboxes_and_radio_buttons Satyam ... From: "errodr" <errodr@...> To:...
Satyam
satyamutsa
Offline Send Email
Dec 2, 2007
2:50 pm
21696
"To withhold data from the UI, be sure not to define a Column for that field." http://developer.yahoo.com/yui/datatable/...
janelle_harvey
Offline Send Email
Dec 2, 2007
7:52 pm
21697
hi. I'm trying to achieve a rather simple thing: divide the page (I'm using #doc4 - a fixed width layout but tried with all other variations) into two columns...
mateuszmucha
Offline Send Email
Dec 2, 2007
8:09 pm
21698
Hi, I am working toward using DataTable to implement a configuration settings viewer and editor (using in-line editing) in which the settings' value column...
Randall R Schulz
velomanr
Online Now Send Email
Dec 2, 2007
8:09 pm
21699
I am trying to implement a very simple use case. Say, I have a program that calls if confirm() { ... } else { ... }. Let's say the dialog is too complex for...
Felix Rabinovich
felikl
Offline Send Email
Dec 2, 2007
9:43 pm
21700
The DataTable is basically meant to be the visual representation of a database table with its normal columns and records. Data type information is not stored...
Satyam
satyamutsa
Offline Send Email
Dec 2, 2007
9:57 pm
21701
Thanks Nate, This is my HTML, the rest is in a .js file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
yaron_ffff
Offline Send Email
Dec 2, 2007
10:20 pm
21702
Greetings, I was wondering if it is possible to have multiple RGB Sliders on a single page? I'd like to be able to control the colors of about 6 different...
Dave
foviestar
Offline Send Email
Dec 2, 2007
10:21 pm
21703
Hi, After this example in Satyam's tutorial blog (<http://yuiblog.com/blog/2007/09/12/satyam-datatable/>): var myDataSource = new...
Randall R Schulz
velomanr
Online Now Send Email
Dec 2, 2007
11:14 pm
21704
... I can't seem to find DataGrid on the YUI page. The only use of "grid" on the home page relates to the CSS grids. The API document search produces no hits...
Randall R Schulz
velomanr
Online Now Send Email
Dec 2, 2007
11:17 pm
21705
Thanks Nate, I have really missed that out. Sorry for that and thanks again for help fixing the problem. dragonqris...
dragonqris
Offline Send Email
Dec 3, 2007
1:20 am
21706
... As someone else said, a few words of Perl: perl -MJSON -e '$j=JSON->new(pretty=>1); $/=undef; print $j- ... You can either pipe in "ugly" JSON on stdin or...
Ask Bjørn Hansen
askbjoernhansen
Offline Send Email
Dec 3, 2007
2:39 am
21707
... Perl's not my thing. I took your command and used the URL that freyfogle gave to get JSON.pm (and JSON/Parser.pm, which it refers to and without which it...
Randall R Schulz
velomanr
Online Now Send Email
Dec 3, 2007
4:30 am
21708
Hi, i've been following the basic examples in using the DataTable. So far so good, i have the following questions by the way. Hope the gurus here can enlighten...
Ryan V. Bayona
r2b2_ry
Offline Send Email
Dec 3, 2007
5:17 am
21709
... in response to number 2, the DataTable.deleteRows method is not working for me : //if clicked, it will delete the selected rows <a href="#"...
Ryan V. Bayona
r2b2_ry
Offline Send Email
Dec 3, 2007
7:02 am
21710
i have this snippet and its not working for me var myDataTable = new YAHOO.widget.DataTable("myContainer",myColumnDefs,myDataSource,{scrollable: true}) ; ...
Ryan V. Bayona
r2b2_ry
Offline Send Email
Dec 3, 2007
7:25 am
21711
Hi, Here my code if(moreContacts){ myNewPanel.hideEvent.subscribe(getValuesContacts, this); } Above function will be subscribed only the moreContacts has...
dkarthikk
Offline Send Email
Dec 3, 2007
7:36 am
Messages 21682 - 21711 of 52126   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help