[Glass] JQuery styles not being loaded
BrunoBB via Glass
glass at lists.gemtalksystems.com
Mon Aug 29 13:45:33 PDT 2016
Hi All,
JQDialogFunctionalTest is working OK (style is loaded ok).
If i use the same code in my application the JQDialog works fine but has no
style.
Somehow CSS classes are not being loaded to the JQDialog of my app
(ui-dialog-titlebar ui-widget-header ....).
Both applications have the same libraries.
Any idea why style is not being loaded ?
regards
bruno
Code:
renderDeleteProcessDefintionOn: html
| id |
html div
id: (id := html nextId);
script: (html jQuery new dialog
draggable: true;
resizable: true;
modal: true;
title: 'JQuery';
autoOpen: false);
with: [ html unorderedList list: #('this' 'is' 'jquery')].
html div class: 'float-left margin-left-5px'; with: [
html anchor
onClick: (html jQuery id: id) dialog open;
"callback: [self removeProcessDefinition]; "
with: [html image url: (SEWAFIconLibrary / #remove24Png);
title: ('Remove Process Definition' translateFor: self session
user);
altText: ('Remove Process Definition' translateFor: self session
user) ]
]
--
View this message in context: http://forum.world.st/JQuery-styles-not-being-loaded-tp4913125.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list