• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

[SOLVED] Help with 'library list' (path).

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [SOLVED] Help with 'library list' (path).

    Hey all at 217 N. Jefferson St, Suite 450. It's Mike and I have a simple question for you. Please see attached.

    Thanks...
    Attached Files

  • #2
    Quick answer - the file paths in the html file will need to be in the apache configuration. You'll find a httpd.conf file in the IFS directory -- /www/nameofyourinstance/conf/
    In there you would need to specify directories and access type. You should find some Valence and extjs directives in there that can guide you.

    Comment


    • #3
      The config file looked correct.

      New error. See attached.

      Now what?
      Attached Files

      Comment


      • #4
        MCSchlemme,

        MVC in Ext has some rules that you must follow. Some of the naming of your files has to relate properly to how you name your stores and views etc. You'll need to indicate that some files are 'required' in order to have them be dynamically pulled in.

        Can you post your code from your app.js file?

        Just copy and paste it in between code tags. have code and /code but surrounded by []

        Comment


        • #5
          Hi Eric,

          Actually I got it working. Not sure how. I'm going to examine that now. I may post the code later.

          Thanks...

          Comment

          Working...
          X