Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Maplets[Elements][TableItem] - specify contents of a column in a table row or header
Calling Sequence
TableItem(opts)
Parameters
opts
-
equation(s) of the form caption=value; specify options for the TableItem element
Description
The TableItem element specifies the contents of a column in a Maplet application table row or header.
The TableItem element features can be modified by using options. To simplify specifying options in the Maplets package, certain options and contents can be set without using an equation. The following table lists elements, symbols, and types (in the left column) and the corresponding option or content (in the right column) to which inputs of this type are, by default, assigned.
Elements, Symbols, or Types
Assumed Option or Content
non-option
caption option
A TableItem element cannot contain other elements.
A TableItem element can be contained in a TableHeader or TableRow element.
Note: The same number of TableItem elements must be specified in each row and, if specified, the header.
The following table describes the control and use of the TableItem element options.
An x in the I column indicates that the option can be initialized, that is, specified in the calling sequence (element definition).
An x in the R column indicates that the option is required in the calling sequence.
An x in the G column indicates that the option can be read, that is, retrieved by using the Get tool.
An x in the S column indicates that the option can be written, that is, set by using the SetOption element or the Set tool.
Option
I
R
G
S
caption
x
The opts argument can contain one or more of the following equations that set Maplet application options.
caption = string or symbol
The content of the table cell.
Examples
This Maplet application can be rewritten as:
See Also
Maplets/OtherElements, Maplets[Display], Maplets[Elements], Maplets[Elements][BoxCell], Maplets[Elements][Button], Maplets[Elements][SetOption], Maplets[Elements][Shutdown], Maplets[Elements][Table], Maplets[Elements][TableHeader], Maplets[Elements][TableRow], Maplets[Tools][Get], Maplets[Tools][Set], Overview of Maplet Applications
Download Help Document