brixxbox Wiki
Search
⌃K
brixxbox Wiki
Client API Reference
Functions
addCalendarEventSource
addClassToGridRowCell
addEventListener
addToolbarButton
brixxGPT
businessBrixx
cancelCalendarChanges
callWebHook
changeHelpText
clearGridSelection
cloudPrint
cloudQuery
closeModal
composeEmail
createPublicAppUrl
copyConfigRecordById
createReport
deleteAttachment
deleteConfigRecordById
deleteRecord
displayRecord
downloadAttachments
disableGridHyperLinks
enableNotifications
enableValidator
excludeFromReadonly
executeStoredProcedure
getAttachmentId
getAttachmentById
getAttachmentByFileName
getAttachmentsForCurrentRecord
getBrowserToken
getControlUnmodifiedValue
getCustomMessage
getCustomSetting
getCalcDateTime
getHtmlElement
getDate
getCalcDate
getFieldValue
getSessionToken
getUserClaim
getConfigRecordAttachmentIdByFileName
getSignatureImageBlob
getGeoLocation
globalSearch
initAllControls
initControl
isModal
isUserInRole
isRowSelected
inviteUser
localValue
loadAndDisplayRecord
loadAndDisplayRecordById
loadConfigRecordById
loadRecord
loadRecordById
logAdd
logout
markAllControlsAsUnModified
messageBox
newGridEntry
newRecord
printBlob
print
readOnlyMode
refresh
refreshAttachments
refreshDataSource
refreshBadges
reInitValidation
replaceText
serverFunction
setControlUnmodifiedValue
setFieldValue
setLabelText
setTooltipText
setToolbarButtonMode
setEnable
setVisibility
startBrixxbox
startScanner
showBlob
showMessage
showAttachments
showDiscussion
showWikiPage
sqlReadValue
sqlWrite
sqlRead
saveCurrentRecordWithoutEvents
saveCurrentRecord
saveConfigRecord
setBackgroundColor
setFontStyle
setFontWeight
setGridDefaults
setTextColor
setFocus
setDecimalDigits
switchTagControl
selectGridRows
showRowDetailPanel
showRowDetailButton
setGridAutoRefresh
setGridGrouping
showMessageBox (deprecated)
showTabPage
setFieldUnit
takePicture
triggerEvent
toggleGridSelection
unselectGridRows
uploadAttachment
updateTitle
validateInput
queryStoredProcedure
Variables
Controls
Events
Tips and Tricks
Server API Reference
Configuration
How Tos
Powered By
GitBook
setFieldUnit
Add or set a unit in front of a numeric or text field.
Parameters
1.
controlId - Id of the control
2.
The string value of the unit you want to set. If this parameter is not set, the unit will be removed.
Example Usages
Simple textbox
brixxApi
.
setFieldUnit
(
"myControlId"
,
"€"
);
Remove unit
brixxApi
.
setFieldUnit
(
"myControlId"
);
Previous
showTabPage
Next
takePicture
Last modified
1yr ago