ホーム > concrete5 > Tabs
 
<< 1 2 3 4 5 6 7 8 9 10 >> 
 
<=前のページ「 テーマ」 
 
=>次のページ「「前に」「次へ」のナビゲーション」 
 

ページリストでリストアップされるページの

タイトルをTab

説明をTabを切り替えた時の表示内容

Tabに表示されている 「詳細>>」を押すとそれぞれのページに飛ぶ

という動作をします。

 


List of pages that are listed on page

Tab titles

Tab descriptions when switching the display contents

Tab is shown in the "more>>" go to each page and press the

Behaves.
 
more>>

Filename: /blocks/page_list/templates/Tabs.php

<?php
defined('C5_EXECUTE') or die(_("Access Denied."));
$textHelper = Loader::helper("text");
if (count($cArray) > 0) {
	$u = new User();
	if(!$u->isSuperUser()){
 		?>
		<link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />
		<script type="text/javascript" src="http://jqueryui.com/latest/jquery-1.3.2.js"></script>
		<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script>
		<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.tabs.js"></script>
		<script type="text/javascript">
			$(document).ready(function(){
				$("#tabs").tabs();
			});
		</script>
		<?php
 	}
	?>
	<div class="ccm-page-list" id="tabs">
		<ul>
			<?php
			for ($i = 0; $i < count($cArray); $i++ ) {
				$cobj = $cArray[$i];
				?>
				<li><a href="#fragment-<?php echo $i;?>"><span><?php echo $cobj->getCollectionName(); ?></span></a></li>
				<?php
			}
			?>
	    	</ul>

		<?php
		for ($i = 0; $i < count($cArray); $i++ ) {
			$cobj = $cArray[$i];
			$title = $cobj->getCollectionName();
			?>
			<div class="ccm-page-list-description"  id="fragment-<?php echo $i;?>">
				<?php
				if(!$controller->truncateSummaries){
					echo $cobj->getCollectionDescription();
				}else{
					echo $textHelper->shorten($cobj->getCollectionDescription(),$controller->truncateChars);
				}
				?>
				<div style="clear: both;">&nbsp;</div>
				<a href="<?php echo $nh->getLinkToCollection($cobj)?>">More>></a>
			</div>
			<?php
		}
		?>
	</div>
<?php
}
?>
 
more>>

concrete5最新ニュース

2012年04月19日
concrete5 のファイルマネージャーと連携していた Flash の画像編集サービス「Picnik」が2012年4月19日をもってサービス終了します。concrete5 からも使えなくなるとのことです。ユーザー様のご意見を募集します。...
2012年02月14日
concrete5について全4回のワークショップ形式で学べる有料セミナーのご紹介です。...
2012年02月12日
開催日時:2012/2/12 14:00 〜 17:00 参加費:無料 場所:Joe's ビジネスセンター 梅田 大会議室 ...
2012年02月02日
「concrete5 をもっと身近に」「concrete5 以外のWEB関連トークも」をコンセプトに、あんまり準備しないで、Ustreamで集まって concrete5 を語り合ったり作業をしたりする気軽な番組です。...
 
more>>

Usage

ページリストでリストアップされるページの

タイトルをTab

説明をTabを切り替えた時の表示内容

Tabに表示されている 「詳細>>」を押すとそれぞれのページに飛ぶ

という動作をします。

 


List of pages that are listed on page

Tab titles

Tab descriptions when switching the display contents

Tab is shown in the "more>>" go to each page and press the

Behaves.
 
more>>

src

Filename: /blocks/page_list/templates/Tabs.php

<?php
defined('C5_EXECUTE') or die(_("Access Denied."));
$textHelper = Loader::helper("text");
if (count($cArray) > 0) {
	$u = new User();
	if(!$u->isSuperUser()){
 		?>
		<link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />
		<script type="text/javascript" src="http://jqueryui.com/latest/jquery-1.3.2.js"></script>
		<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script>
		<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.tabs.js"></script>
		<script type="text/javascript">
			$(document).ready(function(){
				$("#tabs").tabs();
			});
		</script>
		<?php
 	}
	?>
	<div class="ccm-page-list" id="tabs">
		<ul>
			<?php
			for ($i = 0; $i < count($cArray); $i++ ) {
				$cobj = $cArray[$i];
				?>
				<li><a href="#fragment-<?php echo $i;?>"><span><?php echo $cobj->getCollectionName(); ?></span></a></li>
				<?php
			}
			?>
	    	</ul>

		<?php
		for ($i = 0; $i < count($cArray); $i++ ) {
			$cobj = $cArray[$i];
			$title = $cobj->getCollectionName();
			?>
			<div class="ccm-page-list-description"  id="fragment-<?php echo $i;?>">
				<?php
				if(!$controller->truncateSummaries){
					echo $cobj->getCollectionDescription();
				}else{
					echo $textHelper->shorten($cobj->getCollectionDescription(),$controller->truncateChars);
				}
				?>
				<div style="clear: both;">&nbsp;</div>
				<a href="<?php echo $nh->getLinkToCollection($cobj)?>">More>></a>
			</div>
			<?php
		}
		?>
	</div>
<?php
}
?>
 
more>>

tab-3

concrete5最新ニュース

2012年04月19日
concrete5 のファイルマネージャーと連携していた Flash の画像編集サービス「Picnik」が2012年4月19日をもってサービス終了します。concrete5 からも使えなくなるとのことです。ユーザー様のご意見を募集します。...
2012年02月14日
concrete5について全4回のワークショップ形式で学べる有料セミナーのご紹介です。...
2012年02月12日
開催日時:2012/2/12 14:00 〜 17:00 参加費:無料 場所:Joe's ビジネスセンター 梅田 大会議室 ...
2012年02月02日
「concrete5 をもっと身近に」「concrete5 以外のWEB関連トークも」をコンセプトに、あんまり準備しないで、Ustreamで集まって concrete5 を語り合ったり作業をしたりする気軽な番組です。...
 
more>>