Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorkkrzyzak
     

    Hi. I think, that Akelos form helper is great- creating text fields, textareas, checkboxes etc. is really simple- however, I'm unable to create automatically labels for form elements. It would be really nice to write: eg: <%= label 'Label name', 'object name','column name', {:class=>'class name'} ?> instead of <label for="objectname[columnname]" class="class name">Label name</label> or maybe simillar solution already exists in Akelos, but I couldn't find it?