[[開発]]
*クイックリンク
-開発者向けサイト
[[http://www.intra-mart.jp/developer/]]
ドキュメントライブラリ
--[[http://www.intra-mart.jp/document/library/index.html]]
APIドキュメント
--[[http://www.intra-mart.jp/apidoc/iap/index.html]]
IM-Workflowのインポート・エクスポート
--[[http://www.intra-mart.jp/download/product/iap/im_workflow/im_workflow_administrator_guide/texts/apply_guide/apply_guide_5.html]]
*覚書
**チェックボックスの値が反映されない
参考: [[http://www.jquerystudy.info/reference/ajax/serializeArray.html]]
チェックボックスの値は選択されたときのみに反映される。
チェックボックスが一つだけの場合、チェックをつけてserializeArrayを実行した後、チェックを外して再び実行するとチェックをつけたままの扱いになる。
serializeArrayを実行する前に初期値を設定するなどして回避する。
**imuiButtonのiconClass
iconClassにアイコンを指定することができる。
**AutoRegisteringResourceMapper
認可リソースのルーティング設定を自動化する方法。
[[http://www.intra-mart.jp/developer/blog/entry/2013/12/004090.html]]