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...
Hi Caridy, thanks a lot. Once again ... fantastic support Regards Mic ... From: Caridy Patiño Mayea <caridy@...> To: ydn-javascript@yahoogroups.com ...
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...
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...
... 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...
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...
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....
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...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
... 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...
... 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...
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...
i have this snippet and its not working for me var myDataTable = new YAHOO.widget.DataTable("myContainer",myColumnDefs,myDataSource,{scrollable: true}) ; ...
Hi, Here my code if(moreContacts){ myNewPanel.hideEvent.subscribe(getValuesContacts, this); } Above function will be subscribed only the moreContacts has...