NetTalk Central

Author Topic: p_web.Function() list?  (Read 2618 times)

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
p_web.Function() list?
« on: June 21, 2013, 05:36:38 AM »
It would be great to have a list of p.web.DoSomethings() and a description of what they do and where they can be used in embeds. I cannot find anything in the docs.

Obviously, p_web.GetSessionValue(), p_web.SetSessionValue(), and p_web.GetValue() are known but a lot of functions I have discovered by accident and they can save me a lot of time.

Searching NetWeb.clw does not work so well because of the need to pass parameters, etc. without knowing the whys and wheres that a function can be used and what it does.

Has anyone put together such a list or know where I can find one?

Chuck

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: p_web.Function() list?
« Reply #1 on: June 21, 2013, 06:38:59 AM »
>> It would be great to have a list of p.web.DoSomethings()

It would indeed. Docs is an ongoing project and one which consumes a lot of time already - and yet the list of things to do seems to get ever longer. My current goal is to finish the Template Reference, which is now _almost_ finished. After that there are some other areas of the old docs which need refactoring, and then I'll start on the Class method reference for the WebServer and WebServerWorker classes.

Cheers
Bruce

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: p_web.Function() list?
« Reply #2 on: June 21, 2013, 10:43:42 AM »
Thanks Bruce - I understand exactly - my own software documentation is last on my to-do list - I will await patiently for your words.

Chuck