Home
last modified time | relevance | path

Searched refs:width (Results 3626 – 3650 of 3734) sorted by path

1...<<141142143144145146147148149150

/plugin/widearea/widearea/
H A Dwidearea.css59 max-width: 900px !important;
61 width: 100% !important;
81 width: 16px;
92 width: 17px;
118 width: 18px;
125 width: 18px;
H A Dwidearea.js122 …if((oldPosition.left - currentTextareaPosition.width + 21) != currentTextareaPosition.left || oldP…
141 iconPanel.style.left = currentTextareaPosition.left + currentTextareaPosition.width - 36 + "px";
158 elementPosition.width = element.offsetWidth;
/plugin/wikicalendar/
H A Dstyle.css58 width: 7em;
96 width: auto;
/plugin/workflow/
H A Dstyle.css29 width: 30px;
/plugin/wrap/
H A Dall.less38 border-bottom-width: 0;
119 -moz-column-width: 10em;
120 -webkit-column-width: 10em;
121 column-width: 10em;
124 -moz-column-width: 20em;
125 -webkit-column-width: 20em;
126 column-width: 20em;
129 -moz-column-width: 30em;
130 -webkit-column-width: 30em;
131 column-width
[all...]
H A Dexample.txt8 <WRAP classes #id width :language>
13 <block classes #id width :language>
18 <div classes #id width :language>
26 <wrap classes #id width :language>"small" content</wrap>
29 <inline classes #id width :language>"small" content</inline>
32 <span classes #id width :language>"small" content</span>
65 You can have columns easily by adding the class ''column'' and a width, e.g.
100 ^''px''|''420px''|makes sense if your container contains images with a certain width|
107 With certain width keywords you can fit your columns automatically to fill the available horizontal space. Those columns will also react to the screen size, so will be responsive and wrap underneath each other on mobile devices.
109 There are four width keyword
[all...]
H A Dhelper.php31 * and identify classes, width, lang and dir
42 'width' => null,
68 //get width
70 $attr['width'] = $token;
124 * build attributes (write out classes, width, lang and dir)
136 // width on spans normally doesn't make much sense, but in the case of floating elements it could be used
137 if($attr['width']) {
138 if (strpos($attr['width'],'%') !== false) {
139 $out .= ' style="width: '.hsc($attr['width'])
[all...]
H A Dplugin.info.txt6 desc Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
/plugin/wrapadd/
H A Dprint.css32 width:90%;
100 width:100%;
H A Dstyle.css68 width: auto !important;
160 width:100%;
/plugin/wysiwyg/css/
H A Dfck_internal.css49 width: 80px;
60 width: 16px;
94 width: 100%;
105 width: 19px;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code77 …html = html + [<iframe id="]+THIS.cInstanceName +[___Frame" src="]+lcLink+[" width="]+THIS.cWIDTH+…
91 …html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCS…
H A Dsampleposteddata.afp36 <table width="100%" border="1" cellspacing="0" bordercolor="#999999">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp37 <table width="100%" border="1" cellspacing="0" bordercolor="#999999">
48 <td width="100%" style="white-space:pre"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm51 width="100%"
H A Dsample02.cfm99 width="100%"
H A Dsample03.cfm83 width="100%"
H A Dsample04.cfm88 width="100%"
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css221 border-width: 1px 2px 2px 1px;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso37 <table width="100%" border="1" cellspacing="0" bordercolor="#999999">
45 <td width="100%" style="white-space:pre">[#this->second]</td>
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js68 oIFrame.width = oIFrame.height = '100%' ;
146 width : '100%',
H A Dfckmenuitem.js92 eArrowImg.width = 4 ;
H A Dfckpanel.js50 oIFrame.width = oIFrame.height = 0 ;
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) argument
137 width : width ? width + 'px' : '',
173 width : width ? width + 'px' : '',
179 if ( !width ) this._IFrame.width = 1 ;
238 this._IFrame.width = iWidth ;
265 this._IFrame.width = this._IFrame.height = 0 ;
H A Dfckspecialcombo.js43 this._PanelBox.style.width = this.PanelWidth + 'px' ;
105 oDiv.style.width = '100%' ;
237 oField.style.width = this.FieldWidth + 'px' ;
H A Dfcktoolbarbuttonui.js110 eImg.width = 5 ;

1...<<141142143144145146147148149150