Tutorial by Topics: page

ViewPager is a Layout manager that allows the user to flip left and right through pages of data. It is most often used in conjunction with Fragment, which is a convenient way to supply and manage the lifecycle of each page. One important thing to note about ViewPager usage is that there are tw...
XPages is a web Framework for IBM Notes platform. It was introduced in Lotus Domino 8.5 (has to be verified). It is based on JSF (JavaServer Faces) with a lot of useful extensions to represent and manipulate IBM Notes data. IBM offers a tutorial for XPages: https://www-10.lotus.com/ldd/ddwiki.ns...
ParameterDetaillimitThe parameter of the C# method. You supply the argument via the Page Method.onSuccessThe JavaScript function that is executed when the Page Method call is successful.onErrorThe JavaScript function that is executed when there is an error in the Page Method call. More than one...
\title{<title>}, \author{<author>} and \date{<date} internally store the content. \maketitle produces a standard title page with the previously defined values.
UIPageViewController provides users the ability to easily transition between several views by using a swipe gesture. In order to create a UIPageViewController, you must implement the UIPageViewControllerDataSource methods. These include methods to return both the UIPageViewController before and afte...
A significant role in automating web sites and web applications involves identifying items on the screen and interacting with them. Items are found in Selenium through the use of locators and the By class. These locators and interactions are put inside Page Objects as a best practice to avoid duplic...
In iText 5, we introduced the concept of page events to allow developers to add specific behavior when a document is opened, when a new page is opened, when a page ends, and when a document is closed. In the documentation, we made it very clear that it was forbidden to add content in the onStartP...
object ExecuteAsyncScript(string script, params object[] args); object ExecuteScript(string script, params object[] args);

Page 1 of 2