How to customize the Plaid widget element - plaid

Is there any way to customize the plaid widget element from application in Angular ?
Here I am trying to change the color of "Continue" button. Can anyone suggest ?
Plaid Widget

You can customize parts of the widget from the Plaid dashboard -- however the color of the Continue button can't be customized.

Related

How to disable refresh page after using pop out this form

I am working on MScrm 365 on-premise there is a new feature pop out this form after clicking this button the form is out but the page is refreshed to a grid, is there an option to disable this refresh?
Unfortunately this is by product design, once you pop-out the record, the user navigate away to the grid/list page in main window.
You can implement a custom button logic and implement your need instead of rigging the product behavior which is unsupported and will break in future releases.

How to add custom button to sidebar?

In my case I'm using server-side session (not authClient with token in cookies/local storage). So instead of using default LogoutButton I want to place custom button which will do simple "POST /logout" action. There are some examples in docs how to place custom buttons on resource pages, but nothing about sidebar. Any advices/examples?
A custom Sidebar is a custom Menu:
https://marmelab.com/admin-on-rest/AdminResource.html#menu ?

Adding GA Event code to Joomla {tab}

I am trying to add a Google Analytics event to track if a tab has been clicked on in a page. I am using Joomla 2.5.7 and in the article is has this markup for the tabs extension:
<p>{tab Rates}</p>
This is the tab at the top of the page. I want to add the following universal analytics tracking event code:
onclick="ga('send', 'event', 'tab active', 'click', 'rates');"
to track when someone looks at this tab.
Currently I have only used this onclick event on an anchor, but as using Joomla this isn't working and is just showing up on the page.
Please advise the best place to get this information and how to activate it. Thanks all.

How can I change the image that is shown when user hovers over published actions from my facebook app?

When I publish an action from my facebook open graph app I can set the picture that will show on news feeds and on the timeline, but when I hover over the story in the timelone I am still seeing the default open graph icon (this one) -
I use the javascript SDK to publish activities from my app like this -
FB.api(
'/me/{MNAMESPACE{:{ACTION}?{OBJECT}={URL}&image=PATH_TO_IMAGE,
'post'
);
I've tried sending more than one image as the image field in the actions properties is an array so have used this -
FB.api(
'/me/{MNAMESPACE{:{ACTION}?{OBJECT}={URL}&image=PATH_TO_IMAGE1,PATH_TO_IMAGE2,
'post'
);
but that still does not work. Can anyone point me in the right direction?
thanks
Put the image on your object not your action.

RPX/Janrain - using an image map instead of the widget

I would like to use an image map for my Rpx/Janrain basic account instead of the widget they provide. I have tried looking through the javascript file, but it is minified so useless to me.
I just want the "login buttons" to be displayed in my header image with an area map and depending on the image area clicked launch in to the login for that service.
Thanks!
A bit late to the game but I will answer this for posterity. Unfortunately this isn't possible with the Basic app. Pro level and up allows you to customize your method of login. You would set janrain.settings.custom = true; in the settings in the head and use the janrain.engage.signin.triggerFlow(provider) function in the image map areas to kick off the various identity provider sign in pages.
See http://developers.janrain.com/documentation/widgets/social-sign-in-widget/users-guide/coding-the-widget-appearance/ for examples.

Resources