Can we detach SignerHere Tabs from anchorSting? - salesforce

I have 2 recipients in my envelope with 'SignHere' tabs and corresponding anchor strings. As I understand these anchor strings are used to place the tabs in right location on a document. Now once the envelope is created, if I try to move one 'Sign Here tab all tabs move. Is there any way to specify in the createEnvelope request JSON to ungroup these anchor strings?

You will not be able to ungroup anchor tabs in the createEnvelope request.
Looks like you want each of the tabs to have different properties. In that case, its better to use different anchor strings for different tab groups.
You can however UnGroup anchor tabs after the envelope is created. See this answer
Here is some good Documentation about anchor tabs.

Related

Angularjs get id cross html files

I have divided the whole page(post.html) into two pages. The right one shows google map(with search box) and the left one I use to make the post_side.html page showing up.
Inside the post_side.html, I use to make some other pages shows up by nested states.
The problem is that I cannot get the input id(the search box in post_side.html or even some other files) to control the map(shows in post.html) without trigger(no button click).
If it is possible to make this happen?

Fire Google Tag Manager GTM Tags on Angular Clicks

My development team has created a single page website with many links like this:
Geography
and
Demographics
How can I create Google Tag Manager tags which can differentiate these as separate events since they have the same href as "javascript:"? Is there a way to make the event name based off of the anchor text?
Thanks!
In GTM, you can try to utilise the {{Click Text}} variable which, according to GA documentation, is
Click Text: The visible text inside the clicked element.
You would just need to make sure that the anchor element is your clicked element, and the text would follow from that.

Display other elements next to md-tab but below the tabs header

I'm new to Angular Material and just found out about the md-tabs directive. I was wondering whether there is an easy way to insert a non-md-tab element to sit on the left (or right) of all md-tab elements, but below the tabs header.
Mockup of what I am looking for:
I guess I could just duplicate the markup and insert it into every single tab, but that doesn't seem to be a very practical solution. In any case, just adding a non-md-tab element as first child of md-tabs did not work.
Edit: another solution I thought about would be to manually load tab content based on which element is selected in the header area - I know how to do that - but then I'd lose the smooth transition animation between tabs.
I'd use a directive for that, since you have to include it into your every tab's content. It would simply do the trick.
Or you can use only md-tabs without placing every tab's content into md-tab. Make use of md-selected of md-tabs and activate your html node visibilities in the right way. In this case you can have something on the left, since you'll define the layout.

Drupal combine nodes and comments in view

I have a view with nodes of the type 'Note' (custom CT). I have A view with comments that are associated with those nodes. How can I combine these views into one view so that I can filter them individually on the date ?
The simple way would be to make one view with notes and comments both in it and then using contextual filter to get the date.
Alternatively, to get them in a top wth notes and a bottom with comments, use attachment displays to get two views into one. Make your top view, then use 'Add+' where the page and block buttons are (top left) are to select a new 'attachment'. Make new view here then add the two together with 'Attachment Settings' then 'Attach to' and choose your first view. Magic!

How to do pagination for three divs separately in the same page in cakephp?

I have three divs (on the same page)with different id that I would like to use pagination for. I am using CakePHP's inbuilt pagination method to bring about this. The first page for all the divs are displayed correctly. But if I am in the first page of the second div and click the next link, I get the next items of the first div.
And similarly, If there are no items for the third div for the second page, yet I get the items for the first div.
How can I go about setting up pagination to control the three lists independently?
There is a post about this on the Debuggable site.
How to have multiple paginated widgets on the same page with CakePHP
If you want to use inbuilt pagination, you won't be ale do this.
Thus, you have to write your own pagination. or just create new helper extends on the original one

Resources