Actions

Translations

New Template System in LS3.x/112/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 3: Line 3:
https://www.yiiframework.com/wiki/148/understanding-assets
https://www.yiiframework.com/wiki/148/understanding-assets
Yiiのパッケージについて:
Yiiのパッケージについて:
http://www.yiiframework.com/doc/api/1.1 / CClientScript#packages-detail
http://www.yiiframework.com/doc/api/1.1 / CClientScript#packages-detail

Latest revision as of 02:22, 13 May 2019

Message definition (New Template System in LS3.x)
They will be added to a Yii Asset Packet based on the name of the theme. So when Asset Manager is on (debug mode being off), those files will be copied to the tmp directory with the rest of the theme (so you can use relative path in the CSS and JS to reach the image files).  
About the Asset manager in Yii: https://www.yiiframework.com/wiki/148/understanding-assets 
About packages in Yii: http://www.yiiframework.com/doc/api/1.1/CClientScript#packages-detail

これらはテーマの名前に基づいてYii Asset Packetに追加されます。そのため、Asset Managerがオンのとき(デバッグモードがオフのとき)、テーマのリセットにより、これらのファイルは残りのテーマとともにtmpディレクトリにコピーされます(したがって、CSSとJSでは相対パスを使用して画像ファイルにアクセスできます)。 Yiiのアセットマネージャーについて: https://www.yiiframework.com/wiki/148/understanding-assets Yiiのパッケージについて: http://www.yiiframework.com/doc/api/1.1 / CClientScript#packages-detail