-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Enhance Panel to handle collapsing and resizing. #534
Conversation
# Conflicts: # core/HoistComponent.js # desktop/cmp/panel/Panel.js
# Conflicts: # core/HoistComponent.js # desktop/cmp/panel/Panel.js
# Conflicts: # cmp/layout/Box.js # desktop/cmp/panel/Panel.js # desktop/cmp/panel/impl/PanelHeader.js
# Conflicts: # desktop/cmp/panel/Panel.js
* @param {Object} config | ||
* @param {boolean} [config.resizable] - Can panel be resized? | ||
* @param {boolean} [config.collapsible] - Can panel be collapsed, showing only its header? | ||
* @param {int} config.defaultSize - Default size of content (in pixels). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest {number}
} | ||
|
||
//--------------------------------------------- | ||
// Implementation (intrernal) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here
desktop/cmp/panel/impl/Collapser.js
Outdated
@HoistComponent() | ||
export class Collapser extends Component { | ||
|
||
get contentFirst() {return } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be here?
No description provided.