I am using Oracle Jdeveloper 12c and I have JSPX page that I want to add UI component to it
the problem is when I drag components into the page I cant drop it inside the page i.e. the drop is disabled.
Do anyone have an idea why this happening and how to solve this.
Thank you all.
Can you drag the item into the structure pane window?
What if you right-click the top layout component in the structure page and choose to focus on that one.
Related
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
I have a popup with some input fields, links and buttons.
When I press tab, then the focus is moving to next element as expected.
After completing all the focus-able fields, tab focus moving to the Parent window's buttons, links, etc...
Is there any workaround to rotate the tab focus within the popup ?
I am working with ADF in JDev 11.1.1.7.0.
This is ADF framework bug. Hosted a bug with ADF Framework and they have accepted this as a bug.
I'll update this post once I get the resolution from ADF team.
I'm trying to create a complete menu with submenus using adf navigation pane. I already have an unbounded adf task flow and its adf menu model is correctily generated.
But navigation pane only generates first navigation level but no lower. exist any way to implement a menu and submenu using adf navigation pane?
You have to create multiple instances of Navigation Pane and change the level Attribute to view the sub menu of the first level, and second level etc...
I am working in a project in which i have to create MenuBar and pages from database. Which should be appear to front user. I have created MenuItem Model,Controller as well as View. My MenuItems also appearing in front end user. But now i want when i click on any menu item it's corresponding page's contents should appear. That thing making me very confuse how to link page with menu items. I am new to cakephp so please somebody explain me how to do this. Thanks in advance for any suggestion.
I am building a WPF Standalone application. It consists of a menu on the left of the window and when a menu option is selected I want a page showing content related to the option selected shown on the right hand side of the window.
If a user selects a different menu option then the new view will be loaded.
If the user selects a previously selected menu option then that view will be shown but it will have held it's state. So if has a result set for customers with "bob" as a first name then when I view it again the result set will still be showing.
My questions is what is the best way to implement this.
Pages are not suitable as the app will not be viewed in a browser.
I could not see a Master Page -> content layout approach.
So is it a case of loading custom controls?
I am using the MVVM pattern.
Any help would be appreciated.
You could use TabControl with TabStripPlacement value set to "Left" - is that what you are looking for?
I managed to implement something similar detailed here using "workspaces". http://msdn.microsoft.com/en-us/magazine/dd419663.aspx