ExtJS & Bootstrap

2014년 12월 3일 수요일

align & pack configuration property

align configuration property
• Controls how items are aligned
• HBox:
• top, middle, stretch, stretchmax
• VBox:
• left, center, stretch, stretchmax

pack configuration property
• Controls how items are packed together:
• start, middle, end
작성자: Unknown 시간: 오후 8:30
이메일로 전송BlogThis!X에 공유Facebook에서 공유Pinterest에 공유

댓글 없음:

댓글 쓰기

최근 게시물 이전 게시물 홈
피드 구독하기: 댓글 (Atom)

프로필

Unknown
전체 프로필 보기

전체 페이지뷰

이 블로그 검색

블로그 보관함

  • ▼  2014 (18)
    • ▼  12월 (17)
      • An Introduction to Data Stores
      • Using Ext Loader for Your Application
      • Ext JS 4.1 Performance Preview
      • First Thoughts Learning Ext JS 4.1
      • Optimizing Ext JS 4.1-based Applications
      • HelloWorld with Ext JS 4
      • Ext JS 4.1 Performance
      • Integrating Ext JS with 3rd Party Libraries
      • Top 10 Ext JS Development Practices to Avoid
      • Top Support Tips - By Sencha Blog
      • Developing for Google Glass with Sencha Touch
      • Training Tip: Simple Techniques for Solving Common...
      • Performance Tip
      • Do’s and Don’ts when creating an Ext extension
      • Create an analog clock extension - Stpe by step
      • align & pack configuration property
      • Layout 특징
    • ►  11월 (1)
  • ►  2013 (74)
    • ►  11월 (7)
    • ►  10월 (67)

태그

  • 객체참조

가장 많이 본 글

  • Dynamically generate a CheckboxGroup from JSON
    Ext.define('Ext.ux.MessagePanel', { extend: 'Ext.form.Panel', initComponent: function(){ Ext.apply(this, { renderTo: Ext...
  • Adding buttons to grid rows with action columns
    4. We can add multiple icons to an actioncolumn by defining the actions in the Ext.grid.column.Action's items collection. Each action w...
  • Displaying radio buttons in columns
    1. Create a RadioGroup using the default layout: var radioGroupAutoLayout = Ext.create('Ext.form.Panel', { title: 'Radio Group...
  • Adding a paging toolbar for large datasets
    1. Define a Store with an AjaxProxy for binding to the grid. Set the store's pageSize configuration option to 50. Assign the store to t...
  • Adding a combobox to a toolbar to filter a grid
    3. Next we create an Ext.form.field.ComboBox bound to our new store, with its displayField and valueField properties set to our store's...
  • An Introduction to Data Stores
    source : http://www.sencha.com/blog/sencha-basics-an-introduction-to-data-stores/ June 23, 2011  |  David Kaneda The process of building...
  • AddDocked
    var panel = Ext.create('Ext.panel.Panel', { title: 'Panel Header', width: 500, height: 200, bodyPadding: 10, html: ...
  • Adding a context menu to grid rows
    2. We now instantiate an Ext.menu.Menu object and configure it with a height, width, and a collection of Ext.menu.Items that will be our ac...
  • Create an analog clock extension - Stpe by step
    Step  Step 1 – Choose a suitable base class * We want to be able to use the clock inside a Panel or Window etc.  => Ext.Component . ...
  • Ext JS 4.1 Performance
    Source : http://www.sencha.com/blog,  July 03, 2012  |  Nige "Animal" White In this article, we will review several factors tha...
풍경 테마. Powered by Blogger.