smartGWT Nightly Build 2013-05-21
Browser: Safari 6.0.4 mac
no server side problem
no java script error
log code start and ends without exception or something else
sample code:
I took the example from showcase and it did not work (the column for subject is not green but the value is not null) Its a string data and tableType. Did i forget something to set?
Thanks for your help and best regards,
RBS2002
Browser: Safari 6.0.4 mac
no server side problem
no java script error
log code start and ends without exception or something else
sample code:
Code:
Hilite[] hilites = new Hilite[] { new Hilite() {{ setFieldNames(Enum.SUBJECT.getParameterName()); setTextColor("#FFFFFF"); setBackgroundColor("#639966"); setCriteria(new Criterion(Enum.SUBJECT.getParameterName(), OperatorId.NOT_NULL)); setCssText("color:#3333FF;background-color:#CDEB8B;"); setId("1"); }} }; setHilites(hilites); redraw();
Thanks for your help and best regards,
RBS2002
Comment