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.
SDL Tridionリボンツールバーにボタンを作成するには、チェックイン、チェックアウト、チェックアウトの取り消しなどの既存のコントロールの拡張機能関連情報(構成ファイル、jsファイルなど)を見つけて、次のように使用できます。参照?
現在、確認できる実行中のシステムはありませんが、System.Config から「追跡をたどる」ことでこの情報を見つけることができると思います。独自の拡張機能と同様に、Tridion CME はそのコマンドをそこに登録する必要があり、js、css、config などへのリンクがあります。
Hopefully simple java question I've just forgotten or never understood. I've been playing with Loaders in Android 4.0. The program is working as was but now I'm looking to the 'next' part. I wan