How to create pop-up widgets and filters in icCube Reporting version 6.5? - iccube

How to create menu’s & filters that appear and disappear by pressing a button? The icCube 5.x demo showed how to have widgets appear and disappear on a button click. This technique has been used by me in project dashboards (see image).
How could the same be achieved in the latest icCube reporting version (6.5)?
Images & how it works:
press filter icon -> filters and embellishments appear
press X icon -> fall disappears again

In the current version there is no native support for popup widgets, but you could achieve the same functionality by using a JS action.
Attach a CSS class to the widget and use toggle functionality. I've created an example report that demonstrates how it works: https://drive.google.com/open?id=1z7xjfcY-G8rH8KJCcQb9XGUJk37ax1Q7

Related

Navigation toggle icon for phone/email issue

I am trying to get my navigation using elementor to show for example - a phone icon and a telephone number,
I have got this on desktop but I would like just the icon to show on mobile - is this possible at all?
I can't find an example using blocks or other ready-made examples
Many thanks,
elementor have builtin function for this already. First chose the element you want to hide, then in the advanced tab find responsive section and turn on "Hide on desktop" option. Example in the picture below:

Hide other section of page when focus/zoom on particular div/element in angular5

Trying to zoom/focus on one element/div and hide other
Please refer to the demo at I want to hide all the other sections of the page and zoom only particular div/chart which is being clicked.Tried fullscreen API but it is not working as expected.
Trying to achieve zoomooz plugin like functionality in Angular . Since npm does not support zoomooz. Is it possible to have same functionality i.e. animated zoom on click. I am using Angular 6 with ng2 charts and want to zoom the div/canvas section on click and back to normal

Can I customize Electron tray app?

I'm trying to make my small app in a tray of OSX that will show some info.
The problem is that standard Menu lib allows me to create "natively" looking menus, when I want to make something that looks like this: (screenshot)
Is there a way to create some custom menu items with cells and images or should I create custom window giving the look I want using css? My biggest concern is translucency.
Now I just create it using tempate with Menu.buildFromTemplate. Mayb I'm doing it completely wrong.
Yes, you'll need to create a custom window, you can't create custom menu items via the Electron Menu API.
For your purpose you can use the following package to easily create a custom menu bar application: https://github.com/maxogden/menubar.
Just design your own index.html and custom logics and your are ready to go further.

How to display "Working" toast from Google Docs add-on

When starting Spreadsheet or Doc add-ons I've obtained from the add-on stores, I see an animated progress toast at the bottom of the window:
That doesn't show up for my own add-ons, so I'm guessing that it's not placed by the add-on framework, but is something under the control of the add-on itself. The Preview Guide doesn't mention it, it's not in the Quick Start, nor does it appear in the UI Style guide. Then again, there's no elements in the CSS that would apply, either.
How can my add-on trigger this toast during initialization?
That progress indicator actually is placed by the add-on framework, for true add-ons. (As opposed to contained scripts using the add-on menus.)
It is not under control of your script.

Redactor JS editor, custom external toolbar solution with plugin

I'm trying to create a totally custom/external toolbar for Redactor. So far, I think the best way to do this is to actually turn off the toolbar by default, and create a plugin for it.
I was able to do this successfully wit my custom feature set, but I can't indicate the state of the text in my toolbar itself. (ie: if a user changes the fontSize, and later on clicks in the middle of the word/sentence, I wanna be able to display that on the toolbar somehow)
Has anybody else run into this?
thanks,
--iM

Resources