Plumtree UI Infrastructure API  
 

HTMLElement.SetImgBaseUrl Method 

Call this method to set the base url used for all HTMLImg objects being displayed.

Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetImgBaseUrl( "http://blah/" );. All nested HTMLImg objects may use the base url specified on the HTMLPage object.

HTMLImg objects may or may not use this base url specified. This can only be used on a top-level HTMLElement (usually an HTMLPage).

public virtual void SetImgBaseUrl(
   string s
);

Parameters

s
Pass a base url string. It should look something like: "http://blah/".

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace