Bookmarklet

SC-AddRows v1.1

Note: This feature was included in the maintenance release of SiteCatalyst on 2010-11-04. この機能は2010年11月のメンテナンスで採用されました。

How to Install

1. Create a dummy bookmark. 適当なブックマークを作る。

2. Right-click the bookmark and change its URL as follows. ブックマークのURLの部分を下記に変更する。

javascript:(function(){var m=window.prompt('How many?','10');var n=0;while(n<m){if(typeof displayNextAvailableRow=='function')displayNextAvailableRow();else addNew();n++}})()

How to Use

1. Go to SiteCatalyst Report Suite Manager. 管理者ユーザでログインし、変数の設定画面を開く。

2. Click the bookmarklet.  作ったブックマークをクリックする。

3. Specify the number of rows you want to add.  ダイアログで増やしたい行数を入力する。

4. Rows are added.  入力した分だけ行が増える。

Version History