Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
数値フィールドに数値を入力する際にテーブルの行数を増やすために、Adobe Livecycle Designer のクライアント側 JavaScript コードを誰かに提供してください。
JavaScript では次のようになります。
for (var i=0; i<NumberFieldName.rawValue; i++) { TableName._RowName.addInstance(0); }