Questions tagged [master-detail]

A master–detail interface displays a master list and the details for the currently selected item.

A master–detail interface displays a master list and the details for the currently selected item. Selecting an item from the master list populates the details area with the details for that item.

1271 questions
-1
votes
1 answer

How to change image source in Angular master/detail interface?

I am trying to build a simple master/detail view in angular(4) with an img in 'detail' component but i couldn't figure out how to change the img src every time i select an element from the master list. Image links are like…
Reşit Körsu
  • 530
  • 2
  • 8
  • 17
-1
votes
1 answer

how to pass the data from jsp page(for each) to servlet class

I Have JSP code like this. I fetch the Image and data of the product using `forach in one page:
-1
votes
1 answer

How to reference grid to ActiveForm

You have on one page ActiveForm as master record, and grid as child records, how can i make relation between them. At create time there isn't id of master record! Any advice is wellcome! TIA. Asim
user2071946
  • 1
  • 1
  • 3
-1
votes
2 answers

Master-Detail flow control

I started a Master-Detail iOS type of project in Xcode. I have the MasterViewController and DetailViewController working as I expect. Here is what I want to know how to do, using a good practice. The usual behaviour is that when tapping on an item…
Michel
  • 8,287
  • 14
  • 60
  • 126
-1
votes
1 answer

how to load a html page inside another web page in master detail/flow in android

I have encountered a problem which i'm unable to solve, I googled a lot but couldn't find a solution. I made an app using master detail/flow. This app opens a webpage whenever a category item is selected but when i click another link in the webpage…
-1
votes
1 answer

Word Master-Detail Mail Merge

I searched a lot to find out how to do a "master-detail" style mail merge in word but i couldn't find an appropriate answer/tutorial. my data look like this: id name property ----------------------------- 1 John Doe employed 1…
CeOnSql
  • 2,473
  • 1
  • 11
  • 36
-1
votes
1 answer

Using Swift in a master-detail app, how can i programmatically switch detail views?

I thought I'd have a go at building an ipad app using swift. The app that I'm mucking around with is a master-detail app. In the master table I have 2 rows: "Window1" and "Window2" and two detail views. I have created a storyboard segue to the two…
Woody
  • 1,210
  • 4
  • 19
  • 27
-1
votes
2 answers

iOS: SplitView show master with UIButton on detail

I've developed an app that, on iPad, has a UISplitViewController. The master view is a tableview embedded in a NavigationController. The detail is not in a NavigationController (and I do not want it to be). I've added a button to the detail that…
MSU_Bulldog
  • 3,465
  • 5
  • 34
  • 73
-1
votes
1 answer

Newbie with Spring MVC, correct usage

I'm starting with web development and Spring MVC. I currently have a good knowledge about create a simple CRUD. But now, I need to do something more advanced. I need to create a CRUD to an entity with details, like a Invoice with…
Beto Neto
  • 3,267
  • 3
  • 38
  • 70
-1
votes
2 answers

iOS iPad Master-Detail controller drill down

I am trying to create an iPad app with a master detail principle, so I am using the UISplitViewController. The issue is that I want a different behaviour for the app because sometimes the detail view goes deeper. So I want the detail view to become…
alecnash
  • 1,741
  • 1
  • 18
  • 42
-1
votes
1 answer

Assign dataset to aspxGridView

I have master detail aspxgridview. I have aspxcheckbox control and also check box column in master detail aspxgridview. On aspxcheckbox selection I want to select all rows in aspxgridview i.e master rows as well as detail rows. Previously I was…
Scor Pio
  • 37
  • 1
  • 10
-1
votes
1 answer

How do I add background gradients to a fragment.xml class

Adding background gradients is a very basic thing I am aware but I am being thrown "the Markup in the document following the root element must be well formed" I am certain I am doing something that is very obvious to many of you but if I can be…
user3173525
-1
votes
1 answer

Two functionality for left slide ios

I am building an iphone application which is a aster details app. By default, the left slide for the table cell gives the delete option. But i want to add one more option to that (Edit). Just like the latest whatsapp does. Can anyone give pointers…
bharath
  • 903
  • 4
  • 17
  • 30
-1
votes
1 answer

How to get controls on page in master detail page?

I have master page and its content page. I want to get the textboxes situated on Content page. How can I get them in C# code behind of Content page?
Red Swan
  • 13,873
  • 43
  • 146
  • 234
-1
votes
2 answers

unable to startActivity master-detail from another activity

I've an activity WelcomeActivity.java in which theres a button bContinue. In the OnClick method of the button, I tried this.. startActivity(new Intent(this, MenuItemDetailActivity.class)); //startActivity(new…
iaL
  • 376
  • 8
  • 15