Login Register

Tundra

The Dijit Radio button is displaying funny...

Hey, I've been testing the radio button feature in Dijit, and I can't seem to mimic the look of the radio button in the examples. When I import the dijit tundra css stylesheet in, I don't get the bloated button look, but I don't get the radio button itself. When I don't import the tundra css sheet I get the bloated button look, but I do get the radio button. How do I get rid of the bloated button look and still get the radio button? Also I am embedding the dojo in php using echo. Would that cause problems at all?

Trying to return a tundra button in grid

Hey, i am having an interesting problem. I am rerturning a button to a cell in the grid with the "get:" property. The function that i am calling is below.

This IS WORKING:

function getCellContent102(inRowIndex)
{
x=inRowIndex;

var but = "Refresh";

return but;

}

but this IS NOT WORKING:

function getCellContent102(inRowIndex)
{
x=inRowIndex;

Syndicate content