GithubHelp home page GithubHelp logo

ext.ux.grid.buttoncolumn's Introduction

About Ext.ux.grid.ButtonColumn

Info

This is a User Extension for ExtJS 3, you can download ExtJS at sencha.com Ext.ux.grid.ButtonColumn is a user extension that implements Ext.Button components placed in a grid row and supplements the Ext.grid.ActionColumn. I've had several client cases that required an actual button in a grid cell instead of a clickable image or icon. From a usability standpoint this is a little more intuitive but be aware that this might have a serious impact on your performance.

Usage

For now you can refer to the examples included in this repo.

Running the examples

To run the included examples just follow these simple steps

  • Download a recent version of the ExtJS 3 branch from sencha.com and extract it somewhere on your computer.
  • Copy the ButtonColumn.js and ButtonColumn.css into the examples/ux/ folder of the ExtJS 3 folder you just extracted
  • Copy the whole examples/buttoncolumn folder from this repo into the examples folder.
  • Then just open the buttoncolumn.html file in your browser.

Author

Chris Ramakers [email protected]

ext.ux.grid.buttoncolumn's People

Contributors

chrisramakers avatar

Stargazers

Arnaud Benhamdine avatar  avatar JT5D avatar Aaron Chiang avatar corey@cn avatar Vasileios Paraskevas avatar Pieter Meyvaert avatar

Watchers

 avatar Wim Hendrikx avatar Dieter Verjans avatar jrtmns avatar Stefan Hellings avatar James Cloos avatar Rob avatar  avatar  avatar

Forkers

anilbhat21

ext.ux.grid.buttoncolumn's Issues

this.addButton is undefined

I'm having problems with line 57:

Ext.lib.Event.onAvailable(placeholderId,
 this.addButton.createDelegate(this, [itemId, item, record]));

Javascript reports that 'this.addButton' is undefined. 'this' seems to be the window object.
It seems that 'this.addButton' needs to be replaced with 'me.addButton'.

René

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.