DNNDev Admin
 Senior Member Posts:6419

 |
| 03 Mar 2010 04:18 PM |
|
I had posted this for the XMod Pro Early Bird participants a while back but have received several requests for it recently, so I'm re-posting here. This contains the source files for the Employee Viewer demo that you'll find here: http://dnndev.com/Products/XModPro/Demo/tabid/380/language/en-US/Default.aspx Best, Kelly |
Attachment: XMP_EmployeeViewerDemo_Source.zip
|
Power Your Website With XMod Pro Buy XMod Pro Today |
|
|
Bay Creek
 New Member Posts:18

 |
| 30 Apr 2010 09:14 PM |
|
This is great! Would you also post the source files for the Table/Grid demo? |
|
|
|
|
ihostjohn
 New Member Posts:1

 |
| 04 May 2010 01:58 AM |
|
I am new to XModPro...I really like the employee viewer demo and was wondering if there are instructions on how to install the files you have provided here. Thanks! John |
|
|
|
|
DNNDev Admin
 Senior Member Posts:6419

 |
| 05 May 2010 02:30 PM |
|
Hi John, Each of the text files are either a form or template (what it is, is in the file name). Simply open the text files and copy/paste their contents into new forms/templates from within XMP. Then, from your SQL page in DNN (on the Host menu), open the sql files and run them. Note that you may need to edit the SQL. Right now it is setup for just [dbo] whereas your database may need a different schema and/or objectQualifier. Two other points: 1) Backup your database before running the SQL - there shouldn't be a problem but you should always err on the side of caution :) 2) Please change the email address in the employee viewer form <email to="kford@knowbetter.com" from="kford@knowbetter.com" subject="New Employee ([[FirstName]] [[LastName]]) Record Added" format="html"> to use your email addresses rather than mine. Best, Kelly |
|
Power Your Website With XMod Pro Buy XMod Pro Today |
|
|
eduardob
 New Member Posts:13

 |
| 03 Jun 2010 01:13 AM |
|
I'm more interested in the table/grid demo |
|
|
|
|
Chris Wolverton
 New Member Posts:5

 |
| 19 Aug 2010 11:28 AM |
|
Any chance we will ever see the source code for the Table/Gride demo? |
|
|
|
|
Joel Hulen
 New Member Posts:15

 |
| 19 Aug 2010 08:07 PM |
|
[quote] Posted By Chris Wolverton on 19 Aug 2010 06:28 AM Any chance we will ever see the source code for the Table/Gride demo? [/quote] I agree. I would love to see the source form and template files for the Table/Grid demo! That functionality is exactly what I'm looking for in a current project. Joel |
|
|
|
|
Chris G
 New Member Posts:22

 |
| 28 Aug 2010 03:07 AM |
|
I created two templates within one instance of XMP (similar to the Employee Viewer) and it's allowing the filtering, but the page reloads anytime a link is clicked as apposed to using AJAX the way this example does. Is there a setting I need to change for that? In Host-->Module Definitions I tried enabling partial rendering for the XMP control, but that didn't help. |
|
|
|
|
Tim Shadgett
 New Member Posts:3

 |
| 03 Sep 2010 01:42 AM |
|
I also am interested in seeing the source for the Table/Grid Demo shown here: http://dnndev.com/Products/XModPro/Demo/TableView.aspx I have a site that could use a number of similar setups (in fact it is the whole reason I bought the product...) |
|
|
|
|
Alon Hirsch
 New Member Posts:27

 |
| 22 Aug 2011 11:37 AM |
|
I would also like to see the source for that if it is available. Any news / updates on this? |
|
|
|
|
DNNDev Admin
 Senior Member Posts:6419

 |
| 22 Aug 2011 01:58 PM |
|
It is available here: http://dnndev.com/tabid/390/afv/topic/aff/53/aft/28229/Default.aspx Best, Kelly |
|
Power Your Website With XMod Pro Buy XMod Pro Today |
|
|
brian maccormack
 New Member Posts:34

 |
| 20 Apr 2012 09:42 PM |
|
This is a great demo. One question. Is there a way in to make a previously opened "InLineSelection" automatically close when another region is selected? Thanks |
|
|
|
|
DNNDev Admin
 Senior Member Posts:6419

 |
| 20 Apr 2012 09:45 PM |
|
Sure. Basically in the code that opens the details, have it add a class like "DetailsActive" or something to the element. Then, when you go to open a new detail, first find all items with the DetailsActive class name and hide them. Best, Kelly |
|
Power Your Website With XMod Pro Buy XMod Pro Today |
|
|