Difference: 520NewTextWidgets (1 vs. 7)

Revision 72012-11-08 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX520Features"

New Widget Types For TEXT Fields

Line: 8 to 8
  Five new Widget types are included in this Release for TEXT fields. These are in addition to the existing HTML VIEWER and RTF VIEWER widget types.
Changed:
<
<
Put a text field on your image as usual, then in GUI Attributes, select one the following Widget Types:
>
>
Add a text field to your image as usual, then in GUI Attributes, select one the following Widget Types:
 
Changed:
<
<
  • WEB BROWSER - This control is a full-featured web browser. to display a web page in a browser. The text field should contain the web address to display. At runtime, you can set --- WIDGET SHOW DECORATE to Y or N to control whether or not the browser controls should be displayed. The WEB BROWSER type also supports the ability to fire user options via HTML code such as "<a href="1">Click here for User 1</a>", same as the HTML VIEWER control.
  • CODE VIEWER - This control can be used to display various types of source code (javascript, PHP, etc.) with syntax highlighting. The text field should contain the code to display. At runtime you can also set --- WIDGET CONTENT TYPE to indicate the type of code (javascript, PHP, etc).
>
>
  • WEB BROWSER - This control is a full-featured web browser.
  • CODE VIEWER - This control can be used to display various types of source code (javascript, PHP, etc.) with syntax highlighting.
 
  • HTML EDITOR - This control allows HTML text to be edited and saved in a TEXT field using a WYSIWYG editor (CKEDITOR).
Changed:
<
<
  • FLASH PLAYER - This control can be used to play a Flash file. The text field should contain the name of the flash file to play.
  • MEDIA PLAYER - This control can be used to play a media file. The text field should contain a path to a media file (avi, mp3, mp4, etc). For non Windows clients, you will need the VLC Video player installed on the client in order for this option to work. You can download the viewer from http://www.videolan.org/vlc.
>
>
  • FLASH PLAYER - This control can be used to play a Flash file.
  • MEDIA PLAYER - This control can be used to play a media file.
 

Comments:

Read what other users have said about this page or add your own comments.

Revision 62012-11-08 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX520Features"
Changed:
<
<

Better HTML Widget

>
>

New Widget Types For TEXT Fields

 
Changed:
<
<
More capable HTML Viewer Widget types are included in this Release.
>
>
Several new Widget types are included in this Release.
 

Overview:

Changed:
<
<
More capable HTML Viewer Widget types are included in this Release. This is in addition to the standard HTML VIEWER control. This new widget types can display full web pages (with or without controls), flash files, media files and can also act as an HTML Editor.

Using the new HTML Widget Types

>
>
Five new Widget types are included in this Release for TEXT fields. These are in addition to the existing HTML VIEWER and RTF VIEWER widget types.
  Put a text field on your image as usual, then in GUI Attributes, select one the following Widget Types:
Deleted:
<
<
  • WEB BROWSER to display a web page in a browser. The text field should contain the web address to display. At runtime, you can set --- WIDGET SHOW DECORATE to Y or N to control whether or not the browser controls should be displayed.
  • CODE VIEWER to display code with syntax highlighting. The text field should contain the code to display. At runtime you can also set --- WIDGET CONTENT TYPE to indicate the type of code (javascript, PHP, etc).
  • HTML EDITOR to display HTML code that the user can also edit. The text field should contain the HTML code to edit/display.
  • FLASH PLAYER to play a Flash file. The text field should contain the name of the flash file to play.
  • MEDIA PLAYER to play a media file. The text field should contain a path to a media file (avi, mp3, mp4, etc). For non Windows clients, you will need the VLC Video player installed on the client in order for this option to work. You can download the viewer from http://www.videolan.org/vlc.
The WEB BROWSER type also supports the ability to fire user options via HTML code such as "<a href="1">Click here for User 1</a>", same as the HTML VIEWER control.
 
Added:
>
>
  • WEB BROWSER - This control is a full-featured web browser. to display a web page in a browser. The text field should contain the web address to display. At runtime, you can set --- WIDGET SHOW DECORATE to Y or N to control whether or not the browser controls should be displayed. The WEB BROWSER type also supports the ability to fire user options via HTML code such as "<a href="1">Click here for User 1</a>", same as the HTML VIEWER control.
  • CODE VIEWER - This control can be used to display various types of source code (javascript, PHP, etc.) with syntax highlighting. The text field should contain the code to display. At runtime you can also set --- WIDGET CONTENT TYPE to indicate the type of code (javascript, PHP, etc).
  • HTML EDITOR - This control allows HTML text to be edited and saved in a TEXT field using a WYSIWYG editor (CKEDITOR).
  • FLASH PLAYER - This control can be used to play a Flash file. The text field should contain the name of the flash file to play.
  • MEDIA PLAYER - This control can be used to play a media file. The text field should contain a path to a media file (avi, mp3, mp4, etc). For non Windows clients, you will need the VLC Video player installed on the client in order for this option to work. You can download the viewer from http://www.videolan.org/vlc.
 

Comments:

Read what other users have said about this page or add your own comments.

Line: 24 to 22
 
<--/commentPlugin-->

-- JeanNeron - 2012-06-21 \ No newline at end of file

Added:
>
>
META TOPICMOVED by="SteveFrizzell" date="1352388906" from="Main.520BetterHtmlWidget" to="Main.520NewTextWidgets"

Revision 52012-09-19 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX520Features"

Better HTML Widget

Revision 42012-07-16 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPX520Features"

Better HTML Widget

Line: 14 to 14
 
  • CODE VIEWER to display code with syntax highlighting. The text field should contain the code to display. At runtime you can also set --- WIDGET CONTENT TYPE to indicate the type of code (javascript, PHP, etc).
  • HTML EDITOR to display HTML code that the user can also edit. The text field should contain the HTML code to edit/display.
  • FLASH PLAYER to play a Flash file. The text field should contain the name of the flash file to play.
Changed:
<
<
  • MEDIA PLAYER to play a media file. The text field should contain a path to a media file (avi, mp3, mp4, etc).

The WEB BROWSER type also supports the ability to fire user options via <a href="1">Click here for User 1</a>, same as the HTML VIEWER control.

(Question: Is there a VLC option? This requires the installation of the VLC viewer from http://www.videolan.org/vlc. for non windows clients?)

>
>
  • MEDIA PLAYER to play a media file. The text field should contain a path to a media file (avi, mp3, mp4, etc). For non Windows clients, you will need the VLC Video player installed on the client in order for this option to work. You can download the viewer from http://www.videolan.org/vlc.
The WEB BROWSER type also supports the ability to fire user options via HTML code such as "<a href="1">Click here for User 1</a>", same as the HTML VIEWER control.
 

Comments:

Revision 32012-07-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPX520Features"

Better HTML Widget

Changed:
<
<
A more capable HTML Viewer Widget is included in this Release.
>
>
More capable HTML Viewer Widget types are included in this Release.
 

Overview:

Changed:
<
<
A more capable HTML Viewer Widget is included in this Release. This is in addition to the standard HTML VIEWER control. This new widget can display full web pages (with or without controls), flash files, media files and can also act as an HTML Editor.

Defining the new HTML Widget

>
>
More capable HTML Viewer Widget types are included in this Release. This is in addition to the standard HTML VIEWER control. This new widget types can display full web pages (with or without controls), flash files, media files and can also act as an HTML Editor.

Using the new HTML Widget Types

 
Changed:
<
<
Define an HTML VIEWER widget on your image as usual, and at the end of the Tooltip, add the string @SHTML=<value>. Possible values are:
  • Blank. The control will display the web page indicated by the value in your field. The web page will be displayed without any controls (ie, no location field, back buttons, etc).
  • BROWSE. Same as Blank, except the widget will have controls for the user to enter a web address, go back a page, reload the current page, etc.
  • EDIT. The control will become an HTML editor, complete with a toolbar for changing fonts, sizes, colours, alignment, indentation, etc, etc.
  • FLASH. The control will play the flash file indicated by the value in your field.
  • MEDIA. The control will play the Media file indicated by the value in your field (Windows platforms only).
  • VLC. An alternative media player. This requires the installation of the VLC viewer from http://www.videolan.org/vlc.
  • CODEJS. The control will display the contents of your field with javascript syntax highlighting.
This viewer also supports the ability to fire user options via <a href="1">Click here for User 1</a>, same as the old viewer.
>
>
Put a text field on your image as usual, then in GUI Attributes, select one the following Widget Types:
  • WEB BROWSER to display a web page in a browser. The text field should contain the web address to display. At runtime, you can set --- WIDGET SHOW DECORATE to Y or N to control whether or not the browser controls should be displayed.
  • CODE VIEWER to display code with syntax highlighting. The text field should contain the code to display. At runtime you can also set --- WIDGET CONTENT TYPE to indicate the type of code (javascript, PHP, etc).
  • HTML EDITOR to display HTML code that the user can also edit. The text field should contain the HTML code to edit/display.
  • FLASH PLAYER to play a Flash file. The text field should contain the name of the flash file to play.
  • MEDIA PLAYER to play a media file. The text field should contain a path to a media file (avi, mp3, mp4, etc).
 
Changed:
<
<
The @SHTML technique will be replaced with Widget attributes in the final release (?).
>
>
The WEB BROWSER type also supports the ability to fire user options via <a href="1">Click here for User 1</a>, same as the HTML VIEWER control.

(Question: Is there a VLC option? This requires the installation of the VLC viewer from http://www.videolan.org/vlc. for non windows clients?)

 

Comments:

Revision 22012-07-06 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPX520Features"

Better HTML Widget

Line: 6 to 6
 

Overview:

Changed:
<
<
A more capable HTML Viewer Widget is included in this Release. This widget can display full web pages (with or without controls), flash files, media files and can also act as an HTML Editor.
>
>
A more capable HTML Viewer Widget is included in this Release. This is in addition to the standard HTML VIEWER control. This new widget can display full web pages (with or without controls), flash files, media files and can also act as an HTML Editor.
 

Defining the new HTML Widget

Changed:
<
<
Define a field on your image, then use the GUI Attributes to set the Control type to 'Label'. Fill in the other attributes as desired and at the end of the Tooltip, add the string @SHTML=<value>. Possible values are:
>
>
Define an HTML VIEWER widget on your image as usual, and at the end of the Tooltip, add the string @SHTML=<value>. Possible values are:
 
  • Blank. The control will display the web page indicated by the value in your field. The web page will be displayed without any controls (ie, no location field, back buttons, etc).
  • BROWSE. Same as Blank, except the widget will have controls for the user to enter a web address, go back a page, reload the current page, etc.
  • EDIT. The control will become an HTML editor, complete with a toolbar for changing fonts, sizes, colours, alignment, indentation, etc, etc.
  • FLASH. The control will play the flash file indicated by the value in your field.
  • MEDIA. The control will play the Media file indicated by the value in your field (Windows platforms only).
Changed:
<
<
  • VLC. Same as MEDIA, except it also runs on non-Windows Platforms (?)
>
>
 
  • CODEJS. The control will display the contents of your field with javascript syntax highlighting.
Added:
>
>
This viewer also supports the ability to fire user options via <a href="1">Click here for User 1</a>, same as the old viewer.
 The @SHTML technique will be replaced with Widget attributes in the final release (?).

Comments:

Revision 12012-06-21 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPX520Features"

Better HTML Widget

A more capable HTML Viewer Widget is included in this Release.

Overview:

A more capable HTML Viewer Widget is included in this Release. This widget can display full web pages (with or without controls), flash files, media files and can also act as an HTML Editor.

Defining the new HTML Widget

Define a field on your image, then use the GUI Attributes to set the Control type to 'Label'. Fill in the other attributes as desired and at the end of the Tooltip, add the string @SHTML=<value>. Possible values are:

  • Blank. The control will display the web page indicated by the value in your field. The web page will be displayed without any controls (ie, no location field, back buttons, etc).
  • BROWSE. Same as Blank, except the widget will have controls for the user to enter a web address, go back a page, reload the current page, etc.
  • EDIT. The control will become an HTML editor, complete with a toolbar for changing fonts, sizes, colours, alignment, indentation, etc, etc.
  • FLASH. The control will play the flash file indicated by the value in your field.
  • MEDIA. The control will play the Media file indicated by the value in your field (Windows platforms only).
  • VLC. Same as MEDIA, except it also runs on non-Windows Platforms (?)
  • CODEJS. The control will display the contents of your field with javascript syntax highlighting.
The @SHTML technique will be replaced with Widget attributes in the final release (?).

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2012-06-21

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback