GithubHelp home page GithubHelp logo

Comments (13)

jonmak08 avatar jonmak08 commented on June 9, 2024 1

Hey @findela,

The API docs have been restored. You can now access them at https://alloyui.com/api/.

Please let me know if you have any questions. Thanks!

from alloy-ui.

wincent avatar wincent commented on June 9, 2024

The hosting platform we were using shut down so we will need to migrate to GitHub pages. In the meantime you may be able to get the info you're looking for from the website repo: https://github.com/liferay/alloyui.com

For example:

from alloy-ui.

SerenaGOT avatar SerenaGOT commented on June 9, 2024

Hi, Thanks for the link, but I am still stuck with understanding how to use event and eventRecorder in the scheduler. For example, if I want to change the color of an event when saving it. I use

var eventRecorder = new Y.SchedulerEventRecorder({ on: { save: function(event) { this.set("color","#000000"); } } });

But it would only change the next event I create not the current one that I want to set.
Could you show me an example of the SchedulerEventRecorder since I cannot find the example on the current website. Thank you so much!

from alloy-ui.

findelallc avatar findelallc commented on June 9, 2024

What about the current status of the documentation building platform?

from alloy-ui.

wincent avatar wincent commented on June 9, 2024

@SerenaGOT: I'm afraid I don't have any examples beyond what is in the documentation (I've not actually used Alloy UI myself yet, I'm just helping with the website); can I ask you to create a separate issue with your question in it, for better visibility?

@findela: I'm not sure I understand your question; could you please clarify? Thanks.

from alloy-ui.

findelallc avatar findelallc commented on June 9, 2024

@wincent alloyui site is not reachable,I was looking for more design related docs - how to change calendar styling and ux through the functions which I have found earlier inside website docs,can you help me those customise styling instructions/api?

Thanks

from alloy-ui.

wincent avatar wincent commented on June 9, 2024

Yep @findela, the site is currently unreachable as noted above: until we fix it, the markdown documents are still visible in the alloyui.com repo in the src/documents/ directory.

from alloy-ui.

scheriam avatar scheriam commented on June 9, 2024

In the meantime you could try to use the Internet Archive to browse a bit through the documentation:
https://web.archive.org/web/20190128223856/https://alloyui.com/
(to reach the navigation on the top of the page, you need to close the WayBackMachine toolbar with the x in the top right corner)

from alloy-ui.

jonmak08 avatar jonmak08 commented on June 9, 2024

https://alloyui.com/ has been restored. We apologize for any inconvenience this may have caused.

Please let me know if you have any questions. Thanks!

from alloy-ui.

findelallc avatar findelallc commented on June 9, 2024

@jonmak08 Still loading the site,not working and few links are working,API docs section is missing.

from alloy-ui.

jonmak08 avatar jonmak08 commented on June 9, 2024

Hey @findela,

The site loads perfectly fine for me and a few others on various devices. You can try to also hit http://liferay.github.io/alloyui.com which should redirect to https://alloyui.com/.

See screenshot for website loading correctly.
screencapture-alloyui-2019-05-07-00_22_36

Please let me know if you have any questions. Thanks!

from alloy-ui.

wincent avatar wincent commented on June 9, 2024

Looks like alloyui.com is resolving to 185.199.18.153 and 185.199.109.153.

I think that first one is a typo and should be 185.199.108.153. Reason it works for @jonmak08 and not @SerenaGOT is their DNS servers don't necessarily need to return the same IP.

~ ❯ dig alloyui.com                                                                                                                                                                                                                           ~

; <<>> DiG 9.10.6 <<>> alloyui.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18354
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 3

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1024
;; QUESTION SECTION:
;alloyui.com.                   IN      A

;; ANSWER SECTION:
alloyui.com.            300     IN      A       185.199.18.153
alloyui.com.            300     IN      A       185.199.109.153

;; AUTHORITY SECTION:
alloyui.com.            171813  IN      NS      jim.ns.cloudflare.com.
alloyui.com.            171813  IN      NS      sofia.ns.cloudflare.com.

;; ADDITIONAL SECTION:
sofia.ns.cloudflare.com. 76582  IN      A       173.245.58.223
sofia.ns.cloudflare.com. 76072  IN      AAAA    2400:cb00:2049:1::adf5:3adf

;; Query time: 32 msec
;; SERVER: 192.168.40.1#53(192.168.40.1)
;; WHEN: Tue May 07 09:20:25 CEST 2019
;; MSG SIZE  rcvd: 168

~ ❯ dig liferay.github.io +noall +answer                                                                                                                                                                                                0.22s ~

; <<>> DiG 9.10.6 <<>> liferay.github.io +noall +answer
;; global options: +cmd
liferay.github.io.      3599    IN      A       185.199.111.153
liferay.github.io.      3599    IN      A       185.199.108.153
liferay.github.io.      3599    IN      A       185.199.110.153
liferay.github.io.      3599    IN      A       185.199.109.153

from alloy-ui.

findelallc avatar findelallc commented on June 9, 2024

@jonmak08 I am looking for API Docs as I am intended to integrate with vue project,looking for theming changes,which is not getting.

from alloy-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.