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
  • Blog
  • Examples
  • Services
  • Add-ons
  • About

JavaScript Extension File Pattern

April 3, 2008 by saki 5 Comments

Boilerplate file for extension. Copy&paste it to your app then write your functionality in.

Filed Under: Snippets Tagged With: extension, extjs, javascript, pattern

JavaScript Plugin File Pattern

April 3, 2008 by saki 2 Comments

File to copy&paste to your application as a boilerplate for a plugin.

Filed Under: Snippets Tagged With: extjs, javascript, pattern, plugin

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

Return Value of Function as items Pattern

April 2, 2008 by saki 6 Comments

We can use an inline function to build items. See how.

Filed Under: ExtJS, Snippets Tagged With: deprecated, extjs, javascript, Know-how, pattern

Defer Inline Anonymous Function Pattern

April 2, 2008 by saki Leave a Comment

See how to defer execution of an inline function.

Filed Under: ExtJS, Snippets Tagged With: deprecated, javascript, pattern

PHP File Pattern

April 2, 2008 by saki 2 Comments

Boilerplate for PHP files.

Filed Under: Snippets Tagged With: pattern, php

JavaScript Application File Pattern

April 2, 2008 by saki Leave a Comment

ExtJS Application File Pattern

Filed Under: Snippets Tagged With: application, extjs, javascript, pattern

HTML File Pattern

April 2, 2008 by saki 4 Comments

We don’t create HTML files too often these days, nevertheless, here is the pattern.

Filed Under: Snippets Tagged With: html, pattern

Changing the viewpoint to Ext

April 2, 2008 by saki 11 Comments

I have found one of my older posts to Ext Forum when I have been with Ext for a couple of weeks, just after initial shocks of cognition that if I’m going to use this library I need to step out of my old habits and routines and I need to change my mind about […]

Filed Under: Theory Tagged With: viewpoint

  • « Previous Page
  • 1
  • …
  • 5
  • 6
  • 7
[ssba]

Categories

  • Addons (2)
  • Architecture (14)
  • Examples (2)
  • ExtJS (26)
  • Howtos (15)
  • 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 Website Builder on Genesis Framework · WordPress · Log in