Change URL for custom layout on local router in flutter web - flutter

I have developed a flutter web application structured as follows
base-layout
- Dashboard
- Overview
- Manage Drivers
- Manage Transections
The base-layout has a top bar ,side bar and content area.
The top bar and the side menu does not re-render on click of menu items only the content area renders to the pages specified above in the structure.
on Click of the side menu items, it opens the proper named-route and displays the content.
There is not option where i can:
Change the URL on the click of the side menu item within the base-layout.
Since the local router has no option specified in (1) i cannot share the link to another person as it will always come to the landing page ie: maybe the dashboard page on the base-layout configured to have the base named-route

Related

Attaching an ActiveX TreeView Control into a tabbed Access form

I have a tabbed form in Access and on one tab, I'd like to create an ActiveX TreeView object. When I go to build this object and drag it to the tab, it attaches itself to the general form instead of the tab. This puts the control over top of all the tabs instead of the tab I want it in.
How do I attach the ActiveX control to the tab and not the entire form?
I've done a number of different "moves" to try and get it to attach and I've looked through the options to see if there is an easy way to attach it but nothing actually defines how the control is attached unlike a normal Access form control that is contained in the tab.
I would like to keep the extra forms to a minimum and maintain a single, tabbed form with separate controls on each tab.
Answer:
Make sure to select the tab first and then create the TreeView control. TreeView controls cannot be attached to a tab page by drag/drop.
If done correctly, the control will be placed on the tab page just under the tab name within the borders of the tab page. A quick test by selecting other tabs can be done to check that it attached to the right tab and only that tab.

How can we customize the page information menu options on a page in AEM6.1?

When we open a page in touch UI, in the left side we have a Page Information dropdown. In that dropdown, there is a list of different options i.e Open Properties, Start Workflow, Publish Page, Lock Page etc. I need to remove some of them.Let's say I don't want Publish page option there. How can I do that?
The menu items are defined in the following JSP which you need to overlay:/libs/cq/gui/components/authoring/pagestatus/pagestatus.jsp

GWT - Move panel to new browser tab/window

I'm working on a GWT application that has the following layout:
- on top there's Menu Bar
- below that screen is separated into two panel by Split Layout Panel
When user clicks on a label in Menu Bar relevant information is show below in the left part of the screen. Then user clicks on an action item on that left part of the screen, and relevant information on that action item is displayed on the right part of the screen.
Clicking on an action item on the right part of the screen may also change relevant information on left part of the screen.
I want to extend on this by giving a possibility to drag/drop the panel on the right part of the screen to another browser tab/window. After that the right and left part of the screen should remain connected as if they are in the same browser tab/window.
Also, that new tab/window should only display that right panel, while Menu Bar and left panel, along with Split Layout Panel should not be present (this is less important but it would be great if it can be done).
Another important thing is that current visual representation of application is not changed but only extended with this functionality.
Is that something that can be done and if it is how to do it?
Thank you for your help.
I think you would have to use "HTML5" native drag and drop to drag between browser instances, so that would limit browser support. Both tabs would already have to have your code loaded into them so they could respond to these events.
If you have a server back end (not just static HTML/JS) then you could communicate via the server. Otherwise maybe "HTML5" client side storage to store blobs of data describing the panel contents. Probably easier re-render in the new browser/tab.

Facebook tab application - application controlled icons / tab translations?

Is it possible to control a tab icon?
over tab settings?
over an API?
Why I'm asking: I'm trying to implement top company information into tabs. It's just one application. I can manually change the icon if I create a new application for each tab.
Is it possible to create one application that controls loaded iframe URL and change the icon from tab settings?
I don't think this is possible. Have a look at the tabs section in the page document, you can only update three parameters: position, custom_name and is_non_connection_landing_tab

Facebook: Added custom app to page but it doesnt show up as a custom tab

I've added my app to my page but it doesnt show up as a tab. Why?
See attached image FBapp.png which shows all settings. When I click 'Edit Settings' for the TicketWise app I get notification: "There are no settings for this application."
Here's my Facebook application: https://apps.facebook.com/ticketwise/?fb_page_id=208837722506615
(never mind the scrollbars for now)
When you view your page, underneath the image/logo area there is a list of tabs. Depending on how many tabs you have, at the bottom there will either be a link for "EDIT" or "MORE". If "MORE", click to see the full list of tabs and the EDIT link. When you click "EDIT" you will be able to drag and drop the tabs to reorder them and place your application near the top where it will be visible by default.
For your other query:
When I click 'Edit Settings' for the TicketWise app I get notification: "There are no settings for this application."
Settings pages are something you have to create separately if your app requires it. They are a page hosted on your server, that defines parameters to be used on the tab page view of the app. You can define the page in your application settings using the "Page Tab Edit URL" field.