|
popupPanel Displays a popup panel with specified help topic, HTML or webpage 1.0 File ID: 90418 |
---|
|
| popupPanel Displays a popup panel with specified help topic, HTML or webpage 1.0 License: Shareware File Size: 10.0 KB Downloads: 0
Submit Rating: |
|
|
|
popupPanel Displays a popup panel with specified help topic, HTML or webpage 1.0 Description |
---|
Description:
popupPanel(CONTENTS) displays Matlab's help popup (available on Matlab releases R2007b onward) with the specified CONTENTS, which is one of: - Help topic string (e.g. 'surf' or 'myFunction') - HTML text (e.g. 'bold italic text') - Webpage URL (e.g. 'UndocumentedMatlab.com') popupPanel(CONTENTS,POSITION) indicates the panel's position and size in screen-relative regular Matlab format: [x,y,width,height]. If POSITION is empty or unspecified, then [x,y,500,300] is assumed, where (x,y) is the current pointer's location. popupPanel(CONTENTS,POSITION,HIGHLIGHTEDWORDS) specifies a string term or cell-array of string terms that should be highlighted in the presented panel's CONTENTS. hPopupPanel = popupPanel(...) returns the Java handle reference of the created panel, allowing access to many useful properties and callbacks. Type "get(hPopupPanel)", "methodsview(hPopupPanel)" for details. Examples: popupPanel('surf'); % display the specified doc page popupPanel('myFunction'); % display a user-created help topic popupPanel('myFunction.m'); % display a user-created help topic popupPanel('bold italic text'); % display HTML text popupPanel('C:localTextPage.txt'); % display a local file popupPanel('localWebPage.html'); % display a local webpage popupPanel('UndocumentedMatlab.com'); % display an online webpage popupPanel('surf',[200,300,400,500]); % display 400x500 popup at [200,300] popupPanel('surf',[],'surface'); % display popup, highlight 'surface' terms popupPanel('surf',[],{'surface','surfc'}); % highlight several terms
Warning: This code heavily relies on undocumented and unsupported Matlab functionality. It works on Matlab 7.5+ (R2007b+), but use at your own risk! Bugs and suggestions: Please send to Yair Altman (altmany at gmail dot com)
Technical details of the implementation can be found at http://undocumentedmatlab.com/blog/customi...-popup-contents License: Shareware Related: popuppanel myfunctionm, popuppanel ltbgtboldltbgt, usercreated, popuppanel myfunction, Display, popuppanel clocaltextpagetxt, Local, Online, popuppanel undocumentedmatlabcom, Webpage, popuppanel localwebpagehtml, popuppanel surf, Examples, allowing, acces O/S:BSD, Linux, Solaris, Mac OS X File Size: 10.0 KB Downloads: 0
|
|
More Similar Code |
---|
Displays a popup window (css layer) above the fold that shows new posts and comments since your last visit. Managed with cookies.
Installation :
1. Unpack new_posts_popup.php to to the /wp-content/plugins/ directory. 2. Add the styles in new_posts_popup.css to your stylesheets. 3. Activate plugin in the Admin panel. 4. Include <?php new_posts_popup(); ?> in your theme somewhere, typically so that...
This is a simple module which displays a checkbox below nodes (specified by content-type) to allow users to accept that they've "Read and Understood" the content of the node.
* Configurable text for all form elements *...
JCalendarButton is a simple java swing component that displays a popup calendar when a user clicks the calendar icon next to a date. It works automatically for any country's calendar. Also includes a time popup. Maven and OSGi ready.
This project focuses on generating a C++ code with the help of the user interface diagram. The user will have facility to create an UML diagram. once the user is finished the diagram, the design part can be generated to a C++ code.
Displays a prompt and queries the user for positive or negative confirmation.
This recipe take an xml file as input and output a colorized version of this file, using html or docbook (with emphasis elements and a particular role). It provides a little command line interface and it's really easy to configure your output.
If you have a C function with arguments that are float or pointer to float (rather than double or pointer to double) you can call the function from MATLAB and pass arguments to the function as single data types. For example, in this case we have a...
Txt2tags converts a text file with minimal markup to HTML, XHTML, SGML, LaTeX, Lout, UNIX Man Page, Wikipedia, Google Code Wiki, DokuWiki, MoinMoin, MagicPoint(mgp), PageMaker. Features: simple, fast, automatic TOC, macros, filters, include, GUI/CLI/
This script displays a background blur effect. It includes an HTML code generator that allows changes to parameter without any knowledge of JavaScript and HTML.
This script displays a background rotate effect. It includes an HTML code generator that allows to change parameters without any knowledge of JavaScript and HTML. |
User Review for popupPanel Displays a popup panel with specified help topic, HTML or webpage |
|