当前位置: 首页 > 软件库 > 程序开发 > >

ember-inline-edit

Inline editing component for ember.js
授权协议 MIT License
开发语言 JavaScript
所属分类 程序开发
软件类型 开源软件
地区 不详
投 递 者 公良修竹
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

ember-inline-edit

ember-inline-edit provides inline editing for your ember apps. Has basic keyboard support, too.

Installation

ember install ember-inline-edit

Usage

Use the ember-inline-edit component and provide it a default value.

{{ember-inline-edit
    value=(readonly value)
    onSave=(action (mut value))
  }}

This will give you a component that can be edited inline. To learn more, please check out our documentation.

Keyboard Support

Inside the inputs (the textarea, input fields, etc.), if the user hits enter, it does exactly what a click on the save button would do (i.e. sends an onSave action and closes the editor).

If the user hits esc, the editor closes and sends the onCancel action.

Issues? Bugs?

Please report any issues or bugs you find.

  • 到目前为止,我们一直在使用硬编码数据,这通常是不现实的。大多数的时间,你有一些 REST 或实时数据需要与后端同步;Ember Data 可以帮助我们了。我已经得到了一个地址簿应用程序的。左边的是我们的联系人列表,当被点击时,我们会显示右边的联系人。在这一集里,我们将看到如何Ember Data 可以帮助我们填充列表-创建和编辑。 我已经得到了一个地址簿应用程序的框架。左边的是我们的联系人列表,当

  • <!DOCTYPE html> <html> <head> <meta name="description" content="Ember: Routes, {{outlet}}, and {{#linkTo}}" /> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="//cdnjs.clo

  • <!DOCTYPE html> <html> <head> <meta name="description" content="Ember: Routes, {{outlet}}, and {{#linkTo}}" /> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="//cdnjs.clo

 相关资料
  • 描述 (Description) @import (inline)语句将CSS复制到输出CSS文件中而不进行处理。 当CSS文件不兼容时,这很有用。 尽管LESS支持大多数标准CSS,但某些地方不支持注释,如果不修改CSS,它将不支持所有已知的CSS黑客攻击。 即使@import (inline)不会处理CSS,它也会确保所有CSS都在一个文件中。 这是在1.5.0版本中发布的。 例子 (Exam

  • 本文向大家介绍block、inline、inline-block的区别?相关面试题,主要包含被问及block、inline、inline-block的区别?时的应答技巧和注意事项,需要的朋友参考一下 参考回答: block元素会独占一行,多个block元素会各自新起一行。默认情况下,block元素宽度自动填满其父元素宽度。 block元素可以设置width,height属性。块级元素即使设置了宽度

  • 描述 (Description) 内嵌标签被分成组内嵌的,使我们能够快速地将它们之间翻转。 例子 (Example) 下面的例子演示了使用上Framework7内嵌接片不同的内容之间的切换 - <!DOCTYPE html> <html> <head> <meta name = "viewport" content = "width = device-width, initial

  • Sphinx uses interpreted text roles to insert semantic markup into documents. They are written as :rolename:`content`. Note The default role (`content`) has no special meaning by default. You are free

  • 将页面依赖的js、css、img资源嵌入到页面中去。 举例,如html页面中有如下外部css链接: <link href="css/style.css?__inline=true" rel="stylesheet" /> 运行grunt inline后,会被替换成内联样式。js也类似,而图片则会被转换成对应的base64字符串。 <style>/* contents of css/style.cs

  • This example shows you the inline editing capabilities of TinyMCE. The world’s first rich text editor in the cloud Have you heard about Tiny Cloud? It’s the first step in our journey to help you deliv