0

カスタム スクリプト アダプタ テンプレートから:

# Find our target folder from the context. The ID of
# our target folder is "submissions"
target = context.submissions

サイトの上部にある送信フォルダーにオブジェクトを作成する構文は何ですか?

すなわち。http://mysite/submissions/

4

1 に答える 1

2

ポータル ルートを取得します。

portal_root = context.portal_url.getPortalObject()
target = portal_root.submissions
于 2013-03-29T21:21:30.923 に答える