Skip to main content link. Accesskey S
  • Help
  • HCL Logo
  • HCL Notes and Domino Application Development wiki
  • THIS WIKI IS READ-ONLY. Individual names altered for privacy purposes.
  • HCL Forums and Blogs
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • API Documentation
Search
Community Articles > 日本語 - Japanese > XPages Extension Library Mobile Controls - 「Static Line Item」
  • Share Show Menu▼
  • Subscribe Show Menu▼

Recent articles by this author

ビデオで見る XPages Social Enabler

ノーツコンソーシアム 2012 年度ノーツソーシャルアプリ開発技術研究会 外部 SNS 連携調査結果報告の一部です。 OAuth Token Store とサンプルデータベースの設定および使用方法。 Dropbox と Twitter 連携についての詳細

ビデオで見る XPages Extension Library のインストール方法

ノーツコンソーシアム 2012 年度ノーツソーシャルアプリ開発技術研究会 外部 SNS 連携調査結果報告の一部です。

XPages Extension Library Mobile Controls - 「Tab Bar Button」

この記事では、XPages Extension Library Mobile Controls から Tab Bar Button コントロールを解説します。

XPages Extension Library Mobile Controls - 「Tab Bar」

この記事では、XPages Extension Library Mobile Controls から Tab Bar コントロールを解説します。

XPages Extension Library Mobile Controls - 「Mobile Switch」

この記事では、XPages Extension Library Mobile Controls から Mobile Switch コントロールを解説します。
Community articleXPages Extension Library Mobile Controls - 「Static Line Item」
Added by ~Judy Desluader | Edited by ~Judy Desluader on October 9, 2012 | Version 2
  • Actions Show Menu▼
expanded Abstract
collapsed Abstract
この記事では、XPages Extension Library Mobile Controls から Static Line Item コントロールを解説します。
Tags: Extension Library, Extension Library controls, XPages Extension Library Japan Project
ShowTable of Contents
HideTable of Contents
  • 1 Static Line Item コントロールの概説
  • 2 生成されるタグ
  • 3 Static Line Item のプロパティ

Static Line Item コントロールの概説

このコントロールは、現在のページから次のページへ移るためのリンクをもった内容を表示する Dojo のコントロールです。名前が示すとおり、静的な内容(文字列)のリストアイテムとして主に使用されます。

生成されるタグ

このコントロールのタグは xe:djxmLineItem です。

<?xml version="1.0" encoding="UTF-8"?>

	<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex">

	    <xe:singlePageApp id="singlePageApp1"

	        selectedPageName="home">

	        <xe:appPage id="appPage1" pageName="home">

	            <xe:djxmHeading id="djxmHeading1" label="Home" />

	            <xe:djxmLineItem id="djxmLineItem1" label="All Documents"

	                moveTo="#alldoc">

	            </xe:djxmLineItem>

	        </xe:appPage>

	        <xe:appPage id="appPage2" pageName="alldoc">

	            <xe:djxmHeading id="djxmHeading2" label="All Documents">

	            </xe:djxmHeading>

	        </xe:appPage>

	    </xe:singlePageApp>

	</xp:view>

	

Static Line Item のプロパティ

カテゴリ プロパティ 説明
基本 icon リストアイテムの左側に表示するアイコン(イメージ)を指定できます。指定はURL。空欄の場合は、表示せず
  label リストアイテムに表示するテキストを指定
  moveTo

次のモバイルページが同一 XPage にある場合、 pageName プロパティを指定。ページがハッシュ(#)を前につけてページ名を指定。上記コード参照。

他の XPage に移る場合は URL を指定

  rightText リストアイテムの右側に表示させたいテキストを指定
  transition

次のページ遷移におけるトランジションのエフェクト。デフォルトはslide。その他のオプションとして fade, flip, none を指定可

 


  • Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (2)
collapsed Versions (2)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (2)Oct 9, 2012, 4:57:19 AM~Judy Desluader  
1Oct 9, 2012, 4:54:19 AM~Rebecca Fezresaster  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedAbout
  • HCL Software
  • HCL Digital Solutions community
  • HCL Software support
  • BlogsDigital Solutions blog
  • Community LinkHCL Software forums and blogs
  • About HCL
  • Privacy
  • Accessibility