div.beginBody(body, true);
this.cssClass = str(linkClass, dic.PagerLinkClass());
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());