Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Alpha Five AJAX Javascript Library

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

    Alpha Five AJAX Javascript Library

    Hi

    I am new to A5v9. Can somebody point me to where I can find all the functions available in the AJAX Javascript Library some of the tutorials speak about? I can't find this reference

    Thanks a lot

    Wolfgang

    #2
    Re: Alpha Five AJAX Javascript Library

    Im looking for this documentation and cant find it either, does some one knows if this even exists?
    Cheers
    Mauricio

    Comment


      #3
      Re: Alpha Five AJAX Javascript Library

      The only source I knew of was
      http://afas.alphasoftware.com/SamplePagesv9/#whatsnew
      However this link now seems bust.
      It's waste of time looking in the help for anything AJAX related, as it never seems to have been in any way added.

      - note the only AJAX I use for daily usage is
      a5_AJAX_Callback('callPage.AJAX.a5w,'action=testAction&vvar=testVal')
      from the client javascript,
      And from thhe server
      ?"alert('recieved test');"
      -
      There is on other useful call that submits all the controls on a page.

      Comment


        #4
        Re: Alpha Five AJAX Javascript Library

        Thanks, Colin, for the answer. At least something and it is what I assumed ;))

        regards

        Comment


          #5
          Re: Alpha Five AJAX Javascript Library

          One of the main reasons there is little documentation is the library is constantly evolving with the work for V10. This is a very fluid situation with new methods and functions being added, and many existing methods changing. Almost all of the methods shown in the Web Applications demo are still supported, but V10 will expose considerably more Ajax functionality. There is documentation being developed for the core functions (which are now pretty mature), and the other Ajax functions.

          Comment


            #6
            Re: Alpha Five AJAX Javascript Library

            Recently i read a post on the alpha bloG asking us to write some bad feadback, well here is one and an oldone too: Bad and outdated documentation, i think there us no valid excuse fo this on a profesional application but im glad that you r working on this issue allready
            Cheers
            Mauricio

            Comment


              #7
              Re: Alpha Five AJAX Javascript Library

              Thanks everybody for their constructive inputs. I am new to A5 and appreciate your help very much!

              Well, learning from some examples

              <script type="text/javascript" src="javascript/core.js"></script>
              <script type="text/javascript" src="javascript/AjaxFormLibrary.js"></script>
              <script type="text/javascript" src="javascript/aui.js"></script>

              it seems that the AJAX functions reside in AjaxFormLibrary.js. While I can find core.js and aui.js easily in the webroot/project/javascript folder and have a look what is in there ($(), for example...) I cannot find AjaxFormLibrary.js...

              kind regards to everybody

              Wolfgang

              Comment


                #8
                Re: Alpha Five AJAX Javascript Library

                Wolfgang (and others) -

                The javascript needed actually resides on the server, as part of the A5 Web Server engine. It's embedded in the program files, so you won't find a file list somewhere.
                -Steve
                sigpic

                Comment


                  #9
                  Re: Alpha Five AJAX Javascript Library

                  Yes the mystery AjaxFormLibrary.js...
                  I believe it resides within a dll default load location,
                  My guess is Alpha did this for speed and security,
                  eg It will work faster from a dll and competitors can't see what code they used.
                  Tip, I find it useful to start all my .Ajax.a5w pages like this

                  Code:
                  <%A5
                  Response.charset = "ISO-8859-1"
                  $('elementID').
                  is something like shorthand for
                  getelementById('elementID')

                  Thus from your AJAX.A5w page you can (i believe modify any HTML's attribute on the respective .A5w page.

                  This With the AJAX_Callback allows you to do almost any of the higher level functionality in the AJAX Library.
                  - To be quite honest I found the higher level commands to have oddities and weird syntax, when I could just as quickly throw something together in the lower level lingo.

                  Comment


                    #10
                    Re: Alpha Five AJAX Javascript Library

                    Hi Colin

                    I fully agree on what you say. Bascially, I have enough information now to make my first AJAX steps and I feel already more secure.

                    Thanks, BTW, also for your tip : a good one...

                    Happy coding

                    Comment

                    Working...
                    X