Skip to content

Instantly share code, notes, and snippets.

@caristu
caristu / gist:9013cbc9c047b5f72da6c4798974d70a
Created January 11, 2017 16:44
SmartClient PopUp Style Issue (CSS)
.MyWidgetHeader {
}
.MyWidgetBody {
background-color: white;
border: 0px;
box-shadow: 0 0px;
}
.MyWidgetHeaderText {
@caristu
caristu / gist:772828e2141a16314a134a1b24bb4549
Created January 11, 2017 16:44
SmartClient PopUp Style Issue
isc.ClassFactory.defineClass('MyPopUp', isc.Window);
isc.MyPopUp.addProperties({
title: 'Test',
width: 400,
height: 400,
showEdges: true,
edgeImage: 'https://livebuilds.openbravo.com/erp_pi_pgsql/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/popup/border.png',
customEdges: null,
edgeSize: 2,
edgeTop: 27,