Richard Rudy's Profile
Richard Rudy
- Job Title unspecified
- Website unspecified
- Blurb unspecified
- Stats
- Rank 69
- Score 16
- Posts 0
- Likes recieved 0
- Post comments 5
- Likes given 1
Richard Rudy's Posts
Richard Rudy has not written any posts.
Posts Richard Rudy likes
| Title | Author |
|---|---|
| DataObject as Pages: The Module | Aram Balakjian |
Hey Aram, any plans on tweaking this for SS3. I've started slowly chunking away at it removing code that incompatible...
09/06/2012 8:48pm on DataObject as Pages: The ModuleAram, I have the following in the index() of MyDataObjectAsPageHolderPage_Controller: if(Director::is_ajax()/* || $_GET["ajaxDebug"]*/) { return $this->renderWith(array('MyDataObjectAsPageHolderPage_ajax')); } else { return...
17/04/2012 12:37am on DataObject as Pages: The ModuleJust wondering how I'd call a DataObjectAsPage with AJAX, placing the usual if(Director::is_ajax()) and index call in the DataObjectAsPageHolder doesn't...
15/04/2012 9:15pm on DataObject as Pages: The Module