Hi guys my issue: I have a table with 2 colums and if a new page appears in the left column should be displayed a text like "continue page".
What is the best way to implement it and how :)
Here a picture it should look like :
First Page:
Second Page (If the table goes over 2 Sites):
Thank you for your help guys
Related
Not sure if this is where I post but I've got a lot of answers here so I thought I'd ask I'm in the throws of modifying the product page in open cart V2.0.2.0, I'm no web designer or programmer so I need all the help I can get. Here's my problem I want to add content to the left of the main product image on the product page , now I know that in modules I can create HTML content then display it on the product page through layouts but this pushes the description tabs along to the right leaving a large gap under the left hand column, what I would like is to have a div on the left that extends down to the bottom of the main image and keeps the description over to the left.
I've tried modifying the product TPL file in various ways but to no avail. Any ideas would be gratefully received.
How I want it to look
Regards Chris
To help you better understand, opencart calls templates like this
header - column left - column middle - column right - footer
What you need to do is to add that block to the middle column, then make a few template/css adjustments. If you throw it in the column left, it'll them echo the column left, which produces the result you've shown us. Assign the block to the middle or go into the template file catalog/view/theme/(yourtemplate)/product/product.tpl and hardcode that block.
Good luck!
I want to make a list of n rows with m columns. Last column must contain a button which on clicking deletes the entire row which that button belongs to.
Click here to see my desired GUI.
I have already looked for wx.grid and didn't get any success.
My questions are
Can this be achieved by using wx.ListCtrl?. If yes then how?
Which is the best wx widget other than wx.grid to achieve this.
Any sample code or illustration will be appreciated.
Thanks
Can anyone help me with this problem.
The thing is, I have list and in which there are items. Normally we access the list items by ID and not by title.
/Lists/Issue%20Log/DispForm.aspx?ID=118&ContentTypeId=0x010001B2A64F3F5AF64BB47CC5044286787E
we got new requirement to access the list item by TITLE
/Lists/Issue%20Log/DispForm.aspx?Title=Help me to call list item by title.
By access Item with title is not working.
Can anyone pls let me know what I have to do to get the list item by Title.
I would bet that it is not possible out of the box.
You could add a filter WebPart and help them locate their Item more easily. Or
You could create a WebPart that reads the URL Query does a lookup (provided titles are unique) and redirects the page to display the desired Item.
good luck!
it is possible try it like this:
http://yourSharePoint.com/Lists/ListName/DispForm.aspx?Title=YourItemTitle
Hope it helps
I am trying to do a very simple "Research" tool in Apex.
What i did so far is
Created a textbox
Created a button with the attribute /Always submit page when enter pressed/
Wrote this query in the report page - Source - Source region
-
"select NO, TITRE_CONFER, NO_CONFCIER, NO_FILM FROM S4_CON_VRAI
where titre_confer like '%' || :px_2 || '%'"
This is pretty much a table with conferences that are either taught with a film or a person. I am looking to filter the TITLE of the conference. px_2 is my textfield.
So, if you enter any letter, it should filter with the right title.
The problem is that whenever i click GO, nothing happens. He still shows me the whole list.
The step and query i wrote are 100% functionnal.
The actual problem was that I had wrote :px_2 but it was :p2_x.
I've come across this weird issue with the Infragistics WebDataGrid control.
When the grid starts, it appears ok, headers on the header row. There are no entries, so the only row displayed below is the "add" row.
I then load data into the grid from my AJAX code-behind. It appears ok. The 3 new rows appear, the "add" row sits below. Everything clean.
I then click the delete "x" in the 2nd row (sidenote: this is a template column and is the first column in the grid, so why it appears at the end I do not know). The AJAX kicks in and the 2nd row is removed. But the grid refreshes odd. It looks like a new column has appeared on the "add" row, which has thrown the other rows and header out.
It is functionally correct, but visually a mess.
NOTE: This also happens when you add a new entry from the "add" row.
FYI - I have followed pieces of Craig Shoemaker's example, however I bind my datasource in the code-behind, amongst other changes. (http://community.infragistics.com/aspnet/articles/webdatagrid-client-side-crud.aspx).
Anyone know what causes this / how to fix it?
Chris,
I tested this and I wasn't able to reproduce this. I would recommend that if you can still reproduce this you post the issue on the Infragistics forums with the code that you are using so that we can look into it further.