adiputera
Active Participant
Member since ‎10-13-2020

User Statistics

  • 131 Posts
  • 14 Solutions
  • 36 Kudos given
  • 100 Kudos received

User Activity

Intro SAP Commerce's Backoffice uses ZKCKEditor(ZKCKeditor is a wrapper of CKEditor for the ZK framework) as a WYSIWYG editor. Out of the box, CKEditor supports various additional plugins other than those that are already installed. In this blog pos...
Intro SAP Commerce's Backoffice uses CKEditor 4 as a WYSIWYG editor. Out of the box, CKEditor does support file/image upload, we just need to provide the API for file/image upload, although it's not enabled by default. By default, the image dialog i...
Hi All, How to create a REST controller for the backoffice that will accept JSON and return JSON? I've searched for a backoffice controller and can't find it, I know the backoffice uses the Zkoss framework instead of Spring, and I'm unfamiliar wi...
Hi All, I want to override OOTB SessionContext, how can I achieve this? I am already trying: - Use AOP, add pointcut to getAtrribute() method, but my code never executed - Create a new class, extend it to OOTB SessionContext, then register it...
Hi All, How can we detect that the system is still initializing? We have some after save listener that we don't want to be executed when the system is initialized. I'm trying to use this, but it didn't work because it always return true Regi...