relationship
Tells jQuery mobile how it should load and display the target page. Possible values and their effects are:
None |
The page content is loaded using Ajax and replaces the current page content. The page is added to the browser history. |
Back |
Clicking the link or button navigates to the previous page in the browser history (the same as clicking the back button in the browser). This option with cause any URL or Webroutine settings on the weblet to be ignored. |
Dialog |
The page content is loaded using Ajax and it displayed in a dialog window. It is not added to the browser history. |
External |
The entire page is loaded (that is, Ajax is not used) and added to the browser history. This has the same effect as setting useAjax to false but has a different semantic meaning, This setting should be used for links to another site of domain. |
Note: For security reasons, links to another site will not use Ajax regardless of this setting.
Default value
None.
Valid values
None, Back, Dialog, External.