1006008 Add field type for dashboard content. layout fix. (IDEMPIERE-3270)
This commit is contained in:
parent
9f9806d8de
commit
2c1f41dd7b
|
@ -116,6 +116,7 @@ public class WDashboardContentEditor extends WEditor {
|
||||||
|
|
||||||
private void render() throws Exception {
|
private void render() throws Exception {
|
||||||
Panel panel = getComponent();
|
Panel panel = getComponent();
|
||||||
|
panel.setSclass("dashboard-field-panel");
|
||||||
Panelchildren pc = panel.getPanelchildren();
|
Panelchildren pc = panel.getPanelchildren();
|
||||||
pc.getChildren().clear();
|
pc.getChildren().clear();
|
||||||
Div div = new Div();
|
Div div = new Div();
|
||||||
|
|
|
@ -187,3 +187,7 @@ span.grid-combobox-editor {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboard-field-panel.z-panel, .dashboard-field-panel.z-panel > .z-panel-body, .dashboard-field-panel.z-panel > .z-panel-body > .z-panelchildren {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue