Ejemplo n.º 1
0
 public static void AutoFullHeight(this jQueryObject element)
 {
     element.CSS("height", "100%");
     TriggerLayoutOnShow(element);
 }
Ejemplo n.º 2
0
 public static LinkExpression SkinCSS(this IFohjinPage viewPage, string url)
 {
     var siteConfig = ServiceLocator.Current.GetInstance<SiteConfiguration>();
     var baseUrl = siteConfig.CssPath;
     return viewPage.CSS(url).BasedAt(baseUrl);
 }