The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

How to remove the Editable option for specific row in yii Gird view

This is my code for inline edit using Bootstrap widget.but I want to remove for this inline edit option.like if candidate_status value== enrolled,that shouldn't be editable array( 'name' ...
1
vote
0answers
7 views

TinyMCE 4: Allowing select and input checkboxes to be editable

An HTML template that I'm working on has a variety of HTML select and checkbox elements contained within it. Eg. <select> <option></option> <option>No</option> ...
0
votes
0answers
17 views

How can I made an editable button?

I want to create a map (a background image) and I want to make it an editable map (to any visitor), by allowing him to place dots and change dots color when clicking (red, green, yellow, none). Maybe ...
0
votes
2answers
41 views

Turn jTable model into non-editable

I have a jTable that can be populated either manually or importing information from an Excel file. My personalized isCellEditable() method is defined as follows: @Override public boolean ...
0
votes
0answers
13 views

Datatables - Stop fnUpdate from removing editable functionality in row?

I have a datatable. It loads server-side, and I have an fnCreatedRow function in the declaration that I use to customize the display of each row by adding buttons and links, etc. I also have it ...
0
votes
0answers
36 views

Aloha editor - contenthadler settings per editable not making any changes

I have multiple (6) editables with two different classes (.html_edit_simple, .html_edit_advanced) on website and I want to divide them by class and each to have its own contentHandler settings. But ...
0
votes
0answers
73 views

Primefaces Datatable not working with Celleditor

We found a strange issue with Primefaces 3.5 in JBoss 7.1.1.. (over all using/tested PF 3.5, JSF 2.1/2.2, Java 1.6/1.7, JBoss 7.1.1, Tomcat 7.0) If you use dataTable in combination with cellEditor ...
-1
votes
0answers
12 views

How do I add a content editable field that is permanently stored on a page?

I need to create a content editable field to input this code: <div style="width: 780px; height: 1480px; overflow: hidden;"><iframe width="780" height="1480" style="position: relative; left: ...
-2
votes
1answer
31 views

Set part of JTable cells uneditable

I created JTable in eclipse using "Design" option and now I want to make some cells uneditable. This is my code: public Frame(int choice) { initComponents(); defaultModel = ...
0
votes
1answer
36 views

DataTables editable cant figure out how to delete/update rows

I am trying to implement dataTables plugin in server-side mode to render a table on my webpage. I am coding ASP.NET with c# and MVC. I want to edit (delete/update/add) data to the table and write ...
0
votes
0answers
377 views

jquery-easyui Editable DataGrid validatebox not work with bootstrap

I use jquery-easyui Editable-DataGrid,but validatebox not work with bootstrap 2.3.1 the tooltips not show. when I delete <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css" ...
0
votes
1answer
40 views

isCellEditable true for a particular row on checkbox selected when isCellEditable false on checkbox deselected

I want disable editing Column 1 to Column 9 when Column 0 CheckBox is false and Checkbox value is true enable editing Column 1 to Column 9 when Column 0....How to do that?
0
votes
0answers
13 views

Avoid nesting of elements in content editable div

I have been facing a problem in inserting content at current cursor position in a content editable div.Step 1 : i insert a span element containing some text .Now i try to insert another element ...
0
votes
2answers
291 views

jQuery Datatables Column Filter select filter options don't update with Editable

In my project I am using the jQuery Datatables plugin and I have implemented the Column Filter and the Editable plugins. All the latest releases. The problem is that after adding new values to the ...
0
votes
1answer
50 views

How to force a column of a Handson table jquery to be noneditable?

I have a 8 rows and two columns table. I need only the second column to be editable. The first column should be non editable (read only) $(document).ready(function () { ...
0
votes
1answer
56 views

jquery.jeditable is not allowed by Access-Control-Allow-Origin.

i am using jquery.jeditable and every time i submit i get This error : XMLHttpRequest cannot load http://www.coacharabia.com/save.php. Origin http://coacharabia.com is not allowed by ...
0
votes
0answers
14 views

Error editing elements in editable region of page created from template

Im using dreamweaver CS4 and I have designed a "about us" page from a template, then later decided I wanted a blog on this page and so it became a .php. Now, I'm not sure if that has anything to do ...
1
vote
1answer
200 views

How to over ride x-editable ajax response value

I am using x-editable to do inline editing. When I update the value via ajax and x-editable and get the response, I am finding it very difficult to override the div that contains the new x-editable ...
0
votes
2answers
192 views

Visual C# DataGridView editing; have set all possible edit options; wont edit

I've spent about three weeks trying to find information on this and to no success. DGV settings related to editing: readonly is false on DGV edit mode is keystroke on DGV. code is here: ...
1
vote
0answers
139 views

Convert gridview data to list or xml with updated values

I'm having GridView control and I have bind it with object data source and I want to provide facility of changing values using edit template. When row updating is fired I want my gridview data to be ...
0
votes
2answers
46 views

Text that can be edited & saved in a webpage [closed]

I'm not really sure where to start on this: I'm looking to have a page on a website that is just a few words, I want it so you are able to edit and add to it in the browser, and then for that to be ...
0
votes
0answers
18 views

how to populate the FB privacy URL programmatically

http://screencast.com/t/COmDrTap Hi, I have a bunch of apps that I would programmatically like to update the privacy polity URL and the ToS URL. When I went into the graph explorer for the graffiti ...
0
votes
1answer
194 views

editURL not being called - JQGrid

I have an editable jqGrid, inline editing with events, but the EditURL is not being called. Edit Data is a web method in vb.net. When I click on a row the row becomes editable and I am able to make ...
0
votes
0answers
42 views

Liferay: Creating a dynamic editable table

I have been trying to create a dynamic editable table in Liferay with no luck. Do I need plugins to do this? I tried doing some Googling but I couldn't find anything very informative about it. Is it ...
2
votes
2answers
224 views

Not Editable JComboBox Border

I am using Metal L&F. I want to make a JComboBox, that has only 1 pixel border. This not a problem, as long as the cb is editable. This corresponds to the first cb in the picture named "Editable". ...
0
votes
1answer
159 views

Editable Jcombobox not populating data from database

in my Java swing application, I want Jcombobox populate with some data from database as well as allow user to enter keyword they wish in order to search using combobox value. So i set the editable ...
0
votes
0answers
325 views

vb.net updating in an editable gridview once it has been displayed after the updatepanel it is in has been made visible by the user

I have been searching forums and trying to solve this for a few days now but I'm stuck. Apologies if this is something so simple and obvious that I have missed. Although I have found posts similar to ...
0
votes
0answers
40 views

HTML5 Editable & AJAX Issue

wanting to allow html5 editable on multiple p tags all saved individually to the database via AJAX on blur. I have the following code and cannot work out what the problem is, any advice would be ...
0
votes
1answer
313 views

x-editable, bootstrap and symfony

I am trying to get x-editable, bootstrap and symfony to work. I am able to get it somewhat jiving but I am having a heck of a time understanding how to get my json response into a drop down menu. I ...
1
vote
2answers
119 views

How to make a table (Jtable) not editable

I've been working with some Japanese Characters, I've used unicode but I've been reading and reading how to make a JTable not editable, and still can't figure it out how to get it into my code... ...
0
votes
0answers
136 views

jquery.dataTables.editable.js Version 2.3.3 Adding Record gives error at line 398 oAddNewRowForm has no “valid” property

I using jquery.datatables.editable.js which is working for delete and Update. However, when I try to add a new record I get this message when I try to commit the form that adds the new row. Has ...
0
votes
1answer
135 views

Saving JTable edits to two dimensional Array

I have a JTable whose cells are editable. However if i edit a cell and refresh the table. The changes are not saved. This is how i have defined the table: String [] columnNames = {"Application ...
2
votes
1answer
260 views

Make x-editable fields appear and trigger onfocus

I use x-editable for bootstrap to make editable table fields with client data. The problem I have is that I have a field for comments that is sometimes several hundred characters long which makes the ...
1
vote
1answer
44 views

jQuery editable add plecholder text

I have a text that when it's clicked, it becomes a textarea using the editable function from js. How can I add a placeholder text to that area? i tried to search it in the dom using $('textarea') but ...
0
votes
0answers
19 views

Editable JComboBox that automatically adds what you typed in to the list

I want to be able to have some JComboBoxes behave in a way that I can't find an equal to. When I type something into an editable JComboBox, I want what I have typed into it to be automatically saved ...
1
vote
0answers
13 views

Editablegrids HTML

am having a problem with editable grid from mySql DB. It loads the data well but when I need to edit they pick only data from the first row only. it doesn't load the other cell data on the update text ...
0
votes
0answers
54 views

Live syntax highlighting in an editable div

I have a div with contenteditable='true' I want users to be able to type into this div and have it live-highlight anything that matches a given regex. Specifically, I'd like to change the color of ...
0
votes
0answers
99 views

Jquery edit-in-place: How to use

I am trying to use jeditable plugin for jquery and i cant seem to understand how to get the results of the edit to stay on my document. the only way i have found to do that is: ...
0
votes
2answers
122 views

How to make an inline editable content?

I have a list of products that I wish to be editable. When a user hits the edit button, then the content of only the selected product needs to be changed (for example to a textbox so the user can edit ...
0
votes
1answer
607 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: ...
1
vote
1answer
81 views

Add scroll-bar in EditableGrid

I am using EditableGrid(http://www.editablegrid.net) and wanted to know that is there a way to insert a scroll-bar within the grid. I don't want to use pagination, I just want to add a scroll-bar, so ...
0
votes
1answer
124 views

Movie controller obscured in QTMovieView when movie is made editable for 10.7+

When running with OS X 10.7 or newer, the cursor area in the QTMovieView controller becomes completely black whenever the QTMovie is made editable. As such, there is no visible cursor, and selections ...
0
votes
1answer
122 views

EditableGrid - show search filter using javascript

I am using EditableGrid to create a grid dynamically using Javascript. I am able to display the grid properly. But can anyone please tell me, how do i add the search filter(search box)? Any help ...
1
vote
0answers
123 views

Dojo Datagrid with editable DateTextBox get inconsistent default value

I have a datagrid with a column of type date. It is editable using dijit's DateTextBox. The problem is when it gets instantiated, it takes the value as actual value -1day. I have a jsfiddle ...
1
vote
0answers
44 views

edit gtkcellrenderertext

I am writing a gtk3(in C) code, that uses treeview. store = gtk_list_store_new (NUM_COLS, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, ...
-5
votes
1answer
146 views

How to create an editable and searchable database with C++ [closed]

What I'd like to do is create a .txt document (I know- really not a 'database') that contains a list of names. I'd like to be able to edit and search the document- i.e., add people, edit people. I'm ...
0
votes
0answers
258 views

Editable Grid on enter / tab go to the next field Kendo Ui

Here is the thing: I have an editable grid. What I want to do is this: Every time I start typing, whenever I press enter or tab to go to the next editable field. Here is the script (where I create ...
0
votes
0answers
83 views

Editable JComboBox doesn't supply typed-in answer once the ComboBox is opened

I have an editable JComboBox with a bunch of names for "templates" in it. My program allows users to add, remove, and edit templates. I have a "Create Template" button whose listener gets the value ...
1
vote
2answers
260 views

Unity3D, editable global variables?

As far as I know, the only possibility to use global variables is to define them as static (const in C#). Is there any way to access and change a variable from another script, while both scripts ...
1
vote
2answers
252 views

how to make some text not editable by user in Jtextpane?

I am using Jtextpane in my application. I required to add some tags like [PKG-MEDIA] in jtextpane. I want user to not edit this tag, while he can edit other text in jtextpane. public static void ...

1 2 3 4 5