Vangelis Tsoumenis
4994d36b66
templateform.RenderForm now renders textarea
...
When RenderForm encounters a field with the structTag `form` value
type `textarea` it renders an actual <textarea> html tag.
2014-06-29 20:49:56 +02:00
Vangelis Tsoumenis
a991b9dcde
Removes unused FormType map from templatefunc
2014-06-29 20:49:35 +02:00
Vangelis Tsoumenis
3fe9e6a28a
extract func parseFormTag
from templatefunc.RenderForm
...
Extracted a func `parseFormTag` that takes a reflect.StructField
and returns the different positional parts of the `form` structTag
with default values as documented in
http://beego.me/docs/mvc/view/view.md#renderform
This makes RenderForm shorter and makes it possible to test the
parsing separately.
2014-06-29 20:49:08 +02:00
astaxie
0f170a80da
update the comments fix #658
2014-06-25 10:39:37 +08:00
astaxie
bdc01f52a0
Merge pull request #626 from mvpmvh/michael
...
Michael
2014-05-31 14:25:40 +08:00
Michael
a673a85d4a
added tests config/json_test that test missing key usecases. created a template function to fetch AppConfig values
2014-05-30 23:48:23 -05:00
astaxie
33ad6c1370
beego: remove app funciont & fix #590
...
config := tls.Config{
ClientAuth: tls.RequireAndVerifyClientCert,
Certificates: []tls.Certificate{cert},
ClientCAs: pool,
}
config.Rand = rand.Reader
beego.BeeApp.Server. TLSConfig = &config
2014-05-20 17:28:06 +08:00
astaxie
c5c806b58e
beego: XSRF support Controller level fix #610
...
default value is true when you Enable Global XSRF, also can control in
the prepare function to change the value.
2014-05-17 02:26:51 +08:00
astaxie
c188cbbcb4
update all files License
2014-05-17 02:26:50 +08:00
傅小黑
6cb3f588c7
fix comments typo in beego package/
2013-12-22 15:09:33 +08:00
astaxie
2c868a9557
make datePatterns hide
2013-12-21 20:44:34 +08:00
傅小黑
ff18ae2562
add api comments in file memzipfile.go,reload.go,router.go,template.go and templatefunc.go, fix spelling error GetInitListner as GetInitListener.
2013-12-21 13:19:24 +08:00
astaxie
19119e99f7
move utils to utils libs & func move to templatefunc
2013-12-12 22:25:08 +08:00