Join Slack
Powered by
I'm hoping there is something I can use in a modul...
# suitescript
a
Akbeard
04/28/2020, 5:39 PM
I'm hoping there is something I can use in a module like N/ui/serverWidget instead of having to frankenstein the html
s
Sandii
04/28/2020, 6:22 PM
No all coloring/highlighting would need to be done ouside normal netsuite APIs, usually with jQuery
Sandii
04/28/2020, 6:24 PM
It is fairly straightforward jQuery, though, something like
Copy code
jQuery('#insertSublistIdrow' + line).children()[i].style.setProperty();
s
stalbert
04/28/2020, 6:57 PM
For anything nontrivial,I recommend a SPA over a UI Suitelet provided the account has SCA or SiteBuilder
stalbert
04/28/2020, 6:57 PM
then you have complete flexibility over what's rendered how
2
Views
Open in Slack
Previous
Next