Spread.Sheets Documentation > Developer's Guide > Customizing the Appearance > Setting Styles and Themes > Using Custom Themes from ThemeRoller |
You can create a custom jQuery theme using the ThemeRoller and then use the theme with Spread.Sheets.
You can find the ThemeRoller at jqueryui.com/themeroller.
Create the custom theme and then add the link to the page after the Spread.Sheets link. For example:
<link href=”css/gcspread.sheets.x.xx.xxxxx.x.css” rel=”stylesheet” type=”text/css” />
<link href="css/black-tie/jquery-ui.css " rel="stylesheet" type="text/css" />
You may also wish to use a timer to refresh the widget if downloading the theme from a server.
This example uses a timer.
JavaScript |
Copy Code
|
---|---|
<!DOCTYPE html> $("#btn").click(function () { |