... for styling and responsive design.
JavaScript for Interactivity :
Sorting and filtering directly in the browser using native JavaScript and DOM manipulation.
Pagination for improved user experience and more efficient display.
Dynamic Data Loading: Data will be loaded using fetch() in JSON ...
Search found 17 matches: dom
Searched query: dom
- Wed Nov 06, 2024 9:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse: A Vision for a Simpler, More Flexible Future
- Replies: 5
- Views: 637
- Sat Aug 03, 2024 9:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Code in HARBOURINO STYLE vs. React
- Replies: 0
- Views: 744
How to Code in HARBOURINO STYLE vs. React
... The patcher approach can process code more efficiently because it handles specific tasks upfront rather than dynamically creating or modifying DOM elements at runtime.
User-Friendly Syntax:
Simplicity: The patcher approach offers a declarative and possibly more intuitive syntax that requires ...
User-Friendly Syntax:
Simplicity: The patcher approach offers a declarative and possibly more intuitive syntax that requires ...
- Tue Jul 16, 2024 7:30 am
- Forum: mod_harbour
- Topic: Replace jQuery with JavaScript
- Replies: 2
- Views: 7264
Replace jQuery with JavaScript
... have corresponding Vanilla JavaScript alternatives.
Here are some examples of how to replace jQuery with Vanilla JavaScript:
Examples
jQuery: DOM-Ready
$(document).ready(function () {
// Code here
});
Vanilla JavaScript:
document.addEventListener('DOMContentLoaded', function () {
// Code ...
Here are some examples of how to replace jQuery with Vanilla JavaScript:
Examples
jQuery: DOM-Ready
$(document).ready(function () {
// Code here
});
Vanilla JavaScript:
document.addEventListener('DOMContentLoaded', function () {
// Code ...
- Sun Jun 16, 2024 6:31 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemas con una búsqueda.
- Replies: 4
- Views: 546
Re: Problemas con una búsqueda.
... Marzo ',;
'Abril ',;
'Mayo ',;
'Junio ',;
'Julio ',;
'Agosto ',;
'Septiembre',;
'Octubre ',;
'Noviembre ',;
'Diciembre '}
local aDays := {"Dom","Lun","Mar","Mie","Jue","Vie","Sab"}
local nLin := 0
local nColu := 0
DEFAULT dDate := Date(), cPrompt := "Seleccione Una Fecha"
//FOR ...
'Abril ',;
'Mayo ',;
'Junio ',;
'Julio ',;
'Agosto ',;
'Septiembre',;
'Octubre ',;
'Noviembre ',;
'Diciembre '}
local aDays := {"Dom","Lun","Mar","Mie","Jue","Vie","Sab"}
local nLin := 0
local nColu := 0
DEFAULT dDate := Date(), cPrompt := "Seleccione Una Fecha"
//FOR ...
- Sat May 04, 2024 7:42 am
- Forum: mod_harbour
- Topic: xbrowse (likely a custom table) whose contents change dynam
- Replies: 0
- Views: 1202
xbrowse (likely a custom table) whose contents change dynam
... fivetechsupport.com/viewtopic.php?f=45&t=44481
Listen to Checkbox Events: Attach JavaScript event listeners to the checkboxes.
Manipulate the DOM: Based on which checkboxes are checked, modify the xbrowse's size and visibility of radio menus.
Adjust xbrowse Layout: Modify the layout or size ...
Listen to Checkbox Events: Attach JavaScript event listeners to the checkboxes.
Manipulate the DOM: Based on which checkboxes are checked, modify the xbrowse's size and visibility of radio menus.
Adjust xbrowse Layout: Modify the layout or size ...
- Wed Feb 07, 2024 7:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Highlighting on a web page
- Replies: 8
- Views: 882
Re: Highlighting on a web page
You can easily use oWebView:InjectJavascript( ... ) to get the entire DOM
- Tue Nov 21, 2023 7:33 am
- Forum: mod_harbour
- Topic: Fivewin controls similar to javascript elements
- Replies: 2
- Views: 2161
Fivewin controls similar to javascript elements
... these controls consume events,
necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong resemblance to the DOM object.
Understanding these similarities and differences can be quite useful when transitioning between web and desktop application development ...
necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong resemblance to the DOM object.
Understanding these similarities and differences can be quite useful when transitioning between web and desktop application development ...
- Fri Aug 25, 2023 7:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Saving OuterHTML using Await Implementation with TWebView
- Replies: 24
- Views: 3905
Re: Saving OuterHTML using Await Implementation with TWebView
... Regards,
Charles KWON
Charles buenas noches como estas?
Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta contemplado?
Al mismo tiempo tambien necesitamos recuperar algunos de los atributos de las etiquetas, no se si ya lo tengas ...
Charles KWON
Charles buenas noches como estas?
Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta contemplado?
Al mismo tiempo tambien necesitamos recuperar algunos de los atributos de las etiquetas, no se si ya lo tengas ...
- Fri Aug 25, 2023 12:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Saving OuterHTML using Await Implementation with TWebView
- Replies: 24
- Views: 3905
Re: Saving OuterHTML using Await Implementation with TWebView
Charles buenas noches como estas?
Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta contemplado?
Al mismo tiempo tambien necesitamos recuperar algunos de los atributos de las etiquetas, no se si ya lo tengas implementado?, para el caso en ...
Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta contemplado?
Al mismo tiempo tambien necesitamos recuperar algunos de los atributos de las etiquetas, no se si ya lo tengas implementado?, para el caso en ...
- Tue Aug 22, 2023 3:09 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Primer paso en webview
- Replies: 12
- Views: 1440
Re: Primer paso en webview
... en la aplicación Windows claro… Se que podemos usar como GUI la potencia del html/css y generar pantallas como las que muestra Leandro, manipular el dom, crear alguna aplicación especial p.e. que nos permita esnifar contenido, etc… pero a nivel general y dentro del ambito de diseño de aplicaciones de ...
- Fri Aug 18, 2023 12:56 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Primer paso en webview
- Replies: 12
- Views: 1440
Re: Primer paso en webview
... en la aplicación Windows claro… Se que podemos usar como GUI la potencia del html/css y generar pantallas como las que muestra Leandro, manipular el dom, crear alguna aplicación especial p.e. que nos permita esnifar contenido, etc… pero a nivel general y dentro del ambito de diseño de aplicaciones de ...
- Thu Aug 17, 2023 10:49 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Primer paso en webview
- Replies: 12
- Views: 1440
Re: Primer paso en webview
... en la aplicación Windows claro… Se que podemos usar como GUI la potencia del html/css y generar pantallas como las que muestra Leandro, manipular el dom, crear alguna aplicación especial p.e. que nos permita esnifar contenido, etc… pero a nivel general y dentro del ambito de diseño de aplicaciones de ...
- Wed Aug 16, 2023 6:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Saving OuterHTML using Await Implementation with TWebView
- Replies: 24
- Views: 3905
Re: Saving OuterHTML using Await Implementation with TWebView
Reading the article I recently posted will help you automate the DOM more easily.
The address is as follows.
http://www.charleskwon.com/?p=935
Regards,
Charles KWON
Genial era lo que buscábamos... :D :D :D
Voy a agregar la clase e intentar entender su funcionamiento, cualquier cosa comento.
Un ...
The address is as follows.
http://www.charleskwon.com/?p=935
Regards,
Charles KWON
Genial era lo que buscábamos... :D :D :D
Voy a agregar la clase e intentar entender su funcionamiento, cualquier cosa comento.
Un ...
- Tue Aug 15, 2023 1:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Saving OuterHTML using Await Implementation with TWebView
- Replies: 24
- Views: 3905
Re: Saving OuterHTML using Await Implementation with TWebView
Leandro, Parece que quieres acceder a elementos del DOM para modificar sus valores. Es posible lograr esto utilizando el código que proporcioné anteriormente.
leandro wrote:Lo que significa que le podemos agregar información adicional, como por ejemplo una tabla?
- Thu Jun 29, 2023 1:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Shell.Explorer.2 problem
- Replies: 12
- Views: 1844
Re: Shell.Explorer.2 problem
... functionality that causes issues on older browser versions."
According to them, "a kind of a high level solution would be to look into when the DOM is loaded into the browser that is hosting the window and look for the script tag that grabs the ThreatMatrix Javascript file and remove it from the ...
According to them, "a kind of a high level solution would be to look into when the DOM is loaded into the browser that is hosting the window and look for the script tag that grabs the ThreatMatrix Javascript file and remove it from the ...