Carlos Cesar Caballero Díaz
1dea18b8a1
Fix form submit buttons responsiveness
2018-04-26 14:06:58 -04:00
Carlos Cesar Caballero Díaz
bf85a0b8df
Remove unused glyphicons fonts in welcome app
2018-04-26 12:44:11 -04:00
Carlos Cesar Caballero Díaz
fa41c255da
Fix welcome footer
2018-04-26 11:32:19 -04:00
Carlos Cesar Caballero Díaz
ff3e9ec85b
Add last bootstrap version
...
- include bundle js version
- include map files
2018-04-26 10:46:48 -04:00
Leonel Câmara
b4673384e5
Update bootstrap from a v4-alpha version to the latest release
...
Fixed welcome to work with the new release
Fixed checkboxes and radiobuttons in bs4 formstyle
2018-03-07 14:07:09 +00:00
mdipierro
9c6df11459
font-awesome
2018-02-24 12:31:33 -06:00
Francisco Ribeiro
7aafd05cbb
patched flash function to prevent XSS
2018-02-12 11:36:34 +00:00
mdipierro
4f51647b2f
align login menu to right
2017-12-02 14:15:06 -06:00
mdipierro
b11d6f6498
removed share
2017-12-02 13:30:19 -06:00
mdipierro
4a2a02d1fe
fixed display of computed fields
2017-12-02 12:52:15 -06:00
mdipierro
65b3e6dda9
support for bootstrap4
2017-11-13 23:29:34 -06:00
Eric Waldman
2aa8fd22a2
Set entry animation to 'fadeIn' and provide an easy switch for 'slideDown'
2017-11-03 15:17:18 -04:00
abastardi
e880da0d0e
Fix submit button disable bug
...
When a form includes more than one submit button, after being disabled
all buttons are re-enabled with the value of the first button rather
than having their original values restored. This change iterates over
each button separately to disable and enable.
2017-08-23 11:43:40 -04:00
mdipierro
c183c7b18b
Merge pull request #1666 from abastardi/ajax-uploads
...
Enable Ajax file uploads
2017-07-10 14:15:01 -05:00
mdipierro
5583e9cdc7
R-2.16.0b1
2017-07-05 01:37:48 -05:00
abastardi
78f3af6fc1
Use FormData when supported to allow Ajax file uploads
2017-06-21 16:29:19 -04:00
Andrew Willimott
1c747357b0
Repointed appadmin to admin/static for d3 files
2017-05-16 06:47:30 +12:00
Andrew Willimott
57b554d618
Initial d3 graph commit. Add d3 to graph layout
2017-05-04 07:03:07 +12:00
Carlos Cesar Caballero Díaz
02d2fefc21
renamed "on_succes" option to "done" allowing multiple inputs
...
renamed "on_succes" option to "done" allowing multiple inputs,code
refactoring
2017-04-12 08:48:52 -04:00
Carlos Cesar Caballero Díaz
232598fd8d
Added on_succes and custom options for web2py ajax function
2017-04-10 12:23:34 -04:00
Vinyl Darkscratch
fc0add67b5
Add web2py componentBegin event
...
Like the “w2p:componentComplete” event I added a while back, this is
another event that I use in my website, and I thought it would be
helpful to share it with others. This way, you can easily catch when a
web2py component starts loading, and write a handler for whatever
reason (in my case, determining when the user is navigating to a new
page through a smooth loading function piggybacking off of the web2py
component system)
2016-11-29 14:05:17 -08:00
Vinyl Darkscratch
e19435dbcf
Prevent Firefox from loading the page "javascript:null;"
2016-11-11 18:51:38 -08:00
Vinyl Darkscratch
0a07af55f9
Replace "#" link with "javascript:null;"
2016-11-11 03:31:10 -08:00
Vinyl Darkscratch
8e79e49ae3
Mobile (iOS) fix for dismissing flashes
...
iOS devices don’t like listening to clicks on most objects. They
typically prefer a and button objects. This fix replaces the
#closeflash span with a link to “#” instead (while also inheriting
text-decoration and color styling), so that mobile (iOS) devices will
allow you to close the flash.
2016-11-10 01:19:06 -08:00
Vinyl Darkscratch
7615848f83
Add a fired event after the component has finished loading
...
Sometimes we may want to know when the component is finished with it’s
loading process entirely to trigger animations or something similar. I
added this for my own website, and I think that others may want to use
this. It’s a small addition, but I hope that it will be helpful to
others!
2016-10-18 18:27:37 -07:00
Vinyl Darkscratch
a28b1e30c9
Merge remote-tracking branch 'web2py/master'
2016-10-10 20:49:54 -07:00
mdipierro
4026357689
fixed undefined var in web2py.js
2016-09-27 16:49:20 -05:00
Vinyl Darkscratch
24d1eea554
Support for custom 503 responses
...
Added support for a custom 503 (temporary maintenance) page based upon
the DISABLED file in an app folder
2016-09-09 00:23:33 -07:00
Richard Vézina
bd47b7f80a
.att() -> .prop() for setting autocomplete off
2016-07-10 12:30:22 -04:00
niphlod
955b30a871
fixes #1364
2016-06-28 21:36:59 +02:00
mdipierro
d5d25e8110
jquery 1.12.2
2016-03-18 20:49:19 -05:00
mdipierro
5e28112eda
new welcome css
2016-03-02 08:47:58 -06:00
mdipierro
dc5cac07e1
fixed bs3 form alignment
2016-03-01 23:39:08 -06:00
mdipierro
7259f273f3
fixed some body padding in welcome
2016-02-07 00:12:33 -06:00
mdipierro
8645365f58
fixed some button style issues in grid
2016-02-07 00:10:38 -06:00
niphlod
17f1a51133
fixes #1100
...
now elements with data-w2p_disable are not disabled.
in addition, for non-ajax forms, disabled submit buttons are reenabled
after 5 seconds
plus reindented, refactored AND jslinted
2015-12-30 16:19:39 +01:00
ilvalle
d883e3d84e
added w2p_target attribute in form to control the output destination
2015-11-14 12:03:20 +01:00
niphlod
12f848c899
fixes #1083
2015-10-19 21:50:34 +02:00
niphlod
827e663ac4
better list: widget
2015-09-21 22:18:18 +02:00
niphlod
46f081c45c
fixes #1068
...
threw in also a better list:string widget repr for bs3
Updated also the bootswatch theme because something was wrong
2015-09-21 21:38:28 +02:00
mdipierro
b47511c896
token default = web2py_uuid
2015-09-20 14:07:01 -05:00
mdipierro
9190191c7a
changed the default BS3 theme
2015-08-23 10:07:32 -05:00
mdipierro
7761219cba
jquery 1.11.3, bootstrap 3.3.5
2015-08-07 02:10:27 -05:00
mdipierro
d6146c9c5d
no more text shadow in buttons, was horrible
2015-07-01 12:18:10 -05:00
mdipierro
cdbf48f09b
fixed margin-top in welcome
2015-06-29 13:03:23 -05:00
niphlod
d61c372c95
fix display of checkboxes in search form of grid
2015-06-11 21:54:21 +02:00
mdipierro
8e3925820c
allow disabling of confirmation in js delete
2015-05-02 23:16:05 -05:00
niphlod
6a3bd509e0
bootstrap 3.3.4 is out.
2015-03-25 21:25:29 +01:00
mdipierro
8de4fbf38f
margin right
2015-03-18 18:32:10 -05:00
mdipierro
dbe3951507
fixed checboxes and radio widgets
2015-03-18 18:28:38 -05:00