语义UI边栏模块设置

时间:2015-06-26 18:48:48

标签: semantic-ui

有没有办法在编译时而不是在运行时覆盖模块设置,如下所示:

  Error in if (df1[i] == NA) { : missing value where TRUE/FALSE needed
  In addition: Warning message:
  In if (df1[i] == NA) { :
  the condition has length > 1 and only the first element will be used

1 个答案:

答案 0 :(得分:0)

您可以简单地将设置作为JSON传递给Semantic UI 2.3中的函数:

$(selector)
  .modules({
    settingName: val
  });