Webapp - List - Detail View

Hi All
I am needing some help again. I have created a webapp for my website and I am having a bit of difficulty with the list view nd detail view.
http://www.121systems.com/client-testimonials At the moment the view which is visible here is in list view, but the images are still clickable, is it possible to disable the Detail View for this particular web app and make the images in the list non clickable?
Would appreciate your help on this.
Kind Regards
Asad Ali

Hi Liam,
I get what you mean, the field is a item in the webapp which I am using the image field for. How would I use the tag?
{tag_company name}
{tag_company logo} The how I am using it at the moment
(lets say for example the path for the image is testimonial/image1.jpg)
How would I use this?

Similar Messages

  • Link to remove Product from Cart in Product list/detail views

    I'm wondering if it would be possible to construct a link/button to remove a product from the cart (assuming it's in the cart) from within the product list or detail views.
    Much like the 'remove' link on the shopping cart page.
    Anyone done this or have any ideas as to how it might be done?

    I was messing around with it and figured it out.
    I changed the onclick value ...false to ...true.
    Apparently this allows the href value to be used after the onclick function has run. Here's the jquery i used to make the change.
    $(linkA).attr('onclick',$(linkA).attr('onclick').replace('false','true'));
    I hope this helps someone else.

  • Webapps.  How can I create a link to a page instead of showing the details-view

    I want my client to define what page a webapp shall point to in list-view, instead of showing the  details view, but I cant figure out how.  I have tried this, but it seams that tags don't work inside links:
    <a href="{tag_my_custom_link}">{tag_name}</a>
    .. does any one know how to do this?

    The problem is the format of your tag.  If your field name in the web app is "My Custom Link" then your tag is {tag_My Custom Link} (note the spaces).
    Cedric is right though, make sure the field is a textfield and not a hyperlink field in your web app.  If you use BC's new "Develop" tab up top you can navigate to your web app detail layout in /Layouts/Web Apps/<yourwebapp> and find "list.html".  Then, you can use the toolbox on the right (click the data tab) to insert tags without having to guess.  You can choose your custom field and insert the tag.

  • Add hyperlink on the field txt in Search Result List to access Detail View

    Hi, SDN fellows.
    I have a PCUI requirement stated the following:
    1) In the line item of the Search Result List (table), there is one hyperlink in field 1.
    2) When click on the hyperlink, it will trigger the action to open up Detail View (Object Data Pattern 1 - ODP1) of the line item.
    3) Problem: When the value of the field is null, there will be no hyperlink to open up the Detail View.
    4) For work around, my requirement is to make the other fields (i.e. field 2) to have a hyperlink to trigger the action for opening the Detail View of the line item.
    I am not strong in PCUI. Please advise how to do so, while I am exploring the guide in the PCUI Book.
    Thanks,
    Kent

    Hello Kent,
    check out the settings of the Field Group element where the link is already active. Copy that settings to the Field which you want to be linked too.
    Regards
    Gregor

  • Order list not linking through to detail view

    Hi all, I'm creating an order list in a secure zone, each order needs to link to the invoice of that order (the detail view). I have read:
    http://forums.adobe.com/message/4348407#4348407
    and
    http://kb.worldsecuresystems.com/838/cpsid_83807.html?bc-partner#main_Displaying_Order_His tory
    but cant seem to link from the order list to the detail view.
    My list template is:
    <li>
    <span class="col1">{tag_invoicedate}</span>
    <span class="col2">{tag_invoicenumber}</span>
    <span class="col3">{tag_invoicetotal}</span>
    <span class="col4">{tag_status}</span>
    </li>
    Are any of these tags meant to link to the detail view? I have looked for further tags which link to the detail view but cant find any.
    Thanks for your reply in advance.
    Karl

    Yea, best is to wrap {tag_productimage} in a div with a class, i.e. <div class="order-image">{tag_productimage}</div> and "shrink" it with css:
    .order-image {
         width:80px;
         height:80px;
    .order-image img {
         width:100%;
    You can not define a template for the detail view (I wish...), it is using the default template.
    Nicole - BCGurus.com   |  http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Change view order of characteristics in list and details view

    Hello everybody
    I made some changes in the view order of most standard and own characteristics. Unfortunately the characteristic position changes I made are only partly applied!
    Example:
    Position   Characteristic              real pos. in list view
    1          /CCM/PRODUCT_ID             2
    2          /CCM/SHORT_DESCRIPTION      1
    3          /CCM/ORDER_UNIT             3
    4          ZZUMREF_AUSME_MEINS         8
    5          /CCM/BASE_UOM               4
    6          /CCM/PRICE                  6
    7          /CCM/PRICE_BASIS_QUANTITY   7
    8          ZZNFMAT_KZ                  not shown!
    9          ZZNON_AML_AM                5
    10         ZZLIM                       not shown!
    Why characteristics are not shown as a column in the list view is clear to me. This is the case when no catalog items have a value in those characteristics.
    Did anyone else out there observe similar behaviour and hopefully knows the solution to it?
    Kind regards,
    Renaud

    Just for the records...
    The system obeys to a changed character view order of own defined characteristics only if your own defined characteristics are not specified on catalog but on schema level!
    We had specified our own defined characteristics on both levels at the same time... this disturbed the system and was the reason for the disorder in list and details view.
    After correcting it all is fine again.
    Hope this helps someone in future.
    Kind regards,
    Renaud

  • Work around for SVG's in detail view?

    Using an SVG in a custom field within a web app. The file displays correctly in the list view, but converts to a linked .svg file in the detail view. Any ideas on how to work around this?

    Thanks for your reply Liam! I am playing with Liquid and trying to build my first webapp using it. The tag name has a space in it so I am using:
    {{this.["logo white"]}}/* links to an svg */ 
    Adding "_path" right after "white", after the "]", or any of the "}" is not generating anything. I did how ever get this to work:
    <pre><img src="{tag_logo white_value}" /></pre>
    I would really like to learn to do it with Liquid though, is there something I am missing? Thanks for your help!
    I also got this to work after removing the space from the field name:
    <pre><img src="{{logo_value}}" /></pre>

  • Detail view with bind variable. TreeTable not showing all detail result.

    I’m having trouble with treeTable using detail view with bind variables and where clause defined in VO definition.
    Both, master and detail view objects, base on the same entity and have the same condition in where clause. The view objects also have bind variables, which are set in prepareRowSetForQuery() method.
    Again, these are two different views, that get different result, based on value of one of the bind variable.
    When I show results in two different tables on jsf page, where master table has "RowSelection" set on "single", all results are displayed in detail table.
    But when I use treeTable, only the first result of the detail is shown.

    I tested it in applicationModule and it works, but i think that's the same as two tables on a jsf page.
    This is the order in which overridden methods are called in ADF BC or two tables on jsf page
    when clicking on row in master table.
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;  -> print of the object2[] parameter in executeQueryForCollection
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313 -> viewLink parameter value
    getEstimatedRowCount_Detail
    count: 2
    getEstimatedRowCount_Detail
    count: 2 And when i click on "expand node" in tree table:
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQuery_Detail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035313
    PrepareRowSetForQueryDetail
    executeQueryForCollection_Detail user param: 2
       Object 2: class [Ljava.lang.Object;
         List 0: Bind_ChildId -> viewLink parameter
         List 1: 400035321
    getEstimatedRowCount_Root
    count: 2
    getEstimatedRowCount_Root
    count: 2Values of user parameters are OK. Is there another method that i should override?
    I also noticed, that if detail view doesn't have user bind variables, the tree works fine and is shown even in ADF BC (aplication module).
    I guess we loose a tree, when using bind variables in detail view object.
    Is there a way around it?

  • Bug in details view: index columns not shown correctly, stops at 4th column

    I do have two indices on a table which are shown in the details view. In the column 'columns' only the first 4 columns are shown that belong to the index.
    If I choose an index in another detail view, all columns are shown correctly.
    Where to report this bug?

    I just realized this was an issue today.
    Once one knows that only 4 columns are shown in the summary and that you have to click on the index name for any index that shows 4 columns to see if there are more, well that extra click is pretty simple and not a big deal.
    The problem is BEFORE one knows of this. For weeks, when reviewing some indexes created by others, I was under the wrong impression about some indexes because I thought they only had the 4 columns shown. I didn't know at that time that I had to select the index and look at the detail section.
    It wasn't until I just happened to click on one of them and saw more columns listed that I realized there was a bug. And yes, as far as I'm concerned, this is a bug not a feature.
    At an absolute minimum, there should be something done so users know they have to look at the details. Perhaps the heading could be changed to "Columns (up to 4)" or the ellipsis or (more) could be added as someone else suggested. Even just an additional comma would help. I can't imagine why it was written to stop at 4 anyway - why does that make any sense?
    This is the first time I've come to this forum so I'm not sure how to request an enhancement. I'll read a few other threads and see if I can tell.

  • Highlighting a List Tile view by default

    Hi Experts,
    I have a screen with list tile view having list of objects. When I navigate to that screen I want that the first object on the list be selected by default.
    I created a style for the selected row but each time I have to click on the first element to get it highlighted.
    Is there a way to get the first element in the list highlighted without clicking on the list?
    Can this be accomplished by List view or any other element in agentry? 
    I am using Agentry version 6.1.4.1004  and SMP 2.3.
    Thanks in advance !!
    Regards
    Amitoj Singh

    Hi Amitoj,
    For this you can use List Selection Step in Action
    1)Go to Action which navigates to this list tile view screen.
    After navigation step just add List Selection Step in action stpes as shown below.
    2)Configure Its Details as shown below.
    Also you may write a rule to select a particular tile from that list tile view instead of SelectRows->First Row.
    Hope this helps,
    Regards,
    AK

  • List Tile View not working with include rule on iOS?

    hi Expert,
    I used the List Tile View with include rule in Agentry 6.0 on WinCE before to generate "selected" object list upon different conditions, e.g., assigning tasks based on scenarios.
    Currently, I am experimenting the same function on iOS tablet.
    On the start screen which is a detailed screen for main object, there is a List Tile View and an include rule. However, the objects in the tile list are not updated correctly when the output of the rule changes. Note that the same include rule works perfectly with a List View for the same collection.
    To my observation, the problem seems to associated with "update" of the tiles when result of include rule changes. For example, in scenario 1, there are 5 objects in the list; switching to scenario 2, there are 10 objects. From the No.6 to No.10, the objects are correct. The No.1 to No.5 are still the original 5 objects for scenario 1.
    When the user clicks on tiles, it makes the situation worse. Normally, a single object's tile will always be shown in the selected tile regardless which tile is selected from the list.
    My development environment is 6.0.40 and the client is 6.0.40 on iPad (iOS 7.1). I would like to know whether this is a known issue before I provide more details.
    Thanks.
    -Yang

    hi experts,
    When I asked the question on this list tile view refreshing issue, my dev environment is Agentry 6.0.38.
    In Agentry 6.0.40.1's release note, there is a fixed
    AG-25821  iOS 7 refresh issue with iPad tile list
    However, I currently have Agentry 6.0.42.1 on iPad (iOS 7.1.2). And my editor/server is 6.0.42.0. I still have the list tile view refreshing issue. The same rule can be used on list without any problem. But the list tile still has trouble on display the right set of objects.
    My question is is that fix related to the problem I saw?
    Thx.
    -Yang

  • How to save the detail view of a task in a database?

    Hi experts,
    I need to save the detail view which we get after selecting the work item in the table list in UWL. Can anyone provide me the solution for it step by step as I have no prior knowledge of portal.
    Thanks,
    Amit.
    PS: Points will be rewarded.
    Edited by: amit sinha on Jun 4, 2008 5:41 PM

    Hello,
    take a look on the below example :
    --Initialize data
    Create table #tmp (id int,name varchar(50),marks int)
    Insert into #tmp values (1,'a' ,3)
    Insert into #tmp values (2,'b',5)
    --Decalare variable
    Declare @maxid int, @minMarks int
    --Take data from table
    Select @maxid=max(id),@minMarks= min (marks) from #tmp
    --Select data storead in variables
    Select @maxid,@minMarks
    Drop table #tmp
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • Disable row highlighting in details view in file explorer

    Cannot extract files from archive to existing folder using drag and drop operation.
    screenshot here http ://imgur. com/lmERkkw (it doesn't let me attach images or links until "verify my account", but no such option I am offered)
    or a simply file drag and drop copy http ://imgur .com/CHgmu5R
    In file explorer navigate to a folder containing enough files that there is no space between the last file and the bottom window edge.
    In another file explorer window, open a ZIP archive with explorer.
    Select all files and try to drag and drop these files over the first window. An operation that you would routinely perform and expect no issues, you might say.
    This however will fail because sometime after XP a "brilliant" mind at Microsoft decided that 1) items in details view should be highlighted when the mouse is over and 2) not being satisfied with the damage (1) is doing, the entire row is highlighted
    when the mouse is over, so when a drag and drop operation comes to this target, it is not interpreted as a drop to empty space but a drop to a target file.
    In XP, if I really wanted to drop an object into a file, I would EXPLICITELY drop it onto the FILENAME. If I wanted to drop into the containing/displayed folder, I would just drop it into an empty space.
    But in recent windows, this has changed and there is no space left to drop the drag-and-drop operation.
    I am ***baffled*** at me as a small user having to sum all this up. Don't windows developers use windows themselves??!?!?!?!
    I read on the net that for windows 7 there was a workaround for this called "folder options X". it seems that it does not work in win10.
    If someone cares to collect this feedback and send it to developers, this is just ONE of MANY features slashed from XP file explorer and XP desktop and XP taskbar and XP start menu (everything being offered by explorer.exe). Find a whole list here:
    http :// xpwasmyidea.blogspot .com
    Left tree folder jumping bug is back. Single-click expanding in left panel folder tree only worked in XP. etc....

    thank you Raafje.
    It works well!
    But I have still an issue with colored content of table cells. Some cells in my report contains HTML-colored content(a kind of intra-cell progress bar). Any hover color (I tried same color row and background-color:transparent) overwrite the color of cell's content and it looks no so nice. Each cell may have different colors so I can not define one standard for hover for all cases.
    Is there a way to deactivate this hover completely?
    Thank you!

  • File Dialog (Details View and Multiple Selections for View File Type)

    I would like to use the generic windows dialog box found in the toolbar under:
    File I/O/Advanced File Functions/File Dialog
    What I would like to do is have multiple selections for the file type, for example one menu selection is *.txt, another is *.rtf, another is *.csv, etc. Listing a single type is straightforward.
    Also does anyone know if there is a way to have the dialog open in the DETAILS view automatically?
    Thanks for any help!
    Carlton

    Hi,
    You can do it in following ways:
    1. Write in pattern input the string "*.txt; *.csv; *.rtf". This will show to the user only files with this extensions in the dialog.
    2. Another way is to create ring or menu where user could specify the extension. Depending on this extension you could wire the appropriate string to the pattern input of "File Dialog.vi"
    I have made an example.
    Good luck.
    Oleg Chutko.
    Attachments:
    fileopen.vi ‏42 KB

  • Next/previous button into detail view???

    Hi all,
    I have a tableview and it feeds the plist data into a detail view.... I would like to have two buttons in the detail view, one to move forward through the array from the last tableview and one to move backwards through the array. The data would be displayed in the detail view.
    here is the kind of plist I have....
    <array>
    <dict>
    <key>name</key>
    <string>Category A</string>
    <key>ItemChild</key>
    <array>
    <string>aaaa</string>
    <string>bbbb</string>
    <string>cccc</string>
    <string>dddd</string>
    </array>
    </dict>
    <dict>
    <key>name</key>
    <string>Category B</string>
    <key>ItemChild</key>
    <array>
    <string>aaaa</string>
    <string>bbbb</string>
    <string>cccc</string>
    <string>dddd</string>
    </array>
    </dict>
    <dict>
    <key>name</key>
    <string>Category C</string>
    <key>ItemChild</key>
    <array>
    <string>aaaa</string>
    <string>bbbb</string>
    <string>cccc</string>
    <string>dddd</string>
    </array>
    </dict>
    </array>
    </plist>
    To try to pass the array and position in array through to the detail view I have put this code into my second view controller....
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    NSString *myLabel = [self.dataList1 objectAtIndex:indexPath.row];
    FinalViewController *dvController = [[FinalViewController alloc] initWithNibName:@"FinalViewController" bundle:nil];
    dvController.myLabel = myLabel;
    dvController.title = [self.dataList1 objectAtIndex:indexPath.row];
    dvController.currentRow = indexPath.row;
    dvController.dataList1 = self.dataList1;
    [self.navigationController pushViewController:dvController animated:YES];
    [dvController release];
    dvController = nil;
    in my detail view.h I have added
    NSArray *dataList1;
    int currentRow;
    @property (nonatomic, retain) NSArray *dataList1;
    @property (nonatomic, assign) int currentRow;
    -(IBAction) getNext;
    and in my detail view.m I have put...
    - (IBAction) getNext{
    if (self.currentRow>=0) {
    currentRow = currentRow-1;
    NSString *data1 = [dataList1 objectAtIndex:currentRow];
    theLabel.text = data1;
    however the second view controller doesn't seem to be passing the array or the position in the array through??? However I am kind of new to this and not to sure how to pass that information through.???
    any help would be great,
    thanks

    Hi,
    According to your post, my understanding is that you wanted to use the next and previous control in announcements list webpart.
    You can refer to the following thread, Ashish Patel had written a details explanation about it.
    http://sharepoint.stackexchange.com/questions/25680/announcements-webpart-customization
    what’s more, we can use the JQuery to query the announcement list, then built a html structure to work with some plugins such as the following.
    http://jquery.malsup.com/cycle/int2.html
    http://www.gmarwaha.com/jquery/jcarousellite/#demo
    Thanks & Regards,
    Jason 
    Jason Guo
    TechNet Community Support

Maybe you are looking for

  • Creative Cloud Student, can I use one membership on my laptop and desktop (two machines)?

    Hi, I currently have a macbook and am subscribed to creative cloud (student). I am looking at buying a second machine (desktop) and want to know if I can use CC on two machines under my one membership? Obviously I am a single user and will not be usi

  • 10.6.8 freezes periodically on MBP 3,1

    Dear all, I am hoping someone could shed some light on an issue that I've been having for the past two days... To start, this is my system spec: -MacBook Pro 3,1 - 2,2GHz C2D, 4GB RAM (upgraded 3 months ago), 64GB SSD (Crucial M4 - upgraded 1+ year a

  • WBS elements deletion

    I deleted some of the WBS elements a week ago. Now I still see them under the search list, Is it because they are marked for deletion and not deleted actually, If yes what should I do to remove them. Please reply.

  • Errors in emoms.log

    Hi everybody, Im having some problems with the service emctl dbconsole of my database (11.1.0.6.0 on REHL 5). Don't know why it stops usually, and i check emoms.log and see the next error: 2011-06-20 12:02:34,915 [NotificationMgrThread] ERROR em.noti

  • Uninstalling Lightroom 5 Preference Files on Mac

    Greetings Community. I think this is my first time posting here. Having recently come over from Aperture, I am relatively new to Lightroom (should have been w Lightroom a long time ago!). My machines are macs, all running the latest OS. I upgraded to