Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@agile-central-technical-services/utils-field-picker

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agile-central-technical-services/utils-field-picker

A field picker control for use with stores or grids

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

utils-field-picker

This is a screenshot

Example usage

To use the control on a page:

controlsArea.add({
    xtype: 'tsfieldpickerbutton',
    modelNames: [modelName],
    context: this.getContext(),
    stateful: true,
    stateId: this.getViewType() + 'fields', // columns specific to type of object
    alwaysSelectedValues: alwaysSelectedColumns,
    listeners: {
        fieldsupdated: function(fields) {
            // fields is the currently selected fields from the picker
        },
        scope: this
    }
});

To get the current selected fields:

this.down('tsfieldpickerbutton').getFields()

Developer Notes

To Update

  • npm version patch - This will update the package.json to a new version and create a git tag (e.g. v1.0.1). It will also run the postversion script to push the changes and tag to GitHub.
  • npm publish --access public - This will publish the new version to npmjs.org
  • Create the new release in `utils-field-picker/releases'

Keywords

rally

FAQs

Package last updated on 05 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts