Questions tagged [multipage]

A container for a collection of Page objects. It is a control in VBA to facilitate categorising a large volume of information.

Microsoft support page a container for a collection of Page objects. It is a control in VBA to facilitate categorizing a large volume of information.

282 questions
0
votes
1 answer

how to reach items in pageview which adds to multipage dynamicly?

I'am using radMultipage. If I add the radpageviews at aspx like that
neverwinter
  • 810
  • 2
  • 15
  • 42
0
votes
1 answer

scrapy plus selenium to process dynamic multipage --can't continue clicking

I am using Scrapy plus selenium to scrapy data from dynamic pages.here is my spider code: class asbaiduSpider(CrawlSpider): name = 'apps_v3' start_urls = ["http://as.baidu.com/a/software?f=software_1012_1"] rules =…
talisa
  • 3
  • 2
0
votes
3 answers

jquery mobile multipage doesn't work, but works after refreshing

I'm using jquery mobile 1.3.2 and have a multipage html as follows:
Tao
  • 970
  • 1
  • 12
  • 21
0
votes
1 answer

How can I load CSS and JS files when a page is accessed when using Jquery Multi-page layout?

I'm using a multi-page layout for my phonegap application. There are many libraries and I'd like to load them when the logical pages are accessed. Is there an easy way to do this and will it improve performance by keeping the DOM memory…
user2400026
0
votes
1 answer

javascript not working in phonegap while navigating pages

I am making one application for android with jquery mobile and phonegap which contains 10 different html pages. All the pages works fine in browser . But java script is not working while navigating to some pages in following way . index >> page 1…
sandyJoshi
  • 733
  • 9
  • 20
0
votes
1 answer

Query on Radtabstrip an radmultipage

I have use Radtapstrip with six tabs. i have mandatory fields on first tab with validation. if i click button with first tab validation is working fine.when i click 2,3,4,5 and 6th tab validation does not working. i need render to first tab if i…
Kesavan M
  • 19
  • 6
0
votes
1 answer

MultiPageEditor: How to display treeviewer

I'M developing for the first time a MultiPageEditor, where one page should display a checkboxTreeViewer, but I don't get it to work. Also the other Page with an example label don't work. Am I doing something completly wrong? Here is my code so…
ph09
  • 1,052
  • 2
  • 20
  • 31
0
votes
1 answer

How to refresh Radio button on multipage jquerymobile

Is there any example on refreshing the radio-buttons value, that exist on one page and their value is changed from other page. I have tried the following but its not working. [ using phonegap+jquerymobile+HTML5 ] The following is the jquerymobile…
0
votes
1 answer

unable to use hidden field with sql statement

I am working on a "forgotten username" system I'm using two forms in two different pages so the code goes as follows:- recover_page.php:
Please Enter your email…
Mohammad99
  • 47
  • 2
  • 2
  • 11
0
votes
1 answer

Turn large blocks of user submitted text into a 2 column, multi-page online book with php?

I think I am trying to accomplish the impossible. What I am trying to create is a way for users to submit "stories" or journal entries. They will have full control over the length of the entry and it's paragraphs. My issue: I am trying to take the…
Damien
  • 157
  • 5
  • 12
0
votes
1 answer

Multipage PDF to TIFF result in wide pages with empty space

I have a multipage PDF file (which seems to have been created by Illustrator CS3 using Adobe PDF Library 8.0), which I want to convert to TIFF G3 using ImageMagick 6.8.6. Here is the result of the conversion convert a1.pdf a1.tif (I painted it red…
0
votes
1 answer

PHP/HTML Form data multipage info transferring, image info

I've created a photo competition where when users see themselves in a photo they click the (I'm in this photo) callout. This pops up a form for them to fill in. I've had no problems collecting the data from the form and saving it to a database. My…
Cathal
  • 1
  • 1
0
votes
2 answers

Multipage Control in ASP.net MVC

I am working with asp.net mvc framework. In my application I want to have a master page and multiple child pages. All the child pages should load if any one page gets loaded. Say i have 4 child pages i want to have link 1 2 3 .. in the master…
Nagendra Baliga
  • 345
  • 1
  • 5
  • 15
0
votes
1 answer

jQuery Mobile: Getting "Type Error" while using changePage method

I'm using jQuery mobile multipage template and I wanna open the second page programmatically. Here's my sample html:
Majid Abarghooei
  • 663
  • 7
  • 21
0
votes
1 answer

graphicsmagick burst multi page tiff into 2 page tiff's

I have a tiff file with several hundred pages in it. My goal is to break it into many files each containing two pages. i.e. every two pages save a new file. It is basically a stack of single sheet documents scanned front and back. I'm working on…
David P
  • 411
  • 7
  • 21