Wijmo UI for the Web
firstPageClass Field

An option that indicates the class of the first-page button. You can set this option with any of the jQuery UI CSS Framework icons.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijpager.options.firstPageClass;
Javascript (Specification) 
var firstPageClass : string;
Example
// Here's the general way you'll set the option:
$("#element").wijpager({
   firstPageClass: "ui-icon-seek-first"
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.