Add new row indicator
See original GitHub issueThe main idea - to have a ‘ghost’ row in each region which will displays that user can add a new row. By clicking on it new text node will be appended to the region.
Use cases
- When user opens page with content editor but there is no data in it yet (it’s hard to understand that you can edit something here if there is blank white page).
- Case #91
create a new paragraph after uploading images
described earlier.
Some thoughts on behavior
- Don’t add new rows if bottom ones is empty. Just focus caret on it.
- Have an ability to disable\enable this behavior.
- Fixtures requires placeholders and shouldn’t have
add new row
button.
This is how I see it
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Example 3: creating a row indicator - Sybase Infocenter
Example 3: creating a row indicator. This example demonstrates the use of several functions: Bitmap, Case, CurrentRow, GetRow, and RGB.
Read more >Add New Row at Specific Index Position to Data Frame in R ...
This tutorial shows how to insert a new data frame row at a certain row index in the R programming language. The post...
Read more >Changing / Adding a Row Indicator in a Gridview for Selected ...
Hi, Im currently trying to add a different indicator in the indicator column using gridView1_CustomDrawRowIndicator via your video ...
Read more >Pandas: Appending a row to a dataframe and specify its index ...
where the new row gets the index label automatically. Is there any way to control the new label? python · pandas · Share....
Read more >CSS New record row indicator - Alpha Anywhere Documentation
Use the Default css link in the Define CSS dialog located below the text area to insert the default CSS for the row...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@anthonyjb Pressing enter is possible solution, but not intuitive. A lot of my testers failed this task 😄 I think that making feature to add button at the end of each editable region as optional will leave current behavior and will give give more flexibility to your awesome tool.
I’ve not had any further feedback on this enhancement so I’m closing it for the moment, but happy to re-open if more support for the changes is forthcoming.