jeditable Questions
5
Solved
Here's the code I'm using to add a select dropdown to a table row using jEditable:
$('tr',this).find('td:eq(8)').css('cursor','pointer')
.editable( 'update.php', {
'type': "select",
'loadurl': ...
5
I'm using jeditable and having some encoding issues. If I enter &, save, and then try to edit it shows up as &.
Easily reproducible here: http://www.appelsiini.net/projects/jeditable/d...
6
I am not very good at jQuery but decided to use jEditable plugin for my site because I thought it looked good and solved the purpose. However, I am in a bit of a tangle now.
I used this plugin to...
8
Solved
Jeditable is inserting extra spaces around the actual text in a text area for me when I click to edit some text. How do I trim this or actually fix this?
6
Solved
I'm using Jeditable (posting to CakePHP) for input on my page. I want users to only fill in numbers in the Jeditable fields, so my idea was to also use the jQuery validation plugin to validate if o...
Irrationality asked 11/3, 2010 at 14:0
2
Solved
I'm looking for a way to programatically select all the content inside a TinyMCE editor instance.
The reason I need this is that I'd like it if all the text inside the editor was selected, as soon...
Petula asked 27/4, 2010 at 16:44
1
Solved
Right now I have a datatable, some fields are editable, some are not. I have the following code (taken from tabbing between jeditable fields in a table):
$('#table .select').bind('keydown', funct...
Ginni asked 24/7, 2014 at 13:27
4
Solved
I have a page using JQuery and Jeditable to create editable text elements on the page.
While editing an element, I would like to be able to tab from one element to the next.
I am unsure of how t...
2
Solved
is there a way to invoke "cancel" on a jeditable area from an external call? (instead of clicking cancel) - basically to close the textarea.
Haughty asked 13/3, 2011 at 15:4
1
Solved
I am working on SharePoint 2010 with spservices, datatable, jeditable and datatable.editable. My version of the frameworks are as follows
IE 9, 10, 11
jQuery 1.7.2
spservices 2013.01
datatable 1....
Manful asked 15/12, 2013 at 11:46
5
Solved
i love this plugin but the reality is that most people won't realize at first that they can click on the text to edit.
Ideally, it would be nice to add a Button next to the text or a simple [Edit...
Lambda asked 5/1, 2010 at 21:54
1
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 jedita...
4
Right now, the server response I'm working with sends back a JSON response like this:
{"status":1}
After saving, jeditable places the actual response: {"status":1} on the page. Anyway to get aro...
Barthel asked 8/2, 2010 at 18:5
1
How can you use jquery.datatable and the jeditable plugin without a url. I just want edit functionality without saving to the server. This is what I've tried:
$('td', oTable.fnGetNodes()).editable...
Grapheme asked 24/10, 2011 at 10:29
2
Solved
is it possible to disable jeditable for a table at runtime?
The case:
I got different steps for the User, the table is always visible, but should be just in one single step editable. The user c...
Blinker asked 20/2, 2011 at 12:14
3
Solved
I have been playing around with jeditable for 2 days now, and it's great!
But I got a little problem, I have a link which should be editable, but whenever the field become editable, I can't edit t...
2
Solved
I have a field being updated by jeditable. I want to output a warning message before submitting updates if the value is being reduced (which would result in data being lost), but not if it's being ...
2
Solved
In the documentation of jeditable for the submitdata param (a parameter to include some extra params in the ajax request) it is said:
(Mixed) submitdata: Extra parameters
when submitting conte...
Abduction asked 16/12, 2010 at 9:18
2
Solved
is there any options on jeditble so when i double click my text and the textbox pops up that it highlights all of the text
2
Solved
I am using jeditable to do inline edit for my table. In my table i can edit text, datepicker and also dropdown.
However, when i edit the dropdown, i will get error in firebug:
validator is undefi...
Herthahertz asked 12/12, 2011 at 11:33
1
Solved
I'm using code from here http://www.korvus.com/blog/geek/making-the-tab-key-work-with-jeditable-fields/ to get tabbing between jeditable fields working, and if the fields are on their own it works ...
5
Solved
I need to have a click to edit element on a page, that will in turn invoke an instance of the jQuery UI Datepicker.
Currently, I'm using JEditable to provide the in place editing, which is workin...
Tiepolo asked 13/3, 2009 at 10:47
2
Solved
I'm using the JEditable plugin for in-place editing.
I have a "setup" function which calls .editable() on all the relevant classes. The problem is, I have newly appended elements which I'd like to...
Iorio asked 10/11, 2010 at 11:19
2
I was wondering if you can stop text being editable on click? I have a separate edit button to make the text editable and that's the only way that I want the user to be able to edit the text, so wa...
Troublesome asked 30/7, 2010 at 0:2
1
Solved
I'm using Jeditable for in-place editing. One the controls I am working with has the select type. When a user clicks on the field, the following select control is generated:
<div id="status" cl...
Kolodgie asked 29/3, 2010 at 21:3
1 Next >
© 2022 - 2024 — McMap. All rights reserved.