Edit-in-place is a user interface component, typically web-based, that hides input elements until an action is taken by the user (such as a mouse click).
1
vote
1answer
37 views
Meteor Handlebars templates: switching from text to input
One part of my meteor application is a semi-collaborative table where users can edit different rows at the same time. When a user is editing a row, the static text values need to switch to input boxes ...
0
votes
0answers
33 views
How can I make an edit-in-place thing with jQuery Tokeninput
I have a discussion thread site where I have tags added to the posts using an edit form. Without the Tokeninput plugin, each tag is a div containing the tag name with CSS styling applied, all inside a ...
0
votes
0answers
28 views
how to get the edited element in the jquery edit-in-place plugin?
Consider the following code :
$('#myTable').find('.editable-row td.editable-col').editInPlace({
callback: function(hios, enteredText) {
// i need the element that has ...
4
votes
2answers
286 views
Locking popup position to element, or faking a popup with layers for in-place editing in an ItemsControl
What I am trying to achieve is essentially in-place editing of a databound object inside an ItemsControl in wpf.
my ItemsControl is a horizontal WrapPanel containing multiple instances of a ...
0
votes
0answers
43 views
jQuery - Edit in place - with hidden fields and no POST
Many solutions I've found involve live POSTing the data that was changed. I don't want that.
I am looking to:
transform a div / span (on click / focus) into an input (like any normal Edit it place ...
0
votes
0answers
52 views
Single page CMS
I was wondering, if there is any CMS that has no administration panel (all editing is done "in-place")?
I know about some drag-and-drop ones, such as Impress Pages CMS (www.impresspages.org), but ...
0
votes
0answers
100 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:
...
1
vote
1answer
117 views
Jquery live edit plugins not working with Zurb Foundation
I've been trialing several jquery based live edit (edit in place) plugins such as
Jeditable and trying to integrate them with Zurb Foundation.
Apparently, Foundation's foundation.min.js file ...
0
votes
0answers
34 views
Any way to have a single submit button for all fields on a page using best_in_place?
I like the concept of in place editing and have been experimenting with best_in_place. However, I need a single 'submit' once all edits have been made on a form. best_in_place seems to do an update on ...
1
vote
1answer
107 views
How to edit/update Joomla Article programmatically
I am looking to edit / updated a joomla 2.5.8 article programmatically.
I know this can be done, but I do not yet know how; and I have found no help online..
Ideally i would be looking for a ...
0
votes
0answers
76 views
How to capture which event clicked cancel or Save in JQuery editinplace
I am working on new web application, where I am using jquery-in-place-editor as a plugin for simple click to edit.
I am using editinplace plugin with knockout where I will iterate over array of ...
1
vote
1answer
151 views
In place editing of Time object
I have an app, which is used to plan work shifts for a number of employees. I have a Shift model, where I store the shiftstart and the shiftend as Time objects.
I present the users Shifts on a page ...
0
votes
2answers
149 views
Primefaces p:inplace component: how to read state in JavaScript?
How to access the state of PrimeFaces p:inplace component in Javascript?
I need to check if the component is in state inline or not, in order to call toggle()function when needed... AFAIK toggle() ...
0
votes
3answers
233 views
How to toggle edit-in-place functionality in jQuery?
I've been playing around with jQuery In Place Editor and I can't figure out how to properly disable it. Below is the code I have so far.
I'm using jQuery toggle method to initialize and terminate the ...
2
votes
2answers
205 views
develop a firefox extension in place (not via encoding to xpi first)?
Developing an extension for Mozilla Firefox I wonder if there is an "easier way" to what I do right now. Currently I do:
Create a folder - in which to develop - for example myextension
Inside this ...
3
votes
1answer
433 views
Using best_in_place with rich-text editor like TinyMCE
I'm using the best_in_place gem to do in-place editing in a Rails application. However, I need (X)HTML editing on some of the text areas, so I need a rich-text editor. TinyMCE is being used elsewhere ...
2
votes
1answer
92 views
android where to put code that will execute when ListView is done displaying?
I am building an edit in place listView. That is, the user is looking at a list of TextView items. Then the user touches one, indicating he'd like to edit it. The selected item is now shown as an ...
0
votes
2answers
178 views
In-place UITableView edtiting: Adding a row crash
My tableview uses in-place editing and adding. A new row is added when the edit button is pushed and this new row can be edited and commited. When commiting the new row into the tableview, the new row ...
1
vote
1answer
468 views
jQuery in-place-editor to use jQuery autocomplete input field
Background
Creating a WYSIWYG editor that uses Dave Hauenstein's edit-in-place and jQuery's autocomplete plug-in.
Source Code
The code has the following parts: HTML, edit-in-place, and ...
2
votes
1answer
138 views
How to convert string(WYSIWYG) to raw html by using JavaScript Lib?
I'm using http://www.appelsiini.net/projects/jeditable (jEditable JS Lib) in my Rails app's project and i found problems then trying to use about "Usage with Textile, Markdown".
The problems is i ...
0
votes
0answers
177 views
Edit in place with CKeditor in CakePHP
Anyone know how to connect the jquery edit-in-place plugin, with CKEditorin CakePHP?
It works just without the CKeditor:
$(function() {
$('.post').editable('/recipes/edit', {
id : ...
6
votes
2answers
2k views
In-place editing of a subitem in a TListView
I have a ListView with 3 columns and would like to edit the third column, aka Subitem[1]. If I set ListView.ReadOnly to True, it allows me to edit the caption of the selected item. Is there an easy ...
0
votes
1answer
127 views
Is it possible to have edit in place in a KendoUI ListView for each field separately?
For instance if I have a ListView of items with a Title and a Description, is it possible to to edit each field separately using KendoUI?
If so, is it possible to have that using KendoUI MVVM?
3
votes
2answers
378 views
rails 3 best_in_place edit not working without refreshing the page
I took the comments code from Bernat's blog rails mini tutorial
I tried adding the edit in place functionality by using his best_in_place gem. For the most part it worked right
My code is deployed ...
0
votes
1answer
352 views
jEditable validation not working
I wanna use jQuery validation with jEditable. Here, I'm echoing a table from my database in a while loop something like this.
<table id="example" class="display" cellspacing="0" border="0">
...
0
votes
2answers
398 views
jEditable - Unable to do validation
Alright. I'm new to jEditable. I wanna use jQuery validation with jEditable. Let me explain. Here, i'm echoing a table from my database in a while loop something like this.
<table id="example" ...
0
votes
1answer
575 views
jEditable - saving to database
i'm a newbie to this community. Seeking your help in doing Mika Tuupola's jEditable.
I just want to save the data into the database and show the changes on the page. Below is my code -
<head>
...
0
votes
1answer
510 views
jEditable - update new values to database
i'm a newbie to web development world. Let me explain what i want.
id car make
1 panamera porsche
2 italia ferraris
3 avantador lamborghini
4 slk mercedes
I have ...
3
votes
1answer
846 views
jQuery - Edit-In-Place with CKeditor
Anyone know how to connect the jquery plugin edit-in-place, with CKEditor?
greetings
0
votes
1answer
220 views
Edit in place with jquery and submit updated content through a form
this is my scenario...
In a form, i am using some jquery edit in place to allow users to edit some content. What i need, is for this edited content to be submitted in the form. I thought maybe i can ...
1
vote
1answer
600 views
Getting Id with jquery for jeditable
I've been making a site and am now working on the administration part of it so that users can easily be managed, articles easily modified etc.
I wanted to use jeditable so that the admin would be ...
7
votes
3answers
1k views
Rails best_in_place gem with nested resource
Does anyone know if it is possible (and, if so, what the syntax is) for using a nested resource with the best_in_place gem?
My routes.rb looks something like this
resources :users do
resources ...
1
vote
1answer
343 views
Is it possible to edit a node in-place in any javascript tree visualization toolkit (preferably InfoVis)?
I had earlier asked a question asking how/what to use to show to render data in a top-down tree like fashion.
I also stumbled up this post: Graph visualization code in javascript? where the following ...
1
vote
0answers
181 views
Best way to hook into a Rails 3 page lifecycle
I have the following scenario: I am adapting a edit in place library to be able to display formatted values after the value is edited on an input field.
For that, I want to store the id for some ...
4
votes
2answers
1k views
ActiveAdmin and in-place edit
I have this system where I use ActiveAdmin to automate the backend and I was wondering if anyone tried to use in-place editing with tables for ActiveAdmin.
I see some scenarios where that would be ...
0
votes
0answers
161 views
looking for a small CMS with features
I am looking for a small CMS with very basic functionality and the following features (the more features the better):
Is free (at least in its core) and PHP/MySql based
Small means that it would be ...
0
votes
1answer
91 views
Uninitialized Constant in rails 3 in_place_edit
I want to edit the name of my object temp_thing in place by using the in_place_editor_field.
In my view I use the following code for my object @temp_thing:
<%= in_place_editor_field :temp_thing, ...
1
vote
1answer
293 views
Undefined is not a function in rails 3 in_place_edit
I have an object @temp in my view and want to edit the field @temp.name in_place so i used the in_place_edit gem from ruby.
<td><%= in_place_editor_field :temp, :name, {}, :rows => 1 ...
4
votes
1answer
516 views
Rails 3.1 in place edits: gem that works, or roll my own?
I'm using the latest RC of Rails 3.1 and I can't seem to find a gem that works for in place editing. I tried the in_place_editing gem, but I just get
undefined method `in_place_edit_for' for ...
2
votes
2answers
631 views
Very light jQuery edit-in-place solution
Are you guys aware of a edit-in-place type of plugin that's very simple and small?
What I need is just to replace a text I click with a editable input, which gets submitted with ajax on blur.
0
votes
1answer
450 views
javascript mvc framework design practice for edit-in-place interface
I am programming a CMS that allows creating and editing elements (content blocks) on the site in a WYSIWYG manner. basically, when logged in, you see visually the same website, but hovering and ...
0
votes
2answers
236 views
Inline edit component in Swing
I'm wondering an inline edit Textfield for Swing does exist. I googled around a bit and checked all swing libraries which I know, but i did not find such a component. Has anyone implemented such a ...
1
vote
2answers
3k views
Edit-in-place JavaScript for editing multiple fields at a time
Could anyone recommend a JavaScript library or sample code for inline editing of multiple fields at the same time? I'm looking for something similar to Flickr, where when you click on either the name ...
5
votes
1answer
627 views
Calling Editinplace jquery plugin on a function and not on click
I am using jQuery editinPlace plugin, the default way of doing edit in place is using a click event on a selector, but the way I am trying to do is through context menu which calls a function ...
4
votes
2answers
851 views
Why are edit in place forms rendered together with the display version instead of being rendered on the fly?
Is there a specific reason that most everyone implements edit-in-place as a shown 'display' div and a hidden 'edit' div that are toggled on and off when somebody clicks on the associated 'edit' button ...
1
vote
1answer
1k views
Ruby on Rails 3, forms, ajax, nested, in-place editing, one-by-one. Best practice
Assume, that I have a complex nested form with many fields.
I want to edit its fields one-by-one in ajax way, so that every time I see form - it is in 'show' style (without fields to change ...
1
vote
3answers
691 views
How to add a text box in a div with a value with jquery (edit in place)
HI, I'm trying to add edit in place functionality to my site with jquery. I don't want to use a plugin, so my idea was that when you click the div that has the content in it, it would replace the div ...
3
votes
6answers
1k views
Rich edit in place
What is the best solution for something that support:
rich editor
edit in place
placeholder
save HTML and strip out malicious etc.
I would like to have a nice and usable interface to change data ...
2
votes
2answers
2k views
Rails 3 In-Place Editing
I'm trying to implement in-place editing in a Rails 3 app that takes the edited value and revises a calculation based on that value. For example:
Before edit of the "credits to donate" field:
...
0
votes
1answer
344 views
How do I make a table with dynamic models editable-in-place in Rails?
This is the view of a table that I have:
<% @campaign_events.each do |campaign_event| %>
<% model_name = campaign_event.class.name.tableize.singularize %>
<tr class="<%= ...

