[This is preliminary documentation and is subject to change.]
Creates the OfficeClip busy box javascript
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static void CreateBusyBoxJs( OCResources ocr, Literal litBusyBoxHeader, Literal litBusyBoxFooter, HtmlGenericControl Body ) |
Visual Basic (Declaration) |
---|
Public Shared Sub CreateBusyBoxJs ( _ ocr As OCResources, _ litBusyBoxHeader As Literal, _ litBusyBoxFooter As Literal, _ Body As HtmlGenericControl _ ) |
Visual C++ |
---|
public: static void CreateBusyBoxJs( OCResources^ ocr, Literal^ litBusyBoxHeader, Literal^ litBusyBoxFooter, HtmlGenericControl^ Body ) |
Parameters
- ocr
- Type: OfficeClip.Utils..::.OCResources
The OfficeClip resource variable
- litBusyBoxHeader
- Type: System.Web.UI.WebControls..::.Literal
The header for the page
- litBusyBoxFooter
- Type: System.Web.UI.WebControls..::.Literal
The footer for the page
- Body
- Type: System.Web.UI.HtmlControls..::.HtmlGenericControl
The body of the page