- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用来自 jasny-bootstrap 的文件上传进行编辑操作。有一些使用过的页面已登录,他/她已经上传了图像,我希望能够呈现它们以便用户更改或删除。
正在使用以下内容
http://jasny.github.com/bootstrap/javascript.html#fileupload
使用以下代码段
<div class="fileupload fileupload-new" data-provides="fileupload">
<div class="fileupload-new thumbnail" style="width: 200px; height: 150px;"><img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&text=no+image" /></div>
<div class="fileupload-preview fileupload-exists thumbnail" style="max-width: 200px; max-height: 150px; line-height: 20px;"></div>
<div>
<span class="btn btn-file"><span class="fileupload-new">Select image</span><span class="fileupload-exists">Change</span><input type="file" /></span>
<a href="#" class="btn fileupload-exists" data-dismiss="fileupload">Remove</a>
</div>
</div>
它在新图像上完美运行,但我如何渲染现有图像?在手册中它说我必须使用 fileupload-exists 类而不是 fileupload-new,我试过了并且它在编辑模式下显示了表单。但是没有显示来自源的图像,请指教
问候,
最佳答案
将图像添加为预览(因此在 .fileupload-preview
中)并将顶级类更改为 .fileupload-exists
。
<div class="fileupload fileupload-exists" data-provides="fileupload">
<div class="fileupload-new thumbnail" style="width: 200px; height: 150px;">
<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&text=no+image" />
</div>
<div class="fileupload-preview fileupload-exists thumbnail" style="max-width: 200px; max-height: 150px; line-height: 20px;">
<img src="http://jasny.github.com/bootstrap/assets/img/extended-by-jasny.png">
</div>
<div>
<span class="btn btn-file"><span class="fileupload-new">Select image</span><span class="fileupload-exists">Change</span><input type="file" /></span>
<a href="#" class="btn fileupload-exists" data-dismiss="fileupload">Remove</a>
</div>
</div>
同时检查这个 fiddle :http://jsfiddle.net/GR2Lt/
附言您目前必须点击“删除”两次。这将在下一个版本中修复。
关于twitter-bootstrap - jasny fileupload 元素,无法将其用于编辑操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13611297/
如何将 jasny-bootstrap 导入到我的 ES6 类中? ES6: 'use strict'; import $ from 'jquery'; import jasny from 'jasn
我尝试使用 Jasny fileupload 将多个文件传递给表单内的 php,提交事件应该通过 ajax 发布的数据上传。但我无法让它工作。我无法将 jasny 上传附加到发布的数据。 如果有更好的
我正在使用Jasny Bootstrap我的asp.net项目中的文件上传控件。 看起来确实不错,但我无法将附件发送到服务器(.ASHX Web 服务) 我的布局代码如下所示 Select fi
我使用带有输入掩码的 jasny bootstrap 来验证输入。 http://jasny.github.io/bootstrap/ 具有以下代码。 如何清除输入字段的值?我尝试了以下方法: $(
我将 bootstrap 与 Jasny bootstrap ( http://www.jasny.net/bootstrap/ ) 一起使用。我正在尝试创建一个导航栏,关闭 Canvas 菜单,就像
我整合了Jasny Fileinput将小部件放入我现有的表单中。当我选择新文件时,它会显示两个按钮:更改和删除。我认为在这种情况下不需要更改按钮,所以我想完全删除此按钮。通过向元素添加 style=
这简直要了我的命。 Jasny 出色的文件上传插件在 Chrome 中运行良好,但在 Firefox 和 IE 中单击“选择文件”按钮根本不起作用。实际上,在 Firefox 中我收到一条 jquer
我正在使用 Jasny Bootstrap对于我的响应式网站。但是,子导航的链接在移动设备上不起作用。当我在我的桌面上测试它时,我可以点击链接。但是当我在手机上测试它时,它只会关闭导航栏。以下是我的代
当我使用 this example from jasny-bootstrap 时并在使用 navbar-toggle 和 navbar-collapse 以及两个使用 navbar- 的 navbar
我一直在寻找我的管理模板的侧边栏,我想使用 jasnybootstrap。我的目标是调整内容的大小并且不要翻译出屏幕。 类似的效果是这个http://startbootstrap.com/templa
我使用用于 bootstrap 3 的 jasny 上传图像预览插件但是当预览图像为空时这不起作用。我只需要显示 no+image 和 select image 按钮而不是 empty div 和 c
我将 Bootstrap 与 Jasny fork 一起使用.我正在处理用户可以上传图片的表单。我想隐藏表单的提交按钮,直到用户实际选择了图像。理想情况下,当用户从表单中删除文件时,提交按钮也应该消失
我正在使用带有 anchor 链接的 jasny bootstrap Canvas 外菜单,以便在单击时导航到 1 月部分。当我点击 anchor 链接时,我添加了一个 jquery 解决方案来关闭
我正在使用 Jasny Bootstrap 库 http://jasny.github.io/bootstrap/ 我正在使用文件输入字段。
我在我的一个网页中为 Offcanvas 推送菜单实现了 jasny bootstrap。每当我单击按钮时它都会打开。但是当我再次单击按钮或 Jasny Off-canvas 外部(主体)的任何地方时
提前感谢阅读。 使用 CDN,我将以下 API/库合并到我的元素中: 我还导入了 jquery 和 less 但没有使用 CDN 来这样做。 我在添加 Jasny Bootstrap(上图
当我试图找到类似 .row-link 的东西时,我才发现 Bootstrap 有一个扩展。所以当我在我的 table 上实现它时,我似乎无法在我点击每一行时调用模式。 boostrap 中的模态将不会
我正在阅读 this文章和作者指出以下内容: In app/app.js adjust the ApplicationView so that it doesn’t insert the wrappi
我正在尝试使用 jasny fileinput 控件实现图像缩略图预览。由于我的照片可能需要旋转,因此我添加了额外的旋转按钮。我遇到的问题是,当图像不是正方形并且旋转时,它会从缩略图空间中部分 cho
以下 HTML 使用 Jasny Bootstrap mod fileinput.js
我是一名优秀的程序员,十分优秀!