We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以OperationGrid測試 各欄位設flex: 1,width與height屬性不設=>Design畫面顯示充滿版面 將OperationGrid設為起始頁=>畫面(grid)高度並不會滿版
以OperationEditor測試 opBrowse與opMainten layout皆設為vbox,flex=1=>Design畫面顯示充滿版面 將OperationEditor設為起始頁=>畫面(grid)高度並不會滿版
新增Viewport將OperationGrid Link並設為起始頁=>畫面(grid)高度滿版 新增Viewport將OperationEditorCt Link並設為起始頁=>畫面(grid)高度滿版 =>畫面可隨瀏覽器放大縮小動態改變
新增Viewport將MainContainer Link並設為起始頁 =>畫面滿版隨瀏覽器放大縮小動態改變
以MainContainer為例,左方功能列表將動態新增各功能tab頁面,在產生Tab時應同時指定layout。
tab = { xtype: 'panel', layout: { type: 'fit' }, title: tabName, closable:true, items: [{ xtype: xtypeStr }] };
ps. 已push範例,請參考OperationEditorCt。
The text was updated successfully, but these errors were encountered:
#41 TabPanel、Grid Layout autoFill view
3eb3cb1
layout 的處理,請信岐檢查基本資料的部份,小慢處理履歷收集
Sorry, something went wrong.
No branches or pull requests
Grid滿版測試
以OperationGrid測試
各欄位設flex: 1,width與height屬性不設=>Design畫面顯示充滿版面
將OperationGrid設為起始頁=>畫面(grid)高度並不會滿版
以OperationEditor測試
opBrowse與opMainten layout皆設為vbox,flex=1=>Design畫面顯示充滿版面
將OperationEditor設為起始頁=>畫面(grid)高度並不會滿版
新增Viewport將OperationGrid Link並設為起始頁=>畫面(grid)高度滿版
新增Viewport將OperationEditorCt Link並設為起始頁=>畫面(grid)高度滿版
=>畫面可隨瀏覽器放大縮小動態改變
MainContainer滿版測試
新增Viewport將MainContainer Link並設為起始頁
=>畫面滿版隨瀏覽器放大縮小動態改變
討論:主頁是否改為Viewport,但grid高度填滿版面方法尚未找到解決方式!
Auto Fill注意事項:
以MainContainer為例,左方功能列表將動態新增各功能tab頁面,在產生Tab時應同時指定layout。
ps. 已push範例,請參考OperationEditorCt。
The text was updated successfully, but these errors were encountered: