Can we make a clickable link to another page in draw.io? - draw.io

Can we make a clickable link to another page in draw.io ?
For example, I would like to click on rectangle element in Page 1 and the click forward me to the page 2 in draw.io ?
- like a box in the box ?
Thank you

I dont know why this question hasn't been answered yet.
It's pretty simple:
Right click the item you want to add a link to and select "Edit Link"
On the Edit Link modal, you can add an external URL, or link to another page from the same project* (which, I belive, was your case a year ago when you asked).
Done.
To test your page, go to the "File" menu (top left), and select "Publish -> Link..." and then click "Create".
*Other pages from the same project will only appear on the list if you have created them on a different tab (tabs are at the bottom of the editor).

Since 2020-11-11:
draw.io / diagrams.net natively supports linking from any shape to other tabs:
Right click any shape or text
Select "Edit Link"
Select the tab you want to link to in the second radio button dropdown
Click "Apply"
The link will work in the view mode:
Select Menu > File > Publish > Link
Optional: Untick "Edit" to prevent editing for viewers
Click "Create"
Copy the generated link to share with others
Links in the viewer will be clickable

Related

Oracle-Apex modal dialog display last inserted row

I made page for editing and adding clients, when I click on button, I get a modal dialog with filled fields..
Also I have link on ID column which opens same dialog, where I can edit existing row.
I want to get empty fields when I click on "ADD" button.
On the ADD button set the attribute to clear cache of the modal dialog page nr.
In your report, navigate to the ADD button definition. In the Property Editor, click Target to verify Page and Clear Cache are both set to the dialog page number.

How to add and modify new sections in the dropdown menu (CHROMIUM SOURCE CODE)?

I need to add new sections to the dropdown menu at the right on the top of the chromium browser, how can i create new sections that popping up after i click on them and they open in another tab like chrome://settings , chrome://about ecc. , and how can i modify the page inside of it ?
Looking foward,
Thanks

APEX 5.1.3 -- Clicking the Edit Button in the Report Page Shows a Form for Inserting a New Record

I am using APEX 5.1.3 to build a new desktop web application. I created a pair of Report and Form pages, and then ran the application, entered the report page. The data in the table was shown correctly, and each row contained a pencil icon at the leftmost column -- all looking fine.
However, when I clicked on the pencil icon to enter the Form page, instead of showing the record and let the user update the record, all columns became blank. The Save button was not there, instead the Create button appeared. This became the same behavior as clicking the Create button in the report page. What did I do wrongly, and how could I correct this behavior?
Seems I can find the answer after clicking the APEX edit page here and there...
I go to the edit page of the Report Page, on the left side, under Content Body, select Attributes.
On the Right side, under Link, click Target.
A new window appears at the center. I found the page no. is correct, but the Set Items aren't. Hence I click on the ^ button to select the correct column on the left, and values on the right. Click OK and then Save and Run the page. The problem is then corrected.
The reason for the problem is that for whatever reason, my original version has a value item which does not exist at all. Hence the data can't be brought to the form page when the edit button is clicked in the report page.

how to set the rights for placeholder ribbon

beginner question for sitecore about settings the right.
So I have an item is open in the page editor.
The renderings on the page has bunch of icons on the ribbon. One of them called 'select the parent element (element name)'.
In my case when I click on it, I am presented with the placeholder with button 'add here' and the ribbon with some component buttons that a user can use to add the controls.
So, QUESTION:
"how I add access to the button on that ribbon for certain role? Where do I set it up? "
For some certain role that placeholder's ribbon is completely empty, including there is no button 'select the parent element' even though
i know there is a parent element.
thank you very much for help,
HF
Here are the screenshots (no icons on the placeholder ribbon, and the user's rights:
enter image description here
And here is how that looks for the admin:
All the settings for the Page Editor are held in the Core database. So in the Sitecore Desktop, switch to the core database and open up the Content Editor.
Navigate to : /sitecore/content/Applications/WebEdit
This item holds the items that make up the page editor. To edit the ribbon menues, go to:
/sitecore/content/Applications/WebEdit/Ribbons
I don't remember seeing that particular button in the Core database, so this is likely a built-in feature that requires the user to have one of the built-in permissions.
The first thing I would check is that Designing is turned on. Have the user go to the 'View' tab in Page Editor and make sure they have checked the 'Designing' checkbox.
If that doesn't work, it sounds like the user you have does not have design access to the page. I would examine the inherited roles using the User Manager and check if they have the Sitecore Designer role inherited.
It is possible they just need to be provided the correct role in the system so that they can access the buttons.
Have you tried the "Sitecore Client developing role"?
Also, for the blue arrow drop list location, in order for the rendering button to show up in that location, you have to check whether the button in the webedit folder under core database(/sitecore/content/Applications/WebEdit/Default Rendering Buttons). The Type field needs to be "Common" in order to show up in the blue arrow droplist.
Example can be the "Edit related item" (/sitecore/content/Applications/WebEdit/Default Rendering Buttons/Edit related item) shows up in the blue arrow droplist.

Add TestLab Navigation in Control Property Window in SiteCore

I added a test in Sitecore test lab named HeroImage . I added variable and values for the test. Then i go on the page editor where i want add the test .Then i right click the control property window .
In Control Property Window i do not find TestLab Navigation Tab .Whereas i Saw TestLab Navigation tab in some examples for the add test in Sitecore.( http://www.experimentsincode.com/?p=165 ) .
Please suggest .
Click on the red sitecore button on the top left, then click on "Application Options". To enable this. For some reason its not visible by default.