Uses jeditable for key value prevalue editor inline edit, should support all chars now
This commit is contained in:
@@ -2,13 +2,14 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
using ClientDependency.Core;
|
||||
using umbraco.BusinessLogic;
|
||||
using umbraco.DataLayer;
|
||||
using System.Collections.Generic;
|
||||
using System.Web.UI.HtmlControls;
|
||||
|
||||
|
||||
|
||||
[assembly: System.Web.UI.WebResource("umbraco.editorControls.KeyValuePrevalueEditor.js", "text/js")]
|
||||
[assembly: System.Web.UI.WebResource("umbraco.editorControls.KeyValuePrevalueEditor.css", "text/css")]
|
||||
namespace umbraco.editorControls
|
||||
@@ -16,6 +17,8 @@ namespace umbraco.editorControls
|
||||
/// <summary>
|
||||
/// Summary description for KeyValuePrevalueEditor.
|
||||
/// </summary>
|
||||
|
||||
[ClientDependency(ClientDependencyType.Javascript, "Jeditable/jquery.jeditable.js", "UmbracoClient")]
|
||||
public class KeyValuePrevalueEditor : System.Web.UI.WebControls.PlaceHolder, interfaces.IDataPrevalue
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user