Plumtree UI Infrastructure API  
 

HTMLElement.SetStyleClassPrefix Method 

Call this method to set the prefix used for all HTMLElement objects being displayed.

Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetStyleClassPrefix( "PREFIX" );. All nested objects may use the prefix specified on the HTMLPage object.

This can only be used on a top-level HTMLElement (usually an HTMLPage).

public virtual void SetStyleClassPrefix(
   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