3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IM-FormaDesigner クライアントサイドスクリプト一括ダウンロードツール

Last updated at Posted at 2018-11-28

forma内クライアントサイドJavaScriptを全部引っこ抜いてzipにして
ダウンロードするツールを作ってみた
https://github.com/doriburu/formaTool

概要

intra-mart Accel Platform スクリプト開発にて作成ツール

IM-FormaDesigner アプリケーションにてデザイナ上で設定するクライアントサイドJavaScriptをまとめて1つのzipファイルにする
取得対象は以下のとおり

  • 画面アイテム内スクリプト
    • スクリプトアイテム
    • ボタン(イベント)アイテム
  • アクション処理
    • 初期表示イベント カスタムスクリプト
    • アイテムイベント カスタムスクリプト
    • 明細テーブルイベント カスタムスクリプト

使い方

プロジェクトのプログラムをeBuilderで展開。もしくはresin内に直接配置する

ブラウザで下記URLに飛ぶとしばらくしてzipファイルがダウンロードされる

[intra-martベースURL]/tool/getFormaScript

例:

zipファイル内のファイル名がUTF-8エンコーディングなのでzipファイル解凍時に対応ソフトがないと文字化けするので注意

取得先はこの記事参照
https://qiita.com/doriburu/items/0a3aff6ad69f4bfeac28

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?