Learn from Saki

Knowledge is power

This content is for registered users only. Please login.
Hello! To access your account, please Log in. Not a member? Sign up
  • Videos
  • Blog
  • Examples
  • Services
  • Add-ons
  • About

Using Font Icons in Ext – FontAwesome

April 28, 2014 by saki 15 Comments

Don’t you like 16×16 icons? Or they just do not look good on your Retina display anymore? Read this post to learn how to use Font Icons that are scalable, resolution independent and they always look good.

Filed Under: ExtJS, Howtos, Know-how, Tutorials Tagged With: button, extjs, font icon, FontAwesome, glyph, icon, icon font, panel

Button With Buffered Clicks

April 2, 2008 by saki Leave a Comment

My users are used to double-clicks to such a degree that they double-click everything, also buttons. This has created the problem with buttons that add records to grid as always two records were added. Here is handling:

1
2
3
4
5
6
7
8
9
10
11
this.toolbar.add({
   id:this.id + '-btn-add-record'
  ,text:this.addText
  ,tooltip:this.addRecordText
  ,iconCls:'icon-plus'
  ,disabled:true
  ,listeners:{
     scope:this
    ,click:{fn:this.onTbarClick.createDelegate(this, ['add']), buffer:200}
  }
});

Filed Under: Know-how Tagged With: button, extjs, javascript, Know-how

Share this...
Share on Facebook
Facebook
Pin on Pinterest
Pinterest
Tweet about this on Twitter
Twitter
Share on LinkedIn
Linkedin

Categories

  • Addons (2)
  • Architecture (14)
  • Examples (2)
  • ExtJS (26)
  • Howtos (16)
  • Javascript (1)
  • Know-how (32)
  • Linux (1)
  • Mac OS X (2)
  • SASS/CSS (2)
  • Snippets (9)
  • Theory (14)
  • Touch (6)
  • Tutorials (5)
  • What is a … (9)

Tag cloud

abstract class accordion application button class cluster column component config css definition deprecated design education event example extension extjs factory function form grid html initComponent items javascript Know-how knowledge layout Linux listener mysql old panel pattern php plugin render snippet sql sqlite state table touch tree viewpoint

Membership

Become a Member
Affiliate Program

Support

FAQ
Contact

Legal

Terms and Conditions
Licensing
Privacy Policy

Copyright © 2019 · Dynamik-Gen on Genesis Framework · WordPress · Log in