jasny-bootstrap

How to get File Location using Jasny File Upload

自闭症网瘾萝莉.ら 提交于 2020-01-03 03:39:06
问题 I wanted to pass the File Location to my Controller I have been using data-bind ="value: x" on each element here but to no available I can't catch the file location. I'm using this script from Jasny Bootstrap FileUpload <div class="fileupload fileupload-new" data-provides="fileupload"> <div class="input-append"> <div class="uneditable-input span3"><i class="icon-file fileupload-exists"></i> <span class="fileupload-preview"></span></div><span class="btn btn-file"> <span class="fileupload-new"

Jasny Bootstrap rowlink close modal is not closing?

限于喜欢 提交于 2019-12-24 05:02:12
问题 I am realy have problem with this Jasny Bootstrap rowlink modal not closing. I have import Bootstrap v 3.2.0. There I have this table where I whant to have when you click on row modal with some data opens. So far this works, on row click modal opens, and show some data - BUT! when I close it, it doesn't close (modal is not closing). Here is my intire code for table with modal: <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th>Interna št.</th> </tr> </thead>

Jasny Bootstrap rowlink close modal is not closing?

孤者浪人 提交于 2019-12-24 05:02:12
问题 I am realy have problem with this Jasny Bootstrap rowlink modal not closing. I have import Bootstrap v 3.2.0. There I have this table where I whant to have when you click on row modal with some data opens. So far this works, on row click modal opens, and show some data - BUT! when I close it, it doesn't close (modal is not closing). Here is my intire code for table with modal: <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th>Interna št.</th> </tr> </thead>

Jasny bootstrap: Mobile View

痞子三分冷 提交于 2019-12-24 00:59:52
问题 I 'm using Jasny bootstrap to create a left hand navigation menu and I came across an issue. So, for mobile screens you get something like the above. How are you supposed to close the menu? This is from his own examples at his website Thanks! 回答1: You may use something like that $('.navmenu, .navbar-offcanvas').css({ "width": (viewport - 50) + "px" }); and you get fixed indent on all devices, see that answer 回答2: Change the following style in the jasny-bootstrap.css file to desired width.

Jasny Bootstrap change

一世执手 提交于 2019-12-12 01:54:43
问题 I was looking for a sidebar to my admin template and I wanted to use jasnybootstrap. My goal was to resize the content and do not translate out of the screen. A similar effect is this http://startbootstrap.com/template-overviews/simple-sidebar/ I hope someone can tell me if it is possible to obtain such a result. <nav id="myNavmenu" class="navmenu navmenu-default navmenu-fixed-left offcanvas" role="navigation"> <a class="navmenu-brand" href="#">Brand</a> <ul class="nav navmenu-nav"> <li class

Jasny Bootstrap File Upload Control

送分小仙女□ 提交于 2019-12-11 02:28:14
问题 I am using Jasny Bootstrap file upload control in my asp.net project. It looks really good, but im unable to send the attached file to the server (a .ASHX webservice) My layout code look like this <div class="fileupload fileupload-new" data-provides="fileupload"> <div class="input-append"> <div class="uneditable-input span3"><i class="icon-file fileupload-exists"></i> <span class="fileupload-preview"></span></div><span class="btn btn-file"><span class="fileupload-new">Select file</span><span

How to get File Location using Jasny File Upload

陌路散爱 提交于 2019-12-06 19:32:28
I wanted to pass the File Location to my Controller I have been using data-bind ="value: x" on each element here but to no available I can't catch the file location. I'm using this script from Jasny Bootstrap FileUpload <div class="fileupload fileupload-new" data-provides="fileupload"> <div class="input-append"> <div class="uneditable-input span3"><i class="icon-file fileupload-exists"></i> <span class="fileupload-preview"></span></div><span class="btn btn-file"> <span class="fileupload-new">Select file</span><span class="fileupload-exists">Change</span> <input type="file" /></span><a href="#"