Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "@types/helper/jslink.d"

Index

Variables

Const JSLink

JSLink: IJSLink

Helper class for creating JSLink solutions.

How to register a template

Helper.JSLink.register({
    Templates: {
        Fields: {
            Title: {
                EditForm: (ctx, field) => { $REST.Helper.JSLink.hideField(ctx, field, true); },
                View: $REST.Helper.JSLink.disableQuickEdit
            }
        }
    }
});

Available Customizations

  • BaseViewID
  • ListTemplateType
  • OnPostRender
  • onPreRender
  • Templates
    • Body
    • Footer
    • Fields
      • DisplayForm
      • EditForm
      • Name
      • NewForm
      • View
    • Group
    • Header
    • Item
    • OnPostRender
    • OnPreRender

Generated using TypeDoc