Naming Resolution
Thanks for your feedback on “File Mapping” post. We respect your feedback and have decided on the basic set of rules regarding class naming.
Tags: grid, newsThanks for your feedback on “File Mapping” post. We respect your feedback and have decided on the basic set of rules regarding class naming.
Tags: grid, newsHi. Few people have had difficulties understanding which approach is better to choose, since so many things can be done in different ways. This post will clarify you regardless where you should put your code.
Tags: add-ons, javascript, mvcWe have been discussing this internally but I’d like to hear your feedback on this matter.
It is Class to File mapping and use of upper / lower cases.
Tags: add-onsI stumbled upon a interesting jQuery plugin called Validity. Syntax seemed straightforward so I decided to see how long it takes to integrate it into Agile Toolkit.
http://validity.thatscaptaintoyou.com/
See demo here: http://demo.atk4.com/validity.html
Tags: jqueryUp till now we had to either pile up functions in API class formatted as page_user, page_user_add, page_user_del, or we had to create all those classes, each in it’s own file.
Well – not anymore. Now any page class can have sub-pages. Here how it works:
Tags: page