this.cssStyle = null;
// onclick
if (onclick== null)
onclick = dic.PagerLinkDefaultOnClickScript();
// Label?
String pagerLabel = getString(str(label, dic.PagerLabelText()));
if (pagerLabel!=null)
{ // There is text
HtmlTag label = w.startTag( dic.PagerLabelTag());
label.addAttribute("class", dic.PagerLabelClass());
label.endTag(pagerLabel);