API Docs for: trial
Show:

nx.ui.nx.Util Class

Module: nx.ui

This is Util

Constructor

nx.ui.nx.Util

()

Methods

capitalize

(
  • inString
)
String

Upper first word of a string.

Parameters:

Returns:

deCamelCase

(
  • inName
)
| String | Void

Decode camel case to '-' model.

Parameters:

Returns:

| String | Void:

getCssText

(
  • inStyles
)
String

Get a string which is join by an style object.

Parameters:

Returns:

getStyleProperty

(
  • inName
  • isLowerCase
)

Get compatible css property.

Parameters:

Returns:

:

getStyleValue

(
  • inName
  • inValue
)

Get real value of the style name.

Parameters:

Returns:

:

lowerCamelCase

(
  • inName
)
String

Lower camel case.

Parameters:

Returns:

upperCamelCase

(
  • inName
)
| String | Void

Upper camel case.

Parameters:

Returns:

| String | Void: