Merge branch 'szzh' into cxt_course
This commit is contained in:
commit
6786ef3235
|
@ -14,7 +14,7 @@ module RailsKindeditor
|
||||||
output = ActiveSupport::SafeBuffer.new
|
output = ActiveSupport::SafeBuffer.new
|
||||||
output << text_area_tag(name, content, input_html)
|
output << text_area_tag(name, content, input_html)
|
||||||
output << javascript_tag(js_replace(id, options.merge(window_onload: 'true',
|
output << javascript_tag(js_replace(id, options.merge(window_onload: 'true',
|
||||||
:autoHeightMode=>true,
|
:autoHeightMode=>false,
|
||||||
afterCreate: eval_str(at_id, at_type),
|
afterCreate: eval_str(at_id, at_type),
|
||||||
emotionsBasePath: 'http://' + Setting.host_name
|
emotionsBasePath: 'http://' + Setting.host_name
|
||||||
)))
|
)))
|
||||||
|
@ -29,7 +29,7 @@ module RailsKindeditor
|
||||||
output_buffer = ActiveSupport::SafeBuffer.new
|
output_buffer = ActiveSupport::SafeBuffer.new
|
||||||
output_buffer << build_text_area_tag(name, method, self, options, input_html)
|
output_buffer << build_text_area_tag(name, method, self, options, input_html)
|
||||||
output_buffer << javascript_tag(js_replace(input_html['id'],options.merge(window_onload: 'true',
|
output_buffer << javascript_tag(js_replace(input_html['id'],options.merge(window_onload: 'true',
|
||||||
:autoHeightMode=>true,
|
:autoHeightMode=>false,
|
||||||
afterCreate: eval_str(at_id, at_type),
|
afterCreate: eval_str(at_id, at_type),
|
||||||
emotionsBasePath: 'http://' + Setting.host_name
|
emotionsBasePath: 'http://' + Setting.host_name
|
||||||
)))
|
)))
|
||||||
|
|
|
@ -35,7 +35,7 @@ var enableAt = function(_editor) {
|
||||||
var at_config = {
|
var at_config = {
|
||||||
at: "@",
|
at: "@",
|
||||||
data: names,
|
data: names,
|
||||||
insertTpl: '<span class="at" data-user-id="${userid}">@${name}(${login})</span>',
|
insertTpl: '<span class="at" data-user-id="${userid}"><a href="/users/${userid}">@${name}(${login})</a></span>',
|
||||||
displayTpl: "<li>${name} <small>${login}</small></li>",
|
displayTpl: "<li>${name} <small>${login}</small></li>",
|
||||||
searchKey: 'searchKey',
|
searchKey: 'searchKey',
|
||||||
limit: 200
|
limit: 200
|
||||||
|
|
|
@ -49,4 +49,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @功能 定义 */
|
/* @功能 定义 */
|
||||||
span.at {color:#269ac9;}
|
span.at {color:#269ac9;}
|
||||||
|
span.at a{color:#269ac9;text-decoration: none;}
|
|
@ -45,4 +45,5 @@
|
||||||
|
|
||||||
|
|
||||||
.ke-content blockquote {margin:15px 10px;border:2px solid #eee;padding:5px 5px 5px 35px;background:#f4f5f7 url('../img/blockquote.gif') no-repeat left top;color:#060;font-size:9pt;}
|
.ke-content blockquote {margin:15px 10px;border:2px solid #eee;padding:5px 5px 5px 35px;background:#f4f5f7 url('../img/blockquote.gif') no-repeat left top;color:#060;font-size:9pt;}
|
||||||
span.at {color:#269ac9;}
|
span.at {color:#269ac9;}
|
||||||
|
span.at a{color:#269ac9;text-decoration: none;}
|
|
@ -1000,14 +1000,3 @@ function showNormalImage(id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function(){
|
|
||||||
//at 加链接
|
|
||||||
$("span.at").hover(function(){
|
|
||||||
$(this).css('cursor', 'pointer');
|
|
||||||
});
|
|
||||||
$("span.at").live('click', function(){
|
|
||||||
var userId = $(this).attr('data-user-id');
|
|
||||||
$(window.location).attr('href', '/users/'+userId);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
|
@ -1387,6 +1387,7 @@ a:hover.blueCir{ background:#3598db; color:#fff;}
|
||||||
|
|
||||||
/* @功能 定义 */
|
/* @功能 定义 */
|
||||||
span.at {color:#269ac9;}
|
span.at {color:#269ac9;}
|
||||||
|
span.at a{color:#269ac9;text-decoration: none;}
|
||||||
|
|
||||||
.relatePInfo {text-align: left; position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
|
.relatePInfo {text-align: left; position:absolute; background-color:#ffffff; padding:3px 8px; white-space:nowrap; box-shadow:0px 2px 8px rgba(146, 153, 169, 0.5); z-index:999; color:#585858; cursor:pointer; display:none;}
|
||||||
/*问题状态图片*/
|
/*问题状态图片*/
|
||||||
|
|
|
@ -934,6 +934,7 @@ a.resourcesTypeUser {background:url(images/homepage_icon.png) -178px -453px no-r
|
||||||
|
|
||||||
/* @功能 定义 */
|
/* @功能 定义 */
|
||||||
span.at {color:#269ac9;}
|
span.at {color:#269ac9;}
|
||||||
|
span.at a{color:#269ac9;text-decoration: none;}
|
||||||
|
|
||||||
/*20151217资源库Tim*/
|
/*20151217资源库Tim*/
|
||||||
.preview {background:url(../images/hwork_icon.png) -75px -120px no-repeat; width:20px; height:20px; display:inline-block;}
|
.preview {background:url(../images/hwork_icon.png) -75px -120px no-repeat; width:20px; height:20px; display:inline-block;}
|
||||||
|
@ -956,4 +957,4 @@ span.at {color:#269ac9;}
|
||||||
.sectionContent li:hover {background-color:#cccccc;}
|
.sectionContent li:hover {background-color:#cccccc;}
|
||||||
.sectionContent span {width:160px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block; height:20px; vertical-align:top;}
|
.sectionContent span {width:160px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block; height:20px; vertical-align:top;}
|
||||||
.orgDirection {width:392px; background-color:#f1f1f1; height:30px; vertical-align:middle; line-height:30px; color:#585858; padding-left:10px;}
|
.orgDirection {width:392px; background-color:#f1f1f1; height:30px; vertical-align:middle; line-height:30px; color:#585858; padding-left:10px;}
|
||||||
.orgSendSearch {border:1px solid #dddddd; outline:none; width:262px; height:22px; padding-left:10px; float:left;}
|
.orgSendSearch {border:1px solid #dddddd; outline:none; width:262px; height:22px; padding-left:10px; float:left;}
|
||||||
|
|
Loading…
Reference in New Issue