Web窗体结果管理主题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Web窗体结果管理主题相关的知识,希望对你有一定的参考价值。

  1. // Added to support admin theme in webform results
  2. function webform_init() {
  3. // Support admin theme setting, based on system_init().
  4. // Only affect the menu path created by this module, and only if the node admin theme checkbox is set.
  5. if (variable_get('node_admin_theme', '0') && arg(0) == 'node' && (arg(2) == 'webform-results' || arg(2) == 'submission')) {
  6. global $custom_theme;
  7. // Use the chosen theme ID, or the front-end theme if one hasn't been selected.
  8. $custom_theme = variable_get('admin_theme', '0');
  9. // From system.module, this css file is required in the admin view.
  10. drupal_add_css(drupal_get_path('module', 'system') .'/admin.css', 'module');
  11. }
  12. }

以上是关于Web窗体结果管理主题的主要内容,如果未能解决你的问题,请参考以下文章

VS2019为啥asp. net里面没有web窗体?

影响 ListView 标头的 Windows 主题

Shopify DAWN 主题 - 在购物车页面中添加自定义字段并在订单管理面板中显示结果

c#窗体怎么在窗体二显示计算结果?

c# .net web api webapi如何返回一个数据使浏览器弹出一个窗体?

窗体和线程漫谈之工作线程怎样将数据的处理结果显示到窗体