上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 76 下一页
摘要: [代码] 阅读全文
posted @ 2011-02-13 17:56 海乐学习 阅读(443) 评论(0) 推荐(0)
摘要: 在所用的主题的路径下 \themes\ClassicSugar\layout_utils.php function get_module_title ($module, $module_title, $show_help) 这个方法中 注释掉下面的代码 //if ($show_help) { // //$the_title .= "<td valign='top' align='right' nowrap style='padding-top:3px; padding-left: 5px;'>"; 阅读全文
posted @ 2011-02-13 17:54 海乐学习 阅读(335) 评论(0) 推荐(0)
摘要: 1.在主表模块中创建子表字段标签 /wwws/language/zh_cn.lang.php 'LBL_ConsignmentItem'=>'提运单明细', 'LBL_ADDROW'=>'新增明细', 'LBL_REMOVEROW'=>'删除', 'LBL_SequenceNumeric' => '托运货物序号', 'LBL_MarksNumbers' => '唛头' 阅读全文
posted @ 2011-02-13 17:53 海乐学习 阅读(710) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2011-02-13 17:51 海乐学习 阅读(249) 评论(0) 推荐(0)
摘要: 在include\SubPanel\SubPanelTiles.php echo " "; global $current_language; $mod_strings = return_module_language($current_language, $thisPanel->get_inst_prop_value('module')); echo get_form_header($... 阅读全文
posted @ 2011-02-13 17:50 海乐学习 阅读(269) 评论(0) 推荐(0)
摘要: 需求:DetailView页面中显示与父表相关的子表ListView并可增加子表内容 解决方案: 1.两个模块 bw_Consignments 提运单信息 父表 bw_ConsignItems 提运单明细 子表 关系: 子表中ConsignmentID字段为父表中的id 2.关系字段... 阅读全文
posted @ 2011-02-13 17:49 海乐学习 阅读(1084) 评论(0) 推荐(0)
摘要: 修改了此文件 include\javascript\popup_parent_helper.js 中的 function open_popup 方法,改动内容如下: windowFeatures = 'width=' + width+ ',height=' + height + ',left= 90 , top=30 ' ++ ',resizable=1,scrollbars=1'; 阅读全文
posted @ 2011-02-13 17:47 海乐学习 阅读(238) 评论(0) 推荐(0)
摘要: 问题原因:问题不在加载模块中,而是在创建模块时。 复制manifest.php文件时,将模板(modules\SimpleMod\manifest.php)更改了。 在模板中'SimpleMod'这种变量是要在创建新模块时改新的。如'SimpleMod'变量应更新为新模块的名称。解决方案:在modules\Builder\BuildModule.php 文件中 1.在$xFileType = ".php"; 语句后写:$xPath = "cache/ModuleBuilder/"; 改变更新目标文件路径 2.将此语名 co 阅读全文
posted @ 2011-02-13 17:45 海乐学习 阅读(282) 评论(0) 推荐(0)
摘要:  阅读全文
posted @ 2011-02-13 17:44 海乐学习 阅读(559) 评论(0) 推荐(0)
摘要: 原因:自动生成仅将DetailView.html模板页写好,可DetailView.php页并没有为自定义字段赋值.解决方案: modules\bw_Msg_MT3101s\DetailView.php $xtpl->assign('DESCRIPTION', nl2br(url2html($focus->description))); 在此代码后写入下面的代码,用于给自定义字段赋值 $xtpl->assign('MESSAGE_ID', $focus->message_id); $xtpl-&gt 阅读全文
posted @ 2011-02-13 17:43 海乐学习 阅读(395) 评论(0) 推荐(0)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 76 下一页