-
as seen on Stack Overflow
- Search for 'Stack Overflow'
<script type="text/javascript">
(function () {
var ButtonGroup = YAHOO.widget.ButtonGroup;
var onCheckedButtonChange = function (p_oEvent) {
};
YAHOO.util.Event.onContentReady("mediaFilterButtonsFieldset", function () {
var oButtonGroup = new ButtonGroup("mediaFilterButtons");
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the Yahoo DataTable for which the API is here.
I am having difficulty changing the data once I have rendered the grid once. I am using jQuery to get data via AJAX, or from a client side data island and need to put this back into the grid.
There is no setDataSource method in the DataTable…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
http://developer.yahoo.com/yui/button
More specifically, I want radio buttons. that can be checked/unchecked.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
As the topic said: I'm using an RTE in my web page today, and I wonder if there's a way to always keep the aspect ratio of a picture? If you drag in the corners in Firefox it keeps the ratio, but not in IE.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using a simple text editor from YUI, but when I click submit the code in the textarea/editor is not sent to the next page. I want to be able to receive it on the subsequent page and then store it in a DB(MySql). I have wasted lot of time already. Please help.
HTML FILE:
<html>
<head>
<script…
>>> More