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.
Web ページに移動して、いくつかのオプションを選択し、それらのオプションを使用してコマンド ライン スクリプトを実行できるようにしたいと考えています。これはqooxdooで可能ですか?
もちろん、いくつか追加の部品が必要になります。たとえば、qooxdoo のフォーム要素 (qx.ui.form.*) を使用して、qooxdoo で Web ページを作成できます。次に、フォーム データを送信できるバックエンドが必要です (Node.js サーバーと同様に、古い Apache でも構いません)。バックエンドでは、サブシェルを作成してコマンドを実行し (PHP、mod_perl、mod_wsgi、...、JS などを使用)、Web フォームからオプションを追加するカスタム コードが必要です。