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.
HTMLを使ってスポットファイアでドロップダウンリストを作りたいです。選択した選択に基づいて、カスタム div を表示したいと思います。それを実装する方法?? 誰でもironpythonスクリプトを手伝ってもらえますか
プロパティ コントロールによってアクティブ化されるスクリプトを作成する必要があります。プロパティ コントロールは、ビジュアライゼーション内の別のテキスト ボックスを動的に変更します。使用するコードは次のようになります。
from Spotfire.Dxp.Application.Visuals import HtmlTextArea outputVis = output.As[HtmlTextArea]() outputVis.HtmlContent = "<p>"