Change the "continue page" in ProcessMaker - html

I want to change in "Continue page" in one of the process and add some description in it.
Would you help me?
I can't find where to apply the changes

Related

"Scroll to text fragment" and another hash action in link

Does anyone know if there is a way to use the "scroll to text fragment" feature in a link (e.g. "http://url.com/page/#:~:text=highlight%20this") in addition to another hash action in the same link?
I have a page with tabs (its a divi tabs module in wordpress) and when clicking link on another page coming to this page I would like to open a tab (can be done with "http://url.com/page/#tab|2") and also highlight text within that tab.
Does anyone know how to do this?
If I first go to "http://url.com/page/#tab|2" (opens the tab) then append "#:~:text=highlight%20this" or "&:~:text=highlight%20this" to the end of the url, it achieves the desired affect. But it does not when going directly to "http://url.com/page/#tab|2#:~:text=highlight%20this" (it just redirects back to "http://url.com/page/#tab|2")
Any ideas would be appreciated.

pending add image asp.net mvc 5 visual studio

I get a "Pending add" message when I hover over the "+" sign in front of an image (whether in .png, .gif, or .jpg format) that I've just added to a project. Even though Visual Studio shows a thumbnail of the image when I hover over its name in the Solution Explorer, it is not showing up as the background of the body of my page. (When I alternately assign a background color in that same body section, that color DOES show up.) Don't know why it would matter, but I added this image by right-clicking my new Images folder and adding an existing item.
I've already gone through answers involving Pending changes, and none of those are helpful here. Any suggestions for getting this image to stop "Pending add" and be added already, so that it will render, please? Thank you.
Commit your changes, that's all.
In other words, the icons on the left are the status of source control. So, it is saying that this is a new item that you added into the project. So, you now need to add it to the source control.
When you do your commit, it will detect the new file and you will have option of adding it at that time.
If the image was excluded you would have to include it to be shown. As you figured out, this doesn't mean it's not included in project.
The "Pending add" info indicates that it's not yet "Checked in" (when sharing a project).
If someone gets confused with this, it's probably the usage of wrong path or something else.
I had this problem. I deleted the image files from Solution Explorer and re-added them, and the images were immediately checked in.

How to add an app tab

I am trying to add an Instagram tab to my page below my cover photo. However, when I click "manage tabs" the only ones that are options are Events and Notes. Does anyone know how I can add Instagram or any other tabs that do not already appear on the list? If not, do you know why those ones are not appearing?
Thanks!
You can add an instagram tab via https://apps.facebook.com/instatab/

modify chrome extension to change window size

There's an extension that I use that alerts me to new mails and allows me to quickly compose mails. It's fine but if I could change one thing, it would be to make the 'compose message' window bigger. It's not big enough to display the 'to: ' textbox, let alone the textbox for the body
https://chrome.google.com/webstore/detail/multiple-account-checker/dnimhgelcnggigekhdjlifjpndgmnglm
when I click the "compose new message" button, and the "compose message" window opens, I'd like it to always be a larger size. Does that make sense?!
If anyone knows how, and can explain to a novice, I'd be very grateful. So far I've JUST managed to get kittens compiled! (http://developer.chrome.com/extensions/getstarted.html) and have many ideas I'd can't stop thinking about! thanks

How to configure NICedit to display only "New Window" option?

I am using NicEdit in my project. I need to disable the option "Current Window" for links in one particular module. How can this be achieved?
Thank You,
Santhosh
Open the nicEdit.js file and Check the line which starts with
var nicLinkButton=nicEditorAdvancedButton.extend({addPane:function()
in that line find this word "Current Window" and remove the entire word ("":"Current Window",). It will removes the current window option in the nicEdit. Then save your file and check in the browser.
It will work.