FishCustard Posted October 26, 2013 Posted October 26, 2013 Hi Nick, Is there a quick guide to how to extend HAP? More specifically I'm looking to write a module that has a tile as an entry point, displays a page allowing for some data entry and file uploads and then composes a document based on these each week. It's to streamline the composition of our staff briefing document. I have developed desktop apps in C# before, and written web applications in Python and PHP (eww...), but have little experience with ASPX - I'm sure I'll be able to figure things out, but could do with a kick-start on developing for HAP specifically. Thanks in advance!
nickbro Posted October 26, 2013 Posted October 26, 2013 There's some API References on codeplex: Home Access Plus+ - Documentation Basically you'd just need to make new .aspx pages, most of which will have javascript/jquery
FishCustard Posted October 26, 2013 Author Posted October 26, 2013 Cool, thanks. I'm assuming the 'pretty' URLs are done using ASP.NET Routing?
nickbro Posted October 26, 2013 Posted October 26, 2013 Yep, you may struggle with it because of hap controlling that part, but you can always download the source and edit that.
FishCustard Posted October 26, 2013 Author Posted October 26, 2013 My plan was always to add the module directly into HAP - hopefully in such a fashion that upgrades won't break it irreparably.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now