Prado中定制CSS的用法小结
时间:2010-01-27 来源:qinxianjun
No, BasePage is not MasterClass. It is the base class for all your page classes (e.g. class MyPage extends BasePage).
Since all your pages have the same base class and thus inherit the same property CustomStyleSheet, you can configure your page initial properties using config.xml like following:
Code:
Since all your pages have the same base class and thus inherit the same property CustomStyleSheet, you can configure your page initial properties using config.xml like following:
Code:
<pages CustomStyleSheet="xxx,yyy,zzz">
<page id="SpecialPage" CustomStyleSheet="xxx only" /> </pages> |
相关阅读 更多 +