Plumtree UI Infrastructure API  
 

DisplayOptions.SetStyleClassPrefix Method 

Call this method to set the style class 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.

public virtual void SetStyleClassPrefix(
   string s
);

Parameters

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

See Also

DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace