How to show a popup or dialog on click of menu tab of salesforce? - salesforce

I am new to salesforce and there is a requirement to show a popup or dialog box (vf page) on click of menu tabs.
Please guide me if this can be done.

If you are using JQuery on visual force page then you can use JQuery Dialog to have pop up.
Please refer this link.

Related

How to open a page without clicking on the menu link using Selenium C#

I want to open the Part Catalog page without clicking on the submenu link. How can I write the code to do that using Selenium C#.
This is because the menus links changes according to the user login and I cannot use the ID to expand the menu and click on the Submenu. Is there is a way just to open the Iframe inside the page using SRC ?
Please someone help me on this issue.
Thank you

Browser back button in angularjs

I have menu links. on clicking on these menu links hiding using angularjs.
How to enable browser back button to navigate back.
Thanks,
Amit

Add Link to right click in CKEditor

It would be nice to add Link option in the right click menu on CKEditor. Currently I have the auto grow plugin enabled. If I have a very long article, I have to highlight the word, scroll up and press link. It would be nice if we can just handle that in the right click.
I created the CKEditor Context Link module that does just this.

Reload store / refresh grid in main window when button is clicked in Modal window in EXTJS

I am facing a problem in my EXTJS application.
Basically there is a grid which displays all the projects. In my main menu which is a different file, I have "Add Project" link. On clicking this, Add Project modal window opens irrespective of any main window which may be project list or dashboard currently displaying in browser.
Now I want if the main page is the Project List in the browser and I open the Add Project modal, When I will click Add button, I want the grid / store in the project list page should reload or refresh.
I am not getting any way to get a reference to the project store in the project list page from the Add Project modal window.
Can any one please help me on this.
Thanks in Advance... :)
You can use Ext.getStore('your_store_name'); to get a reference to your store.
The sencha grid tutorial covers this: http://docs-origin.sencha.com/extjs/4.2.2/#!/guide/grid

Silverlight - Open dropdown only clicking on Toggle button

Can anybody tell me how I can open popup by clicking only on Toggle button. Usually, combobox opens popup when you click anywhere. In our project we need to open popup only when user clicks on Toggle button. It's kinda urgent.
One approach would be to create a custom control. This would give you more control over all the parts that make up your combobox. http://blogs.msdn.com/b/sburke/archive/2008/03/22/tutorial-writing-a-templated-silverlight-2-control.aspx

Resources