Browse Source

Remove mentioning of removed example from progressbar docs (#8799)

* Remove mentioning of removed example from progressbar docs
tags/8.1.0.alpha1
Adam Wagner 7 years ago
parent
commit
9e2e720ca3
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      documentation/components/components-progressbar.asciidoc

+ 1
- 2
documentation/components/components-progressbar.asciidoc View File

@@ -29,8 +29,7 @@ server push to update the browser. You can enable polling with
<<dummy/../../../framework/advanced/advanced-push#advanced.push,"Server Push">>
for instructions about using server push. Whichever method you use to update the
UI, it is important to lock the user session by modifying the progress bar value
inside [methodname]#access()# call, as illustrated in the following example and
described in
inside [methodname]#access()# call, as described in
<<dummy/../../../framework/advanced/advanced-push#advanced.push.running,"Accessing UI from Another Thread">>.

[source, java]

Loading…
Cancel
Save