Webdatarocks content disappear after clicked apply in field toolbar, then apply button in Fields disable - webdatarocks

enter image description here
enter image description here
webdatarocks content disappear after clicked apply in Fields toolbar. Appreciate someone could help. Thanks
error can reproduce same as link below.
https://www.webdatarocks.com/demos/javascript-pivot-grid-demo/

It seems that they released new 1.4.2 version a day ago - https://www.npmjs.com/package/webdatarocks. Have you tried it?

Related

Add icon CKEditor in Liferay

I'm adding an image to the CKEditor in Liferay. I have modified the hook of CKEditor and I get the new button. But I have a problem when adding a new image downloaded to the icon, I am unable to recognize the wysiwing.
The problem seems (?t=F0EM) is generated automatically. How I can remove it for this special case? Without this command (queryString), the image loads without problem:
Could anyone help? thank you!
greetings from Spain

CkEditor - Image Link URL issue

I'm using CkEditor to design the page, I am using image properties, the link used in image is not getting saved when "OK" button is clicked.
image Link :
Working
https://www.google.fr/maps/place/paris
Not Working
https://www.google.fr/maps/place/%Addresse%
here the %Addresse%, value will be filled on form open dynamically, but while designing the ckeditor , this URL in Image link is not getting saved.
Please can anyone help me !!!
I was not able to reproduce the issue. On my system (ckeditor 4.4.3) it worked.

SDL Tridion 2011 content manager - date filter is missing on list view

The filter by date button from the top of the list view panel has disappeared. This happened a couple of months ago for a colleague, and just now for me. Other users here don't have this problem. I can still filter by Name, Type and From Publication but where Date used to be is blanked out.
Here's a screenshot.
Sorry if this is a really stupid question but I can't for the life of me find a setting for this or any one else with the same problem.
This is in Firefox 33.0, Chrome and IE both have (many) other issues on our system and can't be used.
Just looked into this issue here.
In our case it happens when the view is set to a value other than 100%.
Below or above this the "Modified date" column header vanishes, above this the advanced search button also vanishes.
I hope this fixes it for you!
Andy
Click right mouse button in the title bar of the missing filter. Choose 'This frame' and then 'Reload frame'. That worked for me.
Regards.

Joomla default tooltip is hiding

I am using Joomla version 3.0
I have used default Joomla tootip to display image on hover in tooltip content.
But the problem is it is getting hidden below the navigation bar.
Refer link: http://books.kisan.co.in
Can anyone tell me any setting/changes we need to resolve this issue.
Thank you in advance.
I see you have set z-index:1000 on the div-element with class djcf on the bottom of the page. This is the tooltip-box. Hovever, the navigation-element on top of the page has a z-index=1030. So increase your z-index on the djcf-element to more than 1030, and you should be OK, regards JOnas

ckeditor image plugin customization

I want to customize the ckeditor image plugin. I already added two radio boxes under URL text field, one is the normal mode while for the second one I have shown a page in iframe in the preview area. In the page we have list of image links. Now I have difficulty to click on any link and send that link to the URL text field. Actually I want to access the URL field in the page shown in the iframe.
Please help me for it, or suggest me a better solution to tackle this situation.
I found the way to do the above job.
First I changed the radio boxes into brows button. On the button click event a light box opens. When clicking in a link in the light box the link value will be saved to java script COOKIE variable and on the light box close event the value from the COOKIE is retrieved and assigned to the text field with the following code.
srcVal = getCookie('srcVal'); dialog.setValueOf('info','src',srcVal);

Resources