Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorbloogrox
     
    akelos doesn't support enum type of field.
    so
    i have table `table` and field `atype` in it.
    i want it to be select in my scaffold with values ( 'type1', 'type2' ) instead of <input type=text>
    any idea ?

    thanks
    • CommentAuthordemaio
     

    have a look at booklink tutorial , there is how to add select and option fields to your views there. Select-related informations are also availeable on the Akelos API in the section devoted to ActionView - > Helpers...

    best regards

    Demaio