- Preparing search index...
- The search index is not available
gd-sprest-bs
Properties
renderEditForm
renderEditForm: ((el,
wpCfg,
formControls) => IForm)
Type declaration
-
- (el, wpCfg, formControls): IForm
-
Parameters
-
el: HTMLElement
-
wpCfg: IWebPartCfg
-
Methods
getWebPartId
- getWebPartId(el): string
-
Returns string
saveConfiguration
- saveConfiguration(wpId, cfgId?, wpCfg?): PromiseLike<void>
-
Parameters
-
wpId: string
-
Optional
cfgId: string
-
Optional
wpCfg: any
Returns PromiseLike<void>
updateConfigurationInElement
- updateConfigurationInElement(cfgId, elTarget, wpCfg): any
-
Parameters
-
cfgId: string
-
elTarget: HTMLInputElement
-
wpCfg: any
Returns any
updateWebPartContentElements
- updateWebPartContentElements(wpId, cfgId?, wpCfg?): boolean
-
Parameters
-
wpId: string
-
Optional
cfgId: string
-
Optional
wpCfg: any
Returns boolean
Helper Methods