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...
21683
Michael Heyder
rupnaldo
Dec 1, 2007 5:14 pm
Hi Caridy, thanks a lot. Once again ... fantastic support Regards Mic ... From: Caridy Patiño Mayea <caridy@...> To: ydn-javascript@yahoogroups.com ...
21684
cmpnetnet
Dec 1, 2007 8:08 pm
Can Yui be used to easily create pivot tables? Any good existing tutorials or examples on how to do it?...
21685
andrewpmoore
Dec 1, 2007 8:57 pm
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...
21686
Satyam
satyamutsa
Dec 1, 2007 9:42 pm
I just noticed that if in the Watch tab on the Firebug debugger (for Firefox) you type the expression: eval('(39; + myJsonString + ')') it will show it just like...
21687
Randall R Schulz
velomanr
Dec 1, 2007 10:06 pm
... 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...
21688
Caridy Patiño Mayea
caridyp
Dec 1, 2007 10:42 pm
Hello, Just add this CSS rule: .yui-skin-sam .yui-navset#demo .yui-nav { text-align:right; } Best Regards, Caridy (caridy at gmail.com) ...
21689
Satyam
satyamutsa
Dec 1, 2007 11:28 pm
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...
21690
christianhlange
Dec 2, 2007 12:36 am
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....
21691
clumber2001
Dec 2, 2007 3:10 am
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...
21692
d_adamkiewicz
Dec 2, 2007 11:01 am
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...
21693
d_adamkiewicz
Dec 2, 2007 12:55 pm
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...
21694
Satyam
satyamutsa
Dec 2, 2007 2:48 pm
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...
"To withhold data from the UI, be sure not to define a Column for that field." http://developer.yahoo.com/yui/datatable/...
21697
mateuszmucha
Dec 2, 2007 8:09 pm
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...
21698
Randall R Schulz
velomanr
Dec 2, 2007 8:09 pm
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...
21699
Felix Rabinovich
felikl
Dec 2, 2007 9:43 pm
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...
21700
Satyam
satyamutsa
Dec 2, 2007 9:57 pm
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...
21701
yaron_ffff
Dec 2, 2007 10:20 pm
Thanks Nate, This is my HTML, the rest is in a .js file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
21702
Dave
foviestar
Dec 2, 2007 10:21 pm
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...
21703
Randall R Schulz
velomanr
Dec 2, 2007 11:14 pm
Hi, After this example in Satyam's tutorial blog (<http://yuiblog.com/blog/2007/09/12/satyam-datatable/>): var myDataSource = new...
21704
Randall R Schulz
velomanr
Dec 2, 2007 11:17 pm
... 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...
21705
dragonqris
Dec 3, 2007 1:20 am
Thanks Nate, I have really missed that out. Sorry for that and thanks again for help fixing the problem. dragonqris...
21706
Ask Bjørn Hansen
askbjoernhansen
Dec 3, 2007 2:39 am
... 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...
21707
Randall R Schulz
velomanr
Dec 3, 2007 4:30 am
... 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...
21708
Ryan V. Bayona
r2b2_ry
Dec 3, 2007 5:17 am
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...
21709
Ryan V. Bayona
r2b2_ry
Dec 3, 2007 7:02 am
... in response to number 2, the DataTable.deleteRows method is not working for me : //if clicked, it will delete the selected rows <a href="#"...
21710
Ryan V. Bayona
r2b2_ry
Dec 3, 2007 7:25 am
i have this snippet and its not working for me var myDataTable = new YAHOO.widget.DataTable("myContainer",myColumnDefs,myDataSource,{scrollable: true}) ; ...
21711
dkarthikk
Dec 3, 2007 7:36 am
Hi, Here my code if(moreContacts){ myNewPanel.hideEvent.subscribe(getValuesContacts, this); } Above function will be subscribed only the moreContacts has...