PNE Tools Code


var PNETOOLS = {

SavePage : function ( a ) {
// Save Page.
PNEDITOR.SavePage( a );
}
,

ReloadVideo : function ( a ) {
// Not In Use.
PNEDITOR.ReloadVideo( a )
}
,

SideBar : function ( a ) {
// Set SideBar Scroll.
PNEDITOR.SideBar( a );

}
,

NewHTMLLayer : function ( a ) {
// New Div Layer.
PNEDITOR.NewHTMLLayer( a );
}
,

EmbedHTML : function ( a ) {
// Display Embed Menu.
PNEDITOR.EmbedHTML( a );
}
,

ToolTip : function ( a ) {
// Display A Tool Tip
PNEDITOR.ToolTip( a );
}
,

PNEInt : function ( a ) {
// Init window listners.
PNEDITOR.initPlugNEdit( a );
}
,

SortText : function ( a ) {
// Sort Text Entry.
PNEDITOR.Sorttext( a, "1" );
}
,

SortDivText : function ( a ) {
// Sort Text Entry.
PNEDITOR.SortDivText( a, "2" );
}
,

Onselct : function ( a ) {
// Allow Selecting Until Next Selecting Cycle.
PNEDITOR.Onselct( a );
}
,

ONContextMenu : function ( a ) {
// Allow Context Menu True False
PNEDITOR.ONContextMenu( a )
}
,

LoadInlineEditor : function ( a ) {
// Load Inline Editor.
PNEDITOR.LoadHTMLEditor( a );
}
,

FontSize : function ( a ) {
// Change Font Size.
PNEDITOR.FontSize( a );
}
,

TextAlign : function ( a ) {
// Text Align.
PNEDITOR.TextAlign( a );
}
,

FontSelect : function ( a ) {
// Font Select.
PNEDITOR.FontSelect( a );
}
,

FontWeight : function ( a ) {
// Font Weight.

PNEDITOR.FontWeight( a )
}
,

FontStyle : function ( a ) {
// Set Italic.
PNEDITOR.FontStyle( a )

}
,

LTR : function ( a ) {
// Set Left To Right.
PNEDITOR.LTR( a )

}
,

RTL : function ( a ) {
// Set Right To left.
PNEDITOR.RTL( a )
}
,

STYLEINLINE : function ( e, r, f ) {
// Set A Inline Style.
PNEDITOR.STYLEINLINE( e, r, f );
}
,

Preview : function ( a ) {
// Preview.
PNEDITOR.Preview( a );
}
,

WindowBar : function ( a ) {
// Hide Move Handles.
PNEDITOR.WindowBar( a )
}
,

UndoIt : function ( a ) {
// Undo Last Change / Redo Last Change.
PNEDITOR.UndoIt( a );
}
,

Guides : function ( a ) {
// Hide Show Guides and Rules.
PNEDITOR.Guides( a )
}
,

Qupdate : function ( a, b, c, d, e ) {
// Bottom Quick Bar Update.
PNEDITOR.Qupdate( a, b, c, d, e )
}
,

GetHTML : function ( a ) {
// Get HTML without leaving page.
PNEDITOR.GetHTML( a )
}
,

BGColor : function ( a ) {
// Set background color.
PNEDITOR.BGColor( a )
}
,

ResetMargins : function ( a ) {
// Set Margin Width
PNEDITOR.ResetMargins( a );
}
,

DeleteLayers : function ( a ) {
// Delete Layer.
PNEDITOR.DeleteLayers( a );
}
,

TransDiv : function ( a ) {
// Set Transparency.
PNEDITOR.TransDiv( a );
}
,

loadXMLDoc : function ( a ) {
// Load XML Doc.
PNEDITOR.loadXMLDoc( a );
}
,

DisplayURLimage : function ( a ) {
// Display Image URL.
PNEDITOR.DisplayURLimage( a )
}
,

DisplayITB : function ( a ) {
// Conver Image To Base Menu.
PNEDITOR.DisplayITB( a )
}
,

GradWin : function ( a ) {
// Display Gradient Menu.
PNEDITOR.GradWin( a )
}
,

LayersAdjust : function ( e, d, f ) {
// Adjust Z - index of layers.
PNEDITOR.LayersAdjust(e,d,f)

}
,

OFFSiteHBlur : function ( a ) {
// Hide Offsite Hyperlink option.
_OFFSiteHBlur
}
,

OCHUL : function ( a ) {
// Set HyperLink.
PNEDITOR.OCHUL( a )
}
,

OCHULI : function ( a ) {
// Force Layer Name Menu Update.
PNEDITOR.DoubleDown( true );
}
,

OCCUL : function ( a ) {
// Set HyperLink.
PNEDITOR.OCCUL( a )
}
,

AutoSaves : function ( a ) {
// Set Autosaves on.
PNEDITOR.autosaveson( a )
}
,

PlaceImage : function ( a ) {
// Place Url Entry Image.
PNEDITOR.PlaceImage( a )
}
,

CONTROLLayers : function ( a ) {
// Force update of layers menu.
PNEDITOR.ControlLayers( a );
}
,

SelectLayerStyle : function ( a ) {
// Update current layer style.
PNEDITOR.SelectLayerStyle( a );
}
,

VHC : function ( a, b ) {
// Validate HEX Color
PNEDITOR.validateHColor( a, b );
}
,

CheckEmbed : function ( a ) {
// Check Embed For Duplicate Content
_pneCheckEmbed( a )
}
,

SubmitEmbed : function ( a ) {
// New Div Layer With Embeded HTML
PNEDITOR.SubmitEmbed( a )
}
,

SetGrad : function ( a, b ) {
// Set gradient.
PNEDITOR.SetGrad( a, b )
}
,

Grids : function ( a ) {
// Hide Show Grids
PNEDITOR.Grids( a )
}
,

SingleHandle : function ( a ) {
// Use Single handle for moving layers.
PNEDITOR.SingleHandle( a )
}
,

CloneLayers : function ( a ) {
// Clone Layers
PNEDITOR.CloneLayer( a );
}
}