jQuery UI theme - tablefooter as "ui-widget-header"
jQuery UI theme - tablefooter as "ui-widget-header"
Stephan
Posts: 20Questions: 0Answers: 0
Hi,
i guess in line 3633:
[code]
/* Replace jQuery UI constants */
if ( sAttr == "H" )
{
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix";
}
else if ( sAttr == "F" )
{
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix";
}
[/code]
it should be "ui-widget-footer" (sAttr == "F").
Thanks for your great work!
i guess in line 3633:
[code]
/* Replace jQuery UI constants */
if ( sAttr == "H" )
{
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix";
}
else if ( sAttr == "F" )
{
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix";
}
[/code]
it should be "ui-widget-footer" (sAttr == "F").
Thanks for your great work!
This discussion has been closed.
Replies
Allan
Allan