Suitelet CSS Styling
Hello all,
I am currently working on a Suitelet which consists of a form with different types of elements. As Suitescript does not allow to manipulate DOM through JS, I was hoping if anyone have a solution to style that form using CSS. It would be great if anyone suggests any method not involving third party packages.
Thanks.
You can manipulate the DOM with jQuery. You can even load your suitelet in the UI and play with the jQuery in the chrome console without having to upload script and refresh, etc.
Hello,
When I try to execute the jQuery, it is not working. Is it because suitelet is a server side script instead of client script?
Thanks
Hello,
Found the answer. Need to write a client script and attach in Suitelet using form.clientScriptModulePath (SuiteScript 2.0) and use JQuery from client script file.
Thanks