Come vedete dall'immagine allegata, mostro il book in una videata, l'immagine dell'icona di pagina non viene visualizzata.
In.De. Ver. 19.5.7600 Rev. 11
It is currently 20 September 2024, 4:38 Advanced search
Book.prototype.SetCaption= function(value)
{
if (value!=undefined)
this.Caption = value;
//
if (this.Realized && !this.OnlyContent)
{
var captxt = RD3_Glb.FormatMessage(RD3_ServerParams.PaginaNM, this.SelectedPage, this.TotalPages)+(this.TotalPagesConfirmed ? "" : "+");
this.CaptionTxt.innerHTML = RD3_Glb.HandleIconString(this.Caption);
this.StatusBarTxt.innerHTML = (this.Caption != "" && this.Caption != " " ? ": " : "") + captxt;
}
}
(this.Caption != "" && this.Caption != " " ? ": " : "")
Return to Tips & Tricks - Foundation
Users browsing this forum: Google [Bot] and 25 guests