Skip to content

profiiqus/SFPToolkit

Repository files navigation

SmartFP Snippets VS Code version

SmartFP Configuration is a VS Code extension, created to simplify and accelerate the configuration of the SmartFP system. Currently hosts a handful of code-snippets, that help the users to write the code faster.

Document snippets

  • form - Generates a new Form
  • subform - Generates a new Subform
  • workflow - Generates a new WorkFlow
  • view - Generates a new DataView (View)
  • filter - Generates a new Filter
  • report - Generates a new Report
  • dashboard - Generates a new Dashboard

Dependency snippets

  • xsd - Inserts a XSD dependency
  • xsi - Inserts a XSI dependency
  • dsp - Inserts a DSP dependency
  • wffc - Inserts a WFFC dependency
  • fcs - Inserts a FCS dependency

Control snippets

  • checkbox - Generates a new CheckBoxControl
  • checkboxlist - Generates a new CheckBoxListControl with fixed items
  • checkboxlist-databind - Generates a new CheckBoxListControl with Databind
  • switch - Generates a new SwitchControl
  • textbox - Generates a new TextBox
  • textbox-databind - Generates a new TextBox with dependecy DataBind
  • textbox-icon - Generates a new TextBox with icon
  • textarea - Generates a new TextAreaControl
  • richtextbox - Generates a new RichTextBoxControl
  • richtextbox-toolbar - Generates a new RichTextBoxControl with pre-defined ToolBarSet
  • radiobuttonlist - Generates a new RadioButtonListControl with Databind
  • radiobuttonlist-items - Generates a new RadioButtonListControl with fixed items
  • autocomplete - Generates a new AutoComplete with DataBind
  • dropdownlist - Generates a new DropDownListControl with fixed items
  • dropdownlist-databind - Generates a new DropDownListControl with Databind
  • listbox - Generates a new ListBox with fixed items
  • listbox-databind - Generates a new ListBox with Databind
  • duallistbox - Generates a new DualListBoxControl with fixed items
  • duallistbox-databind - Generates a new DualListBoxControl with Databind
  • password - Generates a new PasswordControl
  • todolist - Generates a new ToDoListControl

Column snippets

  • col - Generates a new, simple Column
  • col-id - Generates a new ID Column
  • col-badge - Generates a new coloured Badge Column
  • col-workflow - Generates a new WorkFlow Column

Parameter snippets

  • param-user - Inserts a User constant parameter
  • param-val - Generates a value parameter
  • param-var - Generates a variable parameter

Other snippets

  • databind - Generates a new Databind
  • datasource - Generates a new DataSource
  • html-row - Generates a new HTML row
  • html-form, html-form-group, html-group - Generates a new HTML form-group with Control
  • form-group - Generates a Form-Group element (div) with control and label

About

Visual Studio Code extension for SmartFP Configuration development

Resources

License

Stars

Watchers

Forks

Packages

No packages published