Tooltip Widget for Offline use

0
I would like to have the Bootstrap Tooltip Widget available for offline use. It works fine in an online scenario. Any tips on what can or needs to be done to make it work offline? Is there another alternative? I have tried the other widgets in the App Store. They don't seem to work offline either. 
asked
1 answers
3
  1. Rename the widget to .zip
  2. Unzip
  3. Open <widgetname> folder
  4. Open <widgetname> XML
  5. Add offlineCapable="true" to the <widget> element
  6. Save the file
  7. Copy it to the same place in the zip file that you extracted
  8. Rename the zip to mpk
  9. In your modeler, click F4
  10. Right click the widget and click 'update all widgets'

 

Then it should work, as long as you don't use the microflow functionality, for obvious reasons.

answered