Jeditable is a jQuery plugin that allows users to edit page contents "in place".
-1
votes
0answers
10 views
Using jeditable with hidden table cells causes unresponsive jquery error
I created a table with more thousand rows (max 100 per page) and 22 cells. To edit the cells I'm using jeditable, which works pretty well with these amount of data. Since many users can edit this ...
0
votes
1answer
9 views
How to set a Symfony2 path to Jeditable plugin
I'm trying to use Jeditable plugin for javascript. Here is the code (I took it from here):
In a .js file:
$('.edit').editable(function (value, settings) {
var data = {};
...
0
votes
0answers
24 views
jquery Jeditable can't style inputs
jeditable
http://www.appelsiini.net/projects/jeditable
html
<span class="edit">Text</span>
js
$('.edit').editable('http://www.example.com/save.php', {
style:'color: blue'
});
...
0
votes
0answers
13 views
Jeditable jQuery - Add data attribute to input after init
I'm using jeditable with jquery and want to add an attribute to the input after editable have been initialized. Doesn't jeditable contain any function that provides this possibility?
0
votes
1answer
33 views
Jediitable, autocomplete and autogrow jquery not working
I am trying to use autocomplete and autogrow with the Jeditable jquery plugin and cannot seem to incorporate both. I currently have the Jeditable + autocomplete working perfectly. When I tr to add ...
0
votes
0answers
11 views
jeditable returns a whole page markup inseat of the value
I am using jeditable on a dynamically generated gridview and having problems with it, I am not that familiar with this plugin yet.
jediable:
$(document).ready(function () {
$('.edit').each( ...
0
votes
1answer
136 views
Using jquery + jeditable + bootstrap to add editable new row on a table
I have test may way to do the trick but nothing is really a good solution. I need jeditable + datatable for other display. That's why jeditable is mandatory.
I'm trying to use jquery + jeditable on a ...
0
votes
0answers
14 views
How to make file manager for jwysiwyg/Editor functional?
I have been using a wysiwyg editor from:
https://github.com/jwysiwyg/jwysiwyg/wiki
and I am having trouble getting the file manager functional.
I am using along with a jquery plugin, Jeditable:
...
0
votes
1answer
37 views
Jeditable displaying whole page in place of edited row
I am using Jeditable to edit table rows. My problem is that after submitting the changed value (and storing it in the database) when I return to the page it displays the whole page in place of edited ...
1
vote
1answer
35 views
Autogrow on jEditable submits everything instead of doing a AJAX call
I'm currently working with jEditable plugin to compose an updatable text. My serverside is developed with Struts2 and the server urls that I invoke are struts actions that return JSON results. I use ...
0
votes
0answers
17 views
Get exact cell position in the table in order to store it to the database. Using Struts2 and Jeditable
Using Struts2 and datatable for displaying tables.
Used Jeditable to edit cells and store it in DB.
In order to to store cell value correctly, I need correct cell position, which I am unable to ...
0
votes
0answers
32 views
jeditable inline editing - value not showing after edit gets saved
JEDITABLE LINK: http://www.appelsiini.net/projects/jeditable
My jquery function is:
$(document).ready(function() {
$('.edit').editable('http://myWebsite/save.php');
});
I have a div which, ...
0
votes
1answer
63 views
DataTables.net Column Alignment After Edit
Im using DataTables.net in my c# MVC4 application. One of my tables is using jeditable to allow the user to double click any cell in a table, make changes to the value in that cell, and then upon ...
0
votes
0answers
19 views
Save Jeditable edits to text files in a different directory “history” and on the article click to restore it
How can you save Jeditable edits to text files in a different directory e.g. "history" and on the article click to restore it kinda like in Mediawiki?
0
votes
1answer
32 views
Passing an attribute to input type in Jeditable
I'm using Jeditable to edit and post changes to different elements of a page. I'd like to be able to specify whether the edit type should be text or textarea by looking at an attribute in I'm ...
0
votes
4answers
58 views
jQuery function in javascript loop
I got some DIV's I'm editing with 'jeditable' which works perfectly!
Now I want to give my users an alert to ask them if they really want to edit this post.
<script type="text/javascript" ...
0
votes
0answers
72 views
Datatables + jEditable: Adding new rows validation
we're using Datatables + jEditable to create/edit/delete values from a table.
Now i want to validate the input in the add form. It works so far, but, when i close the form with 'abbrechen' (which ...
0
votes
0answers
115 views
jQuery datatable inline edit textbox size
I am using jQuery datatable plugin to a Java web application, and implemented inline editing on certain columns on the datatable. This is done using the script code:
$(document).ready(function() {
...
0
votes
2answers
60 views
How to make such jquery declaration more compact?
I'm using jeditable for around 30-40 fields of different type, that's why I have to write a number of the blocks
$(".editable-...type of element...").editable(method, {parameters})
for different ...
0
votes
1answer
80 views
jQuery - single vs double clicks - jEditable
I'm struggling to find the 'right' way to build the following.
I have a td cell that has a title in it, (in a larger table). This td has a click event to open a sub menu.
I have implemented inline ...
0
votes
0answers
52 views
How to use Tabs in jQuery-ui with Jeditable
I'm writing a page using sortable Tabs in jQuery UI and Jeditable, a edit-in-place plugin of jQuery. However, Jeditable doesn't work well on titles of tab: it can't submit when I press enter in the ...
1
vote
1answer
64 views
Jeditable won't show changes or update textarea
I have been experimenting with Jeditable, and i have got it to update normal tags as .edit... but it will not update with .editArea
Plus when it updates the normal the update is not shown until i ...
0
votes
0answers
39 views
How to call jeditable submit from another plugin
Components: jquery ui datepicker, Tuupolas jeditable, Trent Richardsons Timepicker Addon
html:
<div>
Click on the date, then click done: <div class="datetimepicker">2013-03-28 ...
0
votes
2answers
40 views
jeditable field jumps out of div when the next container is floating to right
I have two main divs #left and #right which are in another #content div, right next to each other. #left contains a jeditable field. #right is floating on right.
When the jeditable field is clicked, ...
1
vote
0answers
56 views
Jeditable recieved no data
I'm new to Play framework 2.1.
I would like to use this plugins : http://www.appelsiini.net/projects/jeditable
In my controller, i don't recieve post data (id and newvalue).
How i can retrieve them ?
...
0
votes
0answers
104 views
Add form jEditable in DataTable
I'm using jEditable on Tabletools.
How can i give the div around the form with id="formAddNewRow" an custom Id and an custom class? In other words:
How can i put an Id on the XXXXXXXXX in my code:
...
0
votes
1answer
82 views
Dynamically set jeditable target URL
I have a series of div's that I am making editable with jEditable. Each item in the collection has a unique, RESTful URL that I need to PUT to to save. For example:
budgets/6/incomes/1
...
1
vote
0answers
151 views
Using Jeditable, JQuery in asp.net website for in line editing
I'm trying to use the Jeditable plugin along with Data Table in Jquery. I have retrieved the data from the database and displayed it. Now, I want to add the inline editing feature for a cell. I can ...
1
vote
0answers
81 views
How to send multiple variables in jeditable?
i'm quite new to jquery and right now, im using jeditable to let the user edit some information on my webpage.
So here's my problem, How do you send multiple variables to the php file using ...
0
votes
0answers
162 views
x-editable for yii doesn't make me edit a field
I installed the extension x-editable-yii and I'm trying to use it. It seems relatively simple:
<?php
$modelPersoonHasStdTaak = PersoonHasStdTaak::model()->findByPk(array('idPersoon' => 5, ...
0
votes
1answer
286 views
jQuery jeditable error Object [object Object] has no method 'editable'
It looks a dummy error for this jeditable object. This is my page
<script src="/assets/jquery.js?body=1" type="text/javascript"></script>
<script src="/assets/jquery_ujs.js?body=1" ...
0
votes
1answer
37 views
Show placeholder when programatically deleting text
When I do this:
$(element).parent().find(".someClass").empty();
the placeholder won't show.
The .someClass element:
<span class="someClass" data-bind="jeditable: ValueText}" style="display: ...
0
votes
0answers
56 views
using jeditable plugin
I am using the jEditable plugin. It sends 2 values by default to another page. In this way, I want to send a third value. How should I configure it for sending the third value too?this is the plugin i ...
0
votes
0answers
83 views
fnOnEditing not working in DataTables (CRUD)
I'm trying to use DataTables Data Manager (CRUD) wich has all the jEditable functions built in so it makes it easier to edit.
DataTables Data Manager
So far so good, but I'm trying to make one of the ...
0
votes
3answers
111 views
How to correctly submit AJAX to DB
AIM: To allow the use to update the table on the client side and then update the DB once they press enter with the new changes and have the new changes show on the client side.
STATUS: Currently I am ...
0
votes
0answers
43 views
Jeditable, change options after creation
I have this:
ko.bindingHandlers.jeditable = {
init: function (element, valueAccessor, allBindingsAccessor) {
...
var options= {}
$(element).editable(function (value, params) {...}, options)
Later ...
0
votes
0answers
126 views
How use Jeditable with JSP, AJAX and SQLITE
AIM: To Have an inline table with which the users can click, edit and then it will update the sqlite DB.
STATUS: I already have a table being generated via JDBC call to an SQLITE DB and it works ...
1
vote
1answer
60 views
Combining jquery's jedit with d3
I'm pretty new to d3 and trying to merge some jquery with d3 functionality. Basically I want a list of paragraphs that I can let my users edit.
There's a nice jquery plugin for this called jedit ...
0
votes
1answer
112 views
Adding inline editing with jeditable - jquery
I am following a tutorial to have inline editing. The tutorial i am following is as follows;
@model MyPro.Models.MyMod
@{
ViewBag.Title = "Test";
Layout = "~/Views/Shared/_Layout.cshtml";
}
...
1
vote
1answer
154 views
Datatable submit using submit button
I have a datatable and one of the coloumns is editable( using jeditable plugin) . So now i need a common submit button which will submit the entire changes.
Here is my datatable entry.
...
0
votes
0answers
104 views
DataTable redraw issue in Chrome
I want to edit a single field of a record at a time and update the changes in my MySQL database. Should work like this.
There are two separate tables. DataTables debug for both the tables.
HTML code ...
0
votes
0answers
97 views
Jquery, writemaths, jeditable and wysiwyg
I try to integrate writemaths which is written using mathjax with preview functions.
I tested it out with jeditable textarea by inserting the writemaths code here in jeditable.
textarea: ...
0
votes
1answer
476 views
jQuery dataTables makeEditable() is not a function
I'm new to datatables and I'm trying to make the table editable, but I keep getting this error:
TypeError: $(...).dataTable(...).makeEditable is not a function
My jQuery script looks like this:
...
0
votes
2answers
162 views
How can I make jquery validation work with my jedatible plugin?
I’m trying to implement jquery validation with my jeditable plugin.. As jeditable is somewhat new to me I thought I’d add try using code I found on the forum. Here’s my original code that works fine ...
0
votes
0answers
65 views
jeditable not editable after custom ajax post
I have a table, where it is possible to change the value of a cell. If you click on the table cell, it becomes editable. I've done this with the Jeditable jquery plugin. Now i added a custom input ...
0
votes
1answer
72 views
Callback for Cancel event for jQuery jEditable
I an using Mike Tuupola's jQuery jEditable as follows:
function wireupTagCategoryInPlaceEditing() {
$('.category-label').editable(submitTagCategoryEdit, {
event: 'tagcategoryedit', // ...
1
vote
0answers
223 views
Jeditable > Multiple select > Can't return multiple 'selected' values
I have successfully setup a multiselect box which dynamically populates from my 'multiselect_json.php' file. (multiselect plugin from here : ...
0
votes
0answers
121 views
Using jeditable in CGridView Yii (datepicker)
The problem:
Using jeditable in CGridView Yii
Yii::app()->clientScript->registerScript('status','
$("td[class^=change_date-]").editable("'.$this->createUrl('user/update').'", {
...
0
votes
2answers
99 views
Auto-capitalize Jeditable input
I am using Jeditable on my datatable and I want to be able to auto-capitalize text input entry on the form. Each character should be auto convert to a capital letter if lower case.
I have the ...
0
votes
1answer
69 views
CakePHP and jEditable display entire layout view when it is supposed to only return the value
I have setup in place editing in my CakePHP app, which works pretty good, except for one problem. When the data is successfully posted to database, the return value includes the entired 'admin.ctp' ...





