Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
8a4699fc
Commit
8a4699fc
authored
Sep 06, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default browser rt_mozilla
parent
a67271b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
src/wbl/pwrb/src/pwrb_c_webbrowserconfig.wb_load
src/wbl/pwrb/src/pwrb_c_webbrowserconfig.wb_load
+10
-2
No files found.
src/wbl/pwrb/src/pwrb_c_webbrowserconfig.wb_load
View file @
8a4699fc
...
@@ -25,6 +25,8 @@ SObject pwrb:Class
...
@@ -25,6 +25,8 @@ SObject pwrb:Class
EndBody
EndBody
!/**
!/**
! The webbrowser used when opening an URL.
! The webbrowser used when opening an URL.
! Use 'rt_mozilla' instead of mozilla to allow all users to
! open mozilla from xtt.
!*/
!*/
Object WebBrowser $Attribute 1
Object WebBrowser $Attribute 1
Body SysBody
Body SysBody
...
@@ -42,11 +44,11 @@ SObject pwrb:Class
...
@@ -42,11 +44,11 @@ SObject pwrb:Class
! Example
! Example
! The symbol common is defined
! The symbol common is defined
!
!
! URL_Symbols[0]
common http://newton:8080/pwr
! URL_Symbols[0]
project http://newton/data1/pwrp/vwxnu1/common/web
!
!
! and used in an URL
! and used in an URL
!
!
! $
common
/my_datasheet.html
! $
project
/my_datasheet.html
!*/
!*/
Object URL_Symbols $Attribute 2
Object URL_Symbols $Attribute 2
Body SysBody
Body SysBody
...
@@ -56,6 +58,12 @@ SObject pwrb:Class
...
@@ -56,6 +58,12 @@ SObject pwrb:Class
EndBody
EndBody
EndObject
EndObject
EndObject
EndObject
Object Template WebBrowserConfig
Body RtBody
Attr WebBrowser = "rt_mozilla"
EndBody
EndObject
EndObject
EndObject
EndSObject
EndSObject
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment